#420CB5

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

Shades of Purple Heart #420CB5

Tints of Purple Heart #420CB5

Color information

#420CB5 (or 0x420CB5) is unknown color: approx Purple Heart. HEX triplet: 42, 0C and B5. RGB value is (66,12,181). Sum of RGB (Red+Green+Blue) = 66+12+181=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 181 (71.09% from 255 or 69.88% from 259); Max value from RGB is 181 - color contains mainly: blue. Hex color #420CB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420CB5 is #BDF34A. Grayscale: #2E2E2E. Windows color (decimal): -12448587 or 11865154. OLE color: 11865154.

HSL color Cylindrical-coordinate representation of color #420CB5: hue angle of 259.17º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420CB5 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6612181-
CMYK0.640.9300.29
HSL259.17º87.56%37.84%-
HSV(B)259.17º93.37%70.98%-
XYZ10.724.7644.07-
YUV47.41203.39141.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.48%
GREEN value IS 12 (5.08% from 255) = 4.63%
BLUE value IS 181 (71.09% from 255) = 69.88%
R=25.48%
G=4.63%
B=69.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66121810.640.9300.29259.1787.5637.84
Hex42CB5405D01D1035826
Octal1021426510013503540313046
Binary1000010110010110101100000010111010111011000000111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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