#472947

Color #472947 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #472947

Tints of Hot Purple #472947

Color information

#472947 (or 0x472947) is unknown color: approx Hot Purple. HEX triplet: 47, 29 and 47. RGB value is (71,41,71). Sum of RGB (Red+Green+Blue) = 71+41+71=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #472947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472947 is #B8D6B8. Grayscale: #353535. Windows color (decimal): -12113593 or 4663623. OLE color: 4663623.

HSL color Cylindrical-coordinate representation of color #472947: hue angle of 300º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #472947 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB714171-
CMYK00.4200.72
HSL300º26.79%21.96%-
HSV(B)300º42.25%27.84%-
XYZ4.533.386.38-
YUV53.39137.94140.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.80%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 71 (28.12% from 255) = 38.80%
R=38.80%
G=22.40%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71417100.4200.7230026.7921.96
Hex47294702A04812c1b16
Octal1075110705201104543326
Binary100011110100110001110101010010010001001011001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472947; }

 p { color: rgb(71,41,71); }

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

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

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

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

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

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

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