#472048

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

Shades of Hot Purple #472048

Tints of Hot Purple #472048

Color information

#472048 (or 0x472048) is unknown color: approx Hot Purple. HEX triplet: 47, 20 and 48. RGB value is (71,32,72). Sum of RGB (Red+Green+Blue) = 71+32+72=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #472048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472048 is #B8DFB7. Grayscale: #303030. Windows color (decimal): -12115896 or 4726855. OLE color: 4726855.

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

Color convert

RGB713272-
CMYK0.010.5600.72
HSL298.5º38.46%20.39%-
HSV(B)298.5º55.56%28.24%-
XYZ4.282.846.45-
YUV48.22141.42144.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.57%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 72 (28.52% from 255) = 41.14%
R=40.57%
G=18.29%
B=41.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7132720.010.5600.72298.538.4620.39
Hex47204813804812a2614
Octal1074011017001104524624
Binary1000111100000100100011110000100100010010101010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472048; }

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

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

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

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

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

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

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

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