#472247

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

Shades of Hot Purple #472247

Tints of Hot Purple #472247

Color information

#472247 (or 0x472247) is unknown color: approx Hot Purple. HEX triplet: 47, 22 and 47. RGB value is (71,34,71). Sum of RGB (Red+Green+Blue) = 71+34+71=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #472247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472247 is #B8DDB8. Grayscale: #313131. Windows color (decimal): -12115385 or 4661831. OLE color: 4661831.

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

Color convert

RGB713471-
CMYK00.5200.72
HSL300º35.24%20.59%-
HSV(B)300º52.11%27.84%-
XYZ4.312.946.3-
YUV49.28140.26143.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.34%
GREEN value IS 34 (13.67% from 255) = 19.32%
BLUE value IS 71 (28.12% from 255) = 40.34%
R=40.34%
G=19.32%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71347100.5200.7230035.2420.59
Hex47224703404812c2315
Octal1074210706401104544325
Binary1000111100010100011101101000100100010010110010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472247; }

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

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

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

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

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

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

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

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