#472449

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

Shades of Hot Purple #472449

Tints of Hot Purple #472449

Color information

#472449 (or 0x472449) is unknown color: approx Hot Purple. HEX triplet: 47, 24 and 49. RGB value is (71,36,73). Sum of RGB (Red+Green+Blue) = 71+36+73=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 73 - color contains mainly: blue. Hex color #472449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472449 is #B8DBB6. Grayscale: #323232. Windows color (decimal): -12114871 or 4793415. OLE color: 4793415.

HSL color Cylindrical-coordinate representation of color #472449: hue angle of 296.76º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #472449 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB713673-
CMYK0.030.5100.71
HSL296.76º33.94%21.37%-
HSV(B)296.76º50.68%28.63%-
XYZ4.433.086.66-
YUV50.68140.6142.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.44%
GREEN value IS 36 (14.45% from 255) = 20%
BLUE value IS 73 (28.91% from 255) = 40.56%
R=39.44%
G=20%
B=40.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7136730.030.5100.71296.7633.9421.37
Hex4724493330471292215
Octal1074411136301074514225
Binary10001111001001001001111100110100011110010100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472449; }

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

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

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

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

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

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

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

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