#420CBA

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

Shades of Purple Heart #420CBA

Tints of Purple Heart #420CBA

Color information

#420CBA (or 0x420CBA) is unknown color: approx Purple Heart. HEX triplet: 42, 0C and BA. RGB value is (66,12,186). Sum of RGB (Red+Green+Blue) = 66+12+186=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 186 (73.05% from 255 or 70.45% from 264); Max value from RGB is 186 - color contains mainly: blue. Hex color #420CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420CBA is #BDF345. Grayscale: #2F2F2F. Windows color (decimal): -12448582 or 12192834. OLE color: 12192834.

HSL color Cylindrical-coordinate representation of color #420CBA: hue angle of 258.62º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420CBA is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6612186-
CMYK0.650.9400.27
HSL258.62º87.88%38.82%-
HSV(B)258.62º93.55%72.94%-
XYZ11.244.9746.82-
YUV47.98205.89140.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 12 (5.08% from 255) = 4.55%
BLUE value IS 186 (73.05% from 255) = 70.45%
R=25%
G=4.55%
B=70.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66121860.650.9400.27258.6287.8838.82
Hex42CBA415E01B1035827
Octal1021427210113603340313047
Binary1000010110010111010100000110111100110111000000111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,12,186); }

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

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

 a { background-color: rgb(66,12,186); }

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

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

 span { border-color: rgb(66,12,186); }

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