#472350

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

Shades of Hot Purple #472350

Tints of Hot Purple #472350

Color information

#472350 (or 0x472350) is unknown color: approx Hot Purple. HEX triplet: 47, 23 and 50. RGB value is (71,35,80). Sum of RGB (Red+Green+Blue) = 71+35+80=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #472350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472350 is #B8DCAF. Grayscale: #323232. Windows color (decimal): -12115120 or 5251911. OLE color: 5251911.

HSL color Cylindrical-coordinate representation of color #472350: hue angle of 288º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #472350 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB713580-
CMYK0.110.5600.69
HSL288º39.13%22.55%-
HSV(B)288º56.25%31.37%-
XYZ4.653.127.95-
YUV50.89144.43142.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.17%
GREEN value IS 35 (14.06% from 255) = 18.82%
BLUE value IS 80 (31.64% from 255) = 43.01%
R=38.17%
G=18.82%
B=43.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7135800.110.5600.6928839.1322.55
Hex472350B380451202717
Octal10743120137001054404727
Binary1000111100011101000010111110000100010110010000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472350; }

 p { color: rgb(71,35,80); }

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

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

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

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

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

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

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