#420ABF

Color #420ABF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #420ABF

Tints of Purple Heart #420ABF

Color information

#420ABF (or 0x420ABF) is unknown color: approx Purple Heart. HEX triplet: 42, 0A and BF. RGB value is (66,10,191). Sum of RGB (Red+Green+Blue) = 66+10+191=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 191 (75% from 255 or 71.54% from 267); Max value from RGB is 191 - color contains mainly: blue. Hex color #420ABF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420ABF is #BDF540. Grayscale: #2E2E2E. Windows color (decimal): -12449089 or 12520002. OLE color: 12520002.

HSL color Cylindrical-coordinate representation of color #420ABF: hue angle of 258.56º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420ABF is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6610191-
CMYK0.650.9500.25
HSL258.56º90.05%39.41%-
HSV(B)258.56º94.76%74.9%-
XYZ11.765.1449.66-
YUV47.38209.05141.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 10 (4.30% from 255) = 3.75%
BLUE value IS 191 (75% from 255) = 71.54%
R=24.72%
G=3.75%
B=71.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66101910.650.9500.25258.5690.0539.41
Hex42ABF415F0191035a27
Octal1021227710113703140313247
Binary1000010101010111111100000110111110110011000000111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420ABF; }

 p { color: rgb(66,10,191); }

 H1.HeaderClassName
 {
   color: #420ABF;
 }
 .AnyTagClassName
 {
   color: #420ABF;
 }
</style>
background-color css

<style>
 a { background-color: #420ABF; }

 a { background-color: rgb(66,10,191); }

 div.DivClassName
 {
   background-color: #420ABF;
 }
 .BgClassName
 {
   background-color: #420ABF;
 }
</style>
border-color css

<style>
 span { border-color: #420ABF; }

 span { border-color: rgb(66,10,191); }

 td.TdClassName
 {
   border-color: #420ABF;
 }
 .TagClassName
 {
   border-color: #420ABF;
 }
</style>