Html Css Color HEX #420758 Scarlet Gum

📋 copy color: '#420758'

red 66 ◦ green 7 ◦ blue 88

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

Shades of Scarlet Gum #420758

Tints of Scarlet Gum #420758

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.35%

 BLUE value IS 88 (34.77% from 255) = 54.66%

R = 40.99%
G = 4.35%
B = 54.66%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#420758 (or 0x420758) is known color: Scarlet Gum. HEX triplet: 42, 07 and 58. RGB value is (66,7,88). Sum of RGB (Red+Green+Blue) = 66+7+88=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #420758 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420758 is #BDF8A7. Grayscale: #212121. Windows color (decimal): -12449960 or 5769026. OLE color: 5769026.

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

Color convert

RGB 66 7 88 -
CMYK 0.25 0.92 0 0.65
HSL 283.7º 0.85% 0.19% -
HSV(B) 283.7º 0.92% 0.35% -
XYZ 4.08 2.01 9.41 -
YUV 33.88 158.55 150.91 -
System Red Green Blue C M Y K H S L
Decimal 66 7 88 0.25 0.92 0 0.65 283.7 0.85 0.19
Hex 42 7 58 19 5C 0 41 11C 55 13
Octal 102 7 130 31 134 0 101 434 125 23
Binary 1000010 111 1011000 11001 1011100 0 1000001 100011100 1010101 10011

Color Harmonies of #420758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420758

Black with #420758

Text Example


Text Example

White with #420758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420758; }

 p { color: rgb(66,7,88); }

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

background-color css

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

 a { background-color: rgb(66,7,88); }

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

border-color css

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

 span { border-color: rgb(66,7,88); }

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