Html Css Color HEX #420CDF Han Purple

📋 copy color: '#420CDF'

red 66 ◦ green 12 ◦ blue 223

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

Shades of Han Purple #420CDF

Tints of Han Purple #420CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 74.09%

R = 21.93%
G = 3.99%
B = 74.09%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#420CDF (or 0x420CDF) is known color: Han Purple. HEX triplet: 42, 0C and DF. RGB value is (66,12,223). Sum of RGB (Red+Green+Blue) = 66+12+223=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #420CDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420CDF is #BDF320. Grayscale: #333333. Windows color (decimal): -12448545 or 14617666. OLE color: 14617666.

HSL color Cylindrical-coordinate representation of color #420CDF: hue angle of 255.36º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420CDF is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 12 223 -
CMYK 0.70 0.95 0 0.13
HSL 255.36º 0.9% 0.46% -
HSV(B) 255.36º 0.95% 0.87% -
XYZ 15.7 6.75 70.29 -
YUV 52.2 224.39 137.84 -
System Red Green Blue C M Y K H S L
Decimal 66 12 223 0.70 0.95 0 0.13 255.36 0.9 0.46
Hex 42 C DF 46 5F 0 D FF 5A 2E
Octal 102 14 337 106 137 0 15 377 132 56
Binary 1000010 1100 11011111 1000110 1011111 0 1101 11111111 1011010 101110

Color Harmonies of #420CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420CDF

Black with #420CDF

Text Example


Text Example

White with #420CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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