#420CAF

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

Shades of Purple Heart #420CAF

Tints of Purple Heart #420CAF

Color information

#420CAF (or 0x420CAF) is unknown color: approx Purple Heart. HEX triplet: 42, 0C and AF. RGB value is (66,12,175). Sum of RGB (Red+Green+Blue) = 66+12+175=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 175 (68.75% from 255 or 69.17% from 253); Max value from RGB is 175 - color contains mainly: blue. Hex color #420CAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420CAF is #BDF350. Grayscale: #2E2E2E. Windows color (decimal): -12448593 or 11471938. OLE color: 11471938.

HSL color Cylindrical-coordinate representation of color #420CAF: hue angle of 259.88º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420CAF is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6612175-
CMYK0.620.9300.31
HSL259.88º87.17%36.67%-
HSV(B)259.88º93.14%68.63%-
XYZ10.124.5240.9-
YUV46.73200.39141.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 12 (5.08% from 255) = 4.74%
BLUE value IS 175 (68.75% from 255) = 69.17%
R=26.09%
G=4.74%
B=69.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66121750.620.9300.31259.8887.1736.67
Hex42CAF3E5D01F1045725
Octal102142577613503740412745
Binary100001011001010111111111010111010111111000001001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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