#470453

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

Shades of Hot Purple #470453

Tints of Hot Purple #470453

Color information

#470453 (or 0x470453) is unknown color: approx Hot Purple. HEX triplet: 47, 04 and 53. RGB value is (71,4,83). Sum of RGB (Red+Green+Blue) = 71+4+83=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #470453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470453 is #B8FBAC. Grayscale: #202020. Windows color (decimal): -12123053 or 5440583. OLE color: 5440583.

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

Color convert

RGB71483-
CMYK0.140.9500.67
HSL290.89º90.8%17.06%-
HSV(B)290.89º95.18%32.55%-
XYZ4.22.058.36-
YUV33.04156.2155.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.94%
GREEN value IS 4 (1.95% from 255) = 2.53%
BLUE value IS 83 (32.81% from 255) = 52.53%
R=44.94%
G=2.53%
B=52.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal714830.140.9500.67290.8990.817.06
Hex47453E5F0431235b11
Octal107412316137010344313321
Binary100011110010100111110101111101000011100100011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470453; }

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

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

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

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

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

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

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

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