#470553

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

Shades of Hot Purple #470553

Tints of Hot Purple #470553

Color information

#470553 (or 0x470553) is unknown color: approx Hot Purple. HEX triplet: 47, 05 and 53. RGB value is (71,5,83). Sum of RGB (Red+Green+Blue) = 71+5+83=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #470553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470553 is #B8FAAC. Grayscale: #212121. Windows color (decimal): -12122797 or 5440839. OLE color: 5440839.

HSL color Cylindrical-coordinate representation of color #470553: hue angle of 290.77º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470553 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB71583-
CMYK0.140.9400.67
HSL290.77º88.64%17.25%-
HSV(B)290.77º93.98%32.55%-
XYZ4.212.078.36-
YUV33.63155.87154.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.65%
GREEN value IS 5 (2.34% from 255) = 3.14%
BLUE value IS 83 (32.81% from 255) = 52.20%
R=44.65%
G=3.14%
B=52.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal715830.140.9400.67290.7788.6417.25
Hex47553E5E0431235911
Octal107512316136010344313121
Binary100011110110100111110101111001000011100100011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470553; }

 p { color: rgb(71,5,83); }

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

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

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

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

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

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

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