Html Css Color HEX #420659 Scarlet Gum

📋 copy color: '#420659'

red 66 ◦ green 6 ◦ blue 89

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

Shades of Scarlet Gum #420659

Tints of Scarlet Gum #420659

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.73%

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

R = 40.99%
G = 3.73%
B = 55.28%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#420659 (or 0x420659) is known color: Scarlet Gum. HEX triplet: 42, 06 and 59. RGB value is (66,6,89). Sum of RGB (Red+Green+Blue) = 66+6+89=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #420659 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420659 is #BDF9A6. Grayscale: #212121. Windows color (decimal): -12450215 or 5834306. OLE color: 5834306.

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

Color convert

RGB 66 6 89 -
CMYK 0.26 0.93 0 0.65
HSL 283.37º 0.87% 0.19% -
HSV(B) 283.37º 0.93% 0.35% -
XYZ 4.12 2.01 9.62 -
YUV 33.4 159.38 151.25 -
System Red Green Blue C M Y K H S L
Decimal 66 6 89 0.26 0.93 0 0.65 283.37 0.87 0.19
Hex 42 6 59 1A 5D 0 41 11B 57 13
Octal 102 6 131 32 135 0 101 433 127 23
Binary 1000010 110 1011001 11010 1011101 0 1000001 100011011 1010111 10011

Color Harmonies of #420659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420659

Black with #420659

Text Example


Text Example

White with #420659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420659; }

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

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

background-color css

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

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

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

border-color css

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

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

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