#472747

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

Shades of Hot Purple #472747

Tints of Hot Purple #472747

Color information

#472747 (or 0x472747) is unknown color: approx Hot Purple. HEX triplet: 47, 27 and 47. RGB value is (71,39,71). Sum of RGB (Red+Green+Blue) = 71+39+71=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #472747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472747 is #B8D8B8. Grayscale: #343434. Windows color (decimal): -12114105 or 4663111. OLE color: 4663111.

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

Color convert

RGB713971-
CMYK00.4500.72
HSL300º29.09%21.57%-
HSV(B)300º45.07%27.84%-
XYZ4.463.256.35-
YUV52.22138.6141.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.23%
GREEN value IS 39 (15.62% from 255) = 21.55%
BLUE value IS 71 (28.12% from 255) = 39.23%
R=39.23%
G=21.55%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71397100.4500.7230029.0921.57
Hex47274702D04812c1d16
Octal1074710705501104543526
Binary100011110011110001110101101010010001001011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472747; }

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

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

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

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

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

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

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

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