#472749

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

Shades of Hot Purple #472749

Tints of Hot Purple #472749

Color information

#472749 (or 0x472749) is unknown color: approx Hot Purple. HEX triplet: 47, 27 and 49. RGB value is (71,39,73). Sum of RGB (Red+Green+Blue) = 71+39+73=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 73 - color contains mainly: blue. Hex color #472749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472749 is #B8D8B6. Grayscale: #343434. Windows color (decimal): -12114103 or 4794183. OLE color: 4794183.

HSL color Cylindrical-coordinate representation of color #472749: hue angle of 296.47º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #472749 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB713973-
CMYK0.030.4700.71
HSL296.47º30.36%21.96%-
HSV(B)296.47º46.58%28.63%-
XYZ4.533.276.7-
YUV52.44139.6141.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.80%
GREEN value IS 39 (15.62% from 255) = 21.31%
BLUE value IS 73 (28.91% from 255) = 39.89%
R=38.80%
G=21.31%
B=39.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7139730.030.4700.71296.4730.3621.96
Hex47274932F0471281e16
Octal1074711135701074503626
Binary1000111100111100100111101111010001111001010001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472749; }

 p { color: rgb(71,39,73); }

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

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

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

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

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

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

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