#470951

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

Shades of Hot Purple #470951

Tints of Hot Purple #470951

Color information

#470951 (or 0x470951) is unknown color: approx Hot Purple. HEX triplet: 47, 09 and 51. RGB value is (71,9,81). Sum of RGB (Red+Green+Blue) = 71+9+81=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #470951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470951 is #B8F6AE. Grayscale: #232323. Windows color (decimal): -12121775 or 5310791. OLE color: 5310791.

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

Color convert

RGB71981-
CMYK0.120.8900.68
HSL291.67º80%17.65%-
HSV(B)291.67º88.89%31.76%-
XYZ4.182.137.98-
YUV35.75153.54153.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.10%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 81 (32.03% from 255) = 50.31%
R=44.10%
G=5.59%
B=50.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal719810.120.8900.68291.678017.65
Hex47951C590441245012
Octal1071112114131010444412022
Binary1000111100110100011100101100101000100100100100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470951; }

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

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

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

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

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

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

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

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