#472547

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

Shades of Hot Purple #472547

Tints of Hot Purple #472547

Color information

#472547 (or 0x472547) is unknown color: approx Hot Purple. HEX triplet: 47, 25 and 47. RGB value is (71,37,71). Sum of RGB (Red+Green+Blue) = 71+37+71=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #472547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472547 is #B8DAB8. Grayscale: #323232. Windows color (decimal): -12114617 or 4662599. OLE color: 4662599.

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

Color convert

RGB713771-
CMYK00.4800.72
HSL300º31.48%21.18%-
HSV(B)300º47.89%27.84%-
XYZ4.43.126.33-
YUV51.04139.26142.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.66%
GREEN value IS 37 (14.84% from 255) = 20.67%
BLUE value IS 71 (28.12% from 255) = 39.66%
R=39.66%
G=20.67%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71377100.4800.7230031.4821.18
Hex47254703004812c1f15
Octal1074510706001104543725
Binary100011110010110001110110000010010001001011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472547; }

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

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

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

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

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

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

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

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