#472F47

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

Shades of Hot Purple #472F47

Tints of Hot Purple #472F47

Color information

#472F47 (or 0x472F47) is unknown color: approx Hot Purple. HEX triplet: 47, 2F and 47. RGB value is (71,47,71). Sum of RGB (Red+Green+Blue) = 71+47+71=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #472F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F47 is #B8D0B8. Grayscale: #383838. Windows color (decimal): -12112057 or 4665159. OLE color: 4665159.

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

Color convert

RGB714771-
CMYK00.3400.72
HSL300º20.34%23.14%-
HSV(B)300º33.8%27.84%-
XYZ4.753.836.45-
YUV56.91135.95138.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.57%
GREEN value IS 47 (18.75% from 255) = 24.87%
BLUE value IS 71 (28.12% from 255) = 37.57%
R=37.57%
G=24.87%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71477100.3400.7230020.3423.14
Hex472F4702204812c1417
Octal1075710704201104542427
Binary100011110111110001110100010010010001001011001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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