Html Css Color HEX #420658 Scarlet Gum

📋 copy color: '#420658'

red 66 ◦ green 6 ◦ blue 88

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

Shades of Scarlet Gum #420658

Tints of Scarlet Gum #420658

RGB

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

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

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

R = 41.25%
G = 3.75%
B = 55%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#420658 (or 0x420658) is known color: Scarlet Gum. HEX triplet: 42, 06 and 58. RGB value is (66,6,88). Sum of RGB (Red+Green+Blue) = 66+6+88=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #420658 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420658 is #BDF9A7. Grayscale: #212121. Windows color (decimal): -12450216 or 5768770. OLE color: 5768770.

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

Color convert

RGB 66 6 88 -
CMYK 0.25 0.93 0 0.65
HSL 283.9º 0.87% 0.18% -
HSV(B) 283.9º 0.93% 0.35% -
XYZ 4.07 1.99 9.4 -
YUV 33.29 158.88 151.33 -
System Red Green Blue C M Y K H S L
Decimal 66 6 88 0.25 0.93 0 0.65 283.9 0.87 0.18
Hex 42 6 58 19 5D 0 41 11C 57 12
Octal 102 6 130 31 135 0 101 434 127 22
Binary 1000010 110 1011000 11001 1011101 0 1000001 100011100 1010111 10010

Color Harmonies of #420658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420658

Black with #420658

Text Example


Text Example

White with #420658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420658; }

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

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

background-color css

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

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

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

border-color css

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

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

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