Html Css Color HEX #470959 Scarlet Gum

📋 copy color: '#470959'

red 71 ◦ green 9 ◦ blue 89

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

Shades of Scarlet Gum #470959

Tints of Scarlet Gum #470959

RGB

 RED value IS 71 (28.13% from 255) = 42.01%

 GREEN value IS 9 (3.91% from 255) = 5.33%

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

R = 42.01%
G = 5.33%
B = 52.66%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#470959 (or 0x470959) is known color: Scarlet Gum. HEX triplet: 47, 09 and 59. RGB value is (71,9,89). Sum of RGB (Red+Green+Blue) = 71+9+89=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #470959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470959 is #B8F6A6. Grayscale: #242424. Windows color (decimal): -12121767 or 5835079. OLE color: 5835079.

HSL color Cylindrical-coordinate representation of color #470959: hue angle of 286.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #470959 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 9 89 -
CMYK 0.20 0.90 0 0.65
HSL 286.5º 0.82% 0.19% -
HSV(B) 286.5º 0.9% 0.35% -
XYZ 4.5 2.26 9.65 -
YUV 36.66 157.54 152.5 -
System Red Green Blue C M Y K H S L
Decimal 71 9 89 0.20 0.90 0 0.65 286.5 0.82 0.19
Hex 47 9 59 14 5A 0 41 11E 52 13
Octal 107 11 131 24 132 0 101 436 122 23
Binary 1000111 1001 1011001 10100 1011010 0 1000001 100011110 1010010 10011

Color Harmonies of #470959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470959

Black with #470959

Text Example


Text Example

White with #470959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470959; }

 p { color: rgb(71,9,89); }

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

background-color css

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

 a { background-color: rgb(71,9,89); }

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

border-color css

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

 span { border-color: rgb(71,9,89); }

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