Html Css Color HEX #420C63 Christalle

📋 copy color: '#420C63'

red 66 ◦ green 12 ◦ blue 99

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

Shades of Christalle #420C63

Tints of Christalle #420C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 55.93%

R = 37.29%
G = 6.78%
B = 55.93%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#420C63 (or 0x420C63) is known color: Christalle. HEX triplet: 42, 0C and 63. RGB value is (66,12,99). Sum of RGB (Red+Green+Blue) = 66+12+99=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 99 (39.06% from 255 or 55.93% from 177); Max value from RGB is 99 - color contains mainly: blue. Hex color #420C63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420C63 is #BDF39C. Grayscale: #252525. Windows color (decimal): -12448669 or 6491202. OLE color: 6491202.

HSL color Cylindrical-coordinate representation of color #420C63: hue angle of 277.24º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #420C63 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 12 99 -
CMYK 0.33 0.88 0 0.61
HSL 277.24º 0.78% 0.22% -
HSV(B) 277.24º 0.88% 0.39% -
XYZ 4.63 2.32 12.01 -
YUV 38.06 162.39 147.93 -
System Red Green Blue C M Y K H S L
Decimal 66 12 99 0.33 0.88 0 0.61 277.24 0.78 0.22
Hex 42 C 63 21 58 0 3D 115 4E 16
Octal 102 14 143 41 130 0 75 425 116 26
Binary 1000010 1100 1100011 100001 1011000 0 111101 100010101 1001110 10110

Color Harmonies of #420C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420C63

Black with #420C63

Text Example


Text Example

White with #420C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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