#472550

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

Shades of Hot Purple #472550

Tints of Hot Purple #472550

Color information

#472550 (or 0x472550) is unknown color: approx Hot Purple. HEX triplet: 47, 25 and 50. RGB value is (71,37,80). Sum of RGB (Red+Green+Blue) = 71+37+80=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #472550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472550 is #B8DAAF. Grayscale: #333333. Windows color (decimal): -12114608 or 5252423. OLE color: 5252423.

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

Color convert

RGB713780-
CMYK0.110.5400.69
HSL287.44º36.75%22.94%-
HSV(B)287.44º53.75%31.37%-
XYZ4.713.247.97-
YUV52.07143.76141.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.77%
GREEN value IS 37 (14.84% from 255) = 19.68%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=37.77%
G=19.68%
B=42.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7137800.110.5400.69287.4436.7522.94
Hex472550B3604511f2517
Octal10745120136601054374527
Binary1000111100101101000010111101100100010110001111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472550; }

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

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

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

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

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

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

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

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