#47175E

Color #47175E Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #47175E

Tints of Scarlet Gum #47175E

Color information

#47175E (or 0x47175E) is unknown color: approx Scarlet Gum. HEX triplet: 47, 17 and 5E. RGB value is (71,23,94). Sum of RGB (Red+Green+Blue) = 71+23+94=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 94 (37.11% from 255 or 50% from 188); Max value from RGB is 94 - color contains mainly: blue. Hex color #47175E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47175E is #B8E8A1. Grayscale: #2D2D2D. Windows color (decimal): -12118178 or 6166343. OLE color: 6166343.

HSL color Cylindrical-coordinate representation of color #47175E: hue angle of 280.56º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #47175E is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB712394-
CMYK0.240.7600.63
HSL280.56º60.68%22.94%-
HSV(B)280.56º75.53%36.86%-
XYZ4.932.7610.86-
YUV45.45155.4146.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.77%
GREEN value IS 23 (9.38% from 255) = 12.23%
BLUE value IS 94 (37.11% from 255) = 50%
R=37.77%
G=12.23%
B=50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7123940.240.7600.63280.5660.6822.94
Hex47175E184C03F1193d17
Octal10727136301140774317527
Binary1000111101111011110110001001100011111110001100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47175E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47175E; }

 p { color: rgb(71,23,94); }

 H1.HeaderClassName
 {
   color: #47175E;
 }
 .AnyTagClassName
 {
   color: #47175E;
 }
</style>
background-color css

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

 a { background-color: rgb(71,23,94); }

 div.DivClassName
 {
   background-color: #47175E;
 }
 .BgClassName
 {
   background-color: #47175E;
 }
</style>
border-color css

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

 span { border-color: rgb(71,23,94); }

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