#420ABE

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

Shades of Purple Heart #420ABE

Tints of Purple Heart #420ABE

Color information

#420ABE (or 0x420ABE) is unknown color: approx Purple Heart. HEX triplet: 42, 0A and BE. RGB value is (66,10,190). Sum of RGB (Red+Green+Blue) = 66+10+190=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 190 (74.61% from 255 or 71.43% from 266); Max value from RGB is 190 - color contains mainly: blue. Hex color #420ABE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420ABE is #BDF541. Grayscale: #2E2E2E. Windows color (decimal): -12449090 or 12454466. OLE color: 12454466.

HSL color Cylindrical-coordinate representation of color #420ABE: hue angle of 258.67º 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 #420ABE is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6610190-
CMYK0.650.9500.25
HSL258.67º90%39.22%-
HSV(B)258.67º94.74%74.51%-
XYZ11.655.0949.08-
YUV47.26208.55141.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 10 (4.30% from 255) = 3.76%
BLUE value IS 190 (74.61% from 255) = 71.43%
R=24.81%
G=3.76%
B=71.43%

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
Decimal66101900.650.9500.25258.679039.22
Hex42ABE415F0191035a27
Octal1021227610113703140313247
Binary1000010101010111110100000110111110110011000000111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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