#472347

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

Shades of Hot Purple #472347

Tints of Hot Purple #472347

Color information

#472347 (or 0x472347) is unknown color: approx Hot Purple. HEX triplet: 47, 23 and 47. RGB value is (71,35,71). Sum of RGB (Red+Green+Blue) = 71+35+71=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #472347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472347 is #B8DCB8. Grayscale: #313131. Windows color (decimal): -12115129 or 4662087. OLE color: 4662087.

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

Color convert

RGB713571-
CMYK00.5100.72
HSL300º33.96%20.78%-
HSV(B)300º50.7%27.84%-
XYZ4.3436.31-
YUV49.87139.93143.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.11%
GREEN value IS 35 (14.06% from 255) = 19.77%
BLUE value IS 71 (28.12% from 255) = 40.11%
R=40.11%
G=19.77%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71357100.5100.7230033.9620.78
Hex47234703304812c2215
Octal1074310706301104544225
Binary1000111100011100011101100110100100010010110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472347; }

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

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

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

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

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

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

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

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