#472E48

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

Shades of Hot Purple #472E48

Tints of Hot Purple #472E48

Color information

#472E48 (or 0x472E48) is unknown color: approx Hot Purple. HEX triplet: 47, 2E and 48. RGB value is (71,46,72). Sum of RGB (Red+Green+Blue) = 71+46+72=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 72 - color contains mainly: blue. Hex color #472E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E48 is #B8D1B7. Grayscale: #383838. Windows color (decimal): -12112312 or 4730439. OLE color: 4730439.

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

Color convert

RGB714672-
CMYK0.010.3600.72
HSL297.69º22.03%23.14%-
HSV(B)297.69º36.11%28.24%-
XYZ4.753.766.61-
YUV56.44136.78138.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.57%
GREEN value IS 46 (18.36% from 255) = 24.34%
BLUE value IS 72 (28.52% from 255) = 38.10%
R=37.57%
G=24.34%
B=38.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7146720.010.3600.72297.6922.0323.14
Hex472E4812404812a1617
Octal1075611014401104522627
Binary100011110111010010001100100010010001001010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472E48; }

 p { color: rgb(71,46,72); }

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

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

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

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

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

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

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