Html Css Color HEX #420559 Scarlet Gum

📋 copy color: '#420559'

red 66 ◦ green 5 ◦ blue 89

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

Shades of Scarlet Gum #420559

Tints of Scarlet Gum #420559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.13%

 BLUE value IS 89 (35.16% from 255) = 55.63%

R = 41.25%
G = 3.13%
B = 55.63%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#420559 (or 0x420559) is known color: Scarlet Gum. HEX triplet: 42, 05 and 59. RGB value is (66,5,89). Sum of RGB (Red+Green+Blue) = 66+5+89=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 89 (35.16% from 255 or 55.62% from 160); Max value from RGB is 89 - color contains mainly: blue. Hex color #420559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420559 is #BDFAA6. Grayscale: #202020. Windows color (decimal): -12450471 or 5834050. OLE color: 5834050.

HSL color Cylindrical-coordinate representation of color #420559: hue angle of 283.57º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420559 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 5 89 -
CMYK 0.26 0.94 0 0.65
HSL 283.57º 0.89% 0.18% -
HSV(B) 283.57º 0.94% 0.35% -
XYZ 4.1 1.99 9.62 -
YUV 32.82 159.71 151.67 -
System Red Green Blue C M Y K H S L
Decimal 66 5 89 0.26 0.94 0 0.65 283.57 0.89 0.18
Hex 42 5 59 1A 5E 0 41 11C 59 12
Octal 102 5 131 32 136 0 101 434 131 22
Binary 1000010 101 1011001 11010 1011110 0 1000001 100011100 1011001 10010

Color Harmonies of #420559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420559

Black with #420559

Text Example


Text Example

White with #420559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420559; }

 p { color: rgb(66,5,89); }

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

background-color css

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

 a { background-color: rgb(66,5,89); }

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

border-color css

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

 span { border-color: rgb(66,5,89); }

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