Html Css Color HEX #420CDC Han Purple

📋 copy color: '#420CDC'

red 66 ◦ green 12 ◦ blue 220

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

Shades of Han Purple #420CDC

Tints of Han Purple #420CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 73.83%

R = 22.15%
G = 4.03%
B = 73.83%

CMYK

 C value IS 0.7

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#420CDC (or 0x420CDC) is known color: Han Purple. HEX triplet: 42, 0C and DC. RGB value is (66,12,220). Sum of RGB (Red+Green+Blue) = 66+12+220=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 220 (86.33% from 255 or 73.83% from 298); Max value from RGB is 220 - color contains mainly: blue. Hex color #420CDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420CDC is #BDF323. Grayscale: #333333. Windows color (decimal): -12448548 or 14421058. OLE color: 14421058.

HSL color Cylindrical-coordinate representation of color #420CDC: hue angle of 255.58º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420CDC is Cyan = 0.7, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 12 220 -
CMYK 0.7 0.95 0 0.14
HSL 255.58º 0.9% 0.45% -
HSV(B) 255.58º 0.95% 0.86% -
XYZ 15.3 6.59 68.18 -
YUV 51.86 222.89 138.09 -
System Red Green Blue C M Y K H S L
Decimal 66 12 220 0.7 0.95 0 0.14 255.58 0.9 0.45
Hex 42 C DC 46 5F 0 E 100 5A 2D
Octal 102 14 334 106 137 0 16 400 132 55
Binary 1000010 1100 11011100 1000110 1011111 0 1110 100000000 1011010 101101

Color Harmonies of #420CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420CDC

Black with #420CDC

Text Example


Text Example

White with #420CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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