Html Css Color HEX #420CCC Purple Heart

📋 copy color: '#420CCC'

red 66 ◦ green 12 ◦ blue 204

#420CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #420CCC

Tints of Purple Heart #420CCC

RGB

 RED value IS 66 (26.17% from 255) = 23.4%

 GREEN value IS 12 (5.08% from 255) = 4.26%

 BLUE value IS 204 (80.08% from 255) = 72.34%

R = 23.4%
G = 4.26%
B = 72.34%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#420CCC (or 0x420CCC) is known color: Purple Heart. HEX triplet: 42, 0C and CC. RGB value is (66,12,204). Sum of RGB (Red+Green+Blue) = 66+12+204=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #420CCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420CCC is #BDF333. Grayscale: #313131. Windows color (decimal): -12448564 or 13372482. OLE color: 13372482.

HSL color Cylindrical-coordinate representation of color #420CCC: hue angle of 256.88º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420CCC is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 12 204 -
CMYK 0.68 0.94 0 0.2
HSL 256.88º 0.89% 0.42% -
HSV(B) 256.88º 0.94% 0.8% -
XYZ 13.28 5.78 57.54 -
YUV 50.03 214.89 139.39 -
System Red Green Blue C M Y K H S L
Decimal 66 12 204 0.68 0.94 0 0.2 256.88 0.89 0.42
Hex 42 C CC 44 5E 0 14 101 59 2A
Octal 102 14 314 104 136 0 24 401 131 52
Binary 1000010 1100 11001100 1000100 1011110 0 10100 100000001 1011001 101010

Color Harmonies of #420CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420CCC

Black with #420CCC

Text Example


Text Example

White with #420CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #420CCC;
 }
 .AnyTagClassName
 {
   color: #420CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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