#470455

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

Shades of Hot Purple #470455

Tints of Hot Purple #470455

Color information

#470455 (or 0x470455) is unknown color: approx Hot Purple. HEX triplet: 47, 04 and 55. RGB value is (71,4,85). Sum of RGB (Red+Green+Blue) = 71+4+85=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #470455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470455 is #B8FBAA. Grayscale: #212121. Windows color (decimal): -12123051 or 5571655. OLE color: 5571655.

HSL color Cylindrical-coordinate representation of color #470455: hue angle of 289.63º 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 #470455 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB71485-
CMYK0.160.9500.67
HSL289.63º91.01%17.45%-
HSV(B)289.63º95.29%33.33%-
XYZ4.282.088.77-
YUV33.27157.2154.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.38%
GREEN value IS 4 (1.95% from 255) = 2.5%
BLUE value IS 85 (33.59% from 255) = 53.12%
R=44.38%
G=2.5%
B=53.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal714850.160.9500.67289.6391.0117.45
Hex47455105F0431225b11
Octal107412520137010344213321
Binary1000111100101010110000101111101000011100100010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470455; }

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

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

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

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

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

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

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

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