Html Css Color HEX #420C57 Scarlet Gum

📋 copy color: '#420C57'

red 66 ◦ green 12 ◦ blue 87

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

Shades of Scarlet Gum #420C57

Tints of Scarlet Gum #420C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 52.73%

R = 40%
G = 7.27%
B = 52.73%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#420C57 (or 0x420C57) is known color: Scarlet Gum. HEX triplet: 42, 0C and 57. RGB value is (66,12,87). Sum of RGB (Red+Green+Blue) = 66+12+87=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #420C57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420C57 is #BDF3A8. Grayscale: #242424. Windows color (decimal): -12448681 or 5704770. OLE color: 5704770.

HSL color Cylindrical-coordinate representation of color #420C57: hue angle of 283.2º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #420C57 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 12 87 -
CMYK 0.24 0.86 0 0.66
HSL 283.2º 0.76% 0.19% -
HSV(B) 283.2º 0.86% 0.34% -
XYZ 4.1 2.11 9.21 -
YUV 36.7 156.39 148.9 -
System Red Green Blue C M Y K H S L
Decimal 66 12 87 0.24 0.86 0 0.66 283.2 0.76 0.19
Hex 42 C 57 18 56 0 42 11B 4C 13
Octal 102 14 127 30 126 0 102 433 114 23
Binary 1000010 1100 1010111 11000 1010110 0 1000010 100011011 1001100 10011

Color Harmonies of #420C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420C57

Black with #420C57

Text Example


Text Example

White with #420C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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