#472D48

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

Shades of Hot Purple #472D48

Tints of Hot Purple #472D48

Color information

#472D48 (or 0x472D48) is unknown color: approx Hot Purple. HEX triplet: 47, 2D and 48. RGB value is (71,45,72). Sum of RGB (Red+Green+Blue) = 71+45+72=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 72 - color contains mainly: blue. Hex color #472D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D48 is #B8D2B7. Grayscale: #373737. Windows color (decimal): -12112568 or 4730183. OLE color: 4730183.

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

Color convert

RGB714572-
CMYK0.010.3800.72
HSL297.78º23.08%22.94%-
HSV(B)297.78º37.5%28.24%-
XYZ4.713.686.59-
YUV55.85137.11138.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.77%
GREEN value IS 45 (17.97% from 255) = 23.94%
BLUE value IS 72 (28.52% from 255) = 38.30%
R=37.77%
G=23.94%
B=38.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7145720.010.3800.72297.7823.0822.94
Hex472D4812604812a1717
Octal1075511014601104522727
Binary100011110110110010001100110010010001001010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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