Html Css Color HEX #420C56 Scarlet Gum

📋 copy color: '#420C56'

red 66 ◦ green 12 ◦ blue 86

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

Shades of Scarlet Gum #420C56

Tints of Scarlet Gum #420C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 52.44%

R = 40.24%
G = 7.32%
B = 52.44%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#420C56 (or 0x420C56) is known color: Scarlet Gum. HEX triplet: 42, 0C and 56. RGB value is (66,12,86). Sum of RGB (Red+Green+Blue) = 66+12+86=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 86 (33.98% from 255 or 52.44% from 164); Max value from RGB is 86 - color contains mainly: blue. Hex color #420C56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420C56 is #BDF3A9. Grayscale: #242424. Windows color (decimal): -12448682 or 5639234. OLE color: 5639234.

HSL color Cylindrical-coordinate representation of color #420C56: hue angle of 283.78º 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 #420C56 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 12 86 -
CMYK 0.23 0.86 0 0.66
HSL 283.78º 0.76% 0.19% -
HSV(B) 283.78º 0.86% 0.34% -
XYZ 4.06 2.09 8.99 -
YUV 36.58 155.89 148.98 -
System Red Green Blue C M Y K H S L
Decimal 66 12 86 0.23 0.86 0 0.66 283.78 0.76 0.19
Hex 42 C 56 17 56 0 42 11C 4C 13
Octal 102 14 126 27 126 0 102 434 114 23
Binary 1000010 1100 1010110 10111 1010110 0 1000010 100011100 1001100 10011

Color Harmonies of #420C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420C56

Black with #420C56

Text Example


Text Example

White with #420C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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