#472447

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

Shades of Hot Purple #472447

Tints of Hot Purple #472447

Color information

#472447 (or 0x472447) is unknown color: approx Hot Purple. HEX triplet: 47, 24 and 47. RGB value is (71,36,71). Sum of RGB (Red+Green+Blue) = 71+36+71=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #472447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472447 is #B8DBB8. Grayscale: #323232. Windows color (decimal): -12114873 or 4662343. OLE color: 4662343.

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

Color convert

RGB713671-
CMYK00.4900.72
HSL300º32.71%20.98%-
HSV(B)300º49.3%27.84%-
XYZ4.373.066.32-
YUV50.46139.6142.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.89%
GREEN value IS 36 (14.45% from 255) = 20.22%
BLUE value IS 71 (28.12% from 255) = 39.89%
R=39.89%
G=20.22%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71367100.4900.7230032.7120.98
Hex47244703104812c2115
Octal1074410706101104544125
Binary1000111100100100011101100010100100010010110010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472447; }

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

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

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

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

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

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

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

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