#470551

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

Shades of Hot Purple #470551

Tints of Hot Purple #470551

Color information

#470551 (or 0x470551) is unknown color: approx Hot Purple. HEX triplet: 47, 05 and 51. RGB value is (71,5,81). Sum of RGB (Red+Green+Blue) = 71+5+81=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #470551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470551 is #B8FAAE. Grayscale: #212121. Windows color (decimal): -12122799 or 5309767. OLE color: 5309767.

HSL color Cylindrical-coordinate representation of color #470551: hue angle of 292.11º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470551 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB71581-
CMYK0.120.9400.68
HSL292.11º88.37%16.86%-
HSV(B)292.11º93.83%31.76%-
XYZ4.142.047.96-
YUV33.4154.87154.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.22%
GREEN value IS 5 (2.34% from 255) = 3.18%
BLUE value IS 81 (32.03% from 255) = 51.59%
R=45.22%
G=3.18%
B=51.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal715810.120.9400.68292.1188.3716.86
Hex47551C5E0441245811
Octal107512114136010444413021
Binary100011110110100011100101111001000100100100100101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470551; }

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

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

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

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

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

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

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

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