#470450

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

Shades of Hot Purple #470450

Tints of Hot Purple #470450

Color information

#470450 (or 0x470450) is unknown color: approx Hot Purple. HEX triplet: 47, 04 and 50. RGB value is (71,4,80). Sum of RGB (Red+Green+Blue) = 71+4+80=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #470450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470450 is #B8FBAF. Grayscale: #202020. Windows color (decimal): -12123056 or 5243975. OLE color: 5243975.

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

Color convert

RGB71480-
CMYK0.110.9500.69
HSL292.89º90.48%16.47%-
HSV(B)292.89º95%31.37%-
XYZ4.092.017.76-
YUV32.7154.7155.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.81%
GREEN value IS 4 (1.95% from 255) = 2.58%
BLUE value IS 80 (31.64% from 255) = 51.61%
R=45.81%
G=2.58%
B=51.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal714800.110.9500.69292.8990.4816.47
Hex47450B5F0451255a10
Octal107412013137010544513220
Binary100011110010100001011101111101000101100100101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470450; }

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

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

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

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

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

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

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

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