Html Css Color HEX #470159 Scarlet Gum

📋 copy color: '#470159'

red 71 ◦ green 1 ◦ blue 89

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

Shades of Scarlet Gum #470159

Tints of Scarlet Gum #470159

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

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

R = 44.1%
G = 0.62%
B = 55.28%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#470159 (or 0x470159) is known color: Scarlet Gum. HEX triplet: 47, 01 and 59. RGB value is (71,1,89). Sum of RGB (Red+Green+Blue) = 71+1+89=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 1 (0.78% from 255 or 0.62% 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 #470159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470159 is #B8FEA6. Grayscale: #1F1F1F. Windows color (decimal): -12123815 or 5833031. OLE color: 5833031.

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

Color convert

RGB 71 1 89 -
CMYK 0.20 0.99 0 0.65
HSL 287.73º 0.98% 0.18% -
HSV(B) 287.73º 0.99% 0.35% -
XYZ 4.41 2.08 9.62 -
YUV 31.96 160.19 155.84 -
System Red Green Blue C M Y K H S L
Decimal 71 1 89 0.20 0.99 0 0.65 287.73 0.98 0.18
Hex 47 1 59 14 63 0 41 120 62 12
Octal 107 1 131 24 143 0 101 440 142 22
Binary 1000111 1 1011001 10100 1100011 0 1000001 100100000 1100010 10010

Color Harmonies of #470159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470159

Black with #470159

Text Example


Text Example

White with #470159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470159; }

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

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

background-color css

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

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

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

border-color css

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

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

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