#470F50

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

Shades of Hot Purple #470F50

Tints of Hot Purple #470F50

Color information

#470F50 (or 0x470F50) is unknown color: approx Hot Purple. HEX triplet: 47, 0F and 50. RGB value is (71,15,80). Sum of RGB (Red+Green+Blue) = 71+15+80=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #470F50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470F50 is #B8F0AF. Grayscale: #262626. Windows color (decimal): -12120240 or 5246791. OLE color: 5246791.

HSL color Cylindrical-coordinate representation of color #470F50: hue angle of 291.69º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #470F50 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB711580-
CMYK0.110.8100.69
HSL291.69º68.42%18.63%-
HSV(B)291.69º81.25%31.37%-
XYZ4.222.267.8-
YUV39.15151.05150.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.77%
GREEN value IS 15 (6.25% from 255) = 9.04%
BLUE value IS 80 (31.64% from 255) = 48.19%
R=42.77%
G=9.04%
B=48.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7115800.110.8100.69291.6968.4218.63
Hex47F50B510451244413
Octal1071712013121010544410423
Binary1000111111110100001011101000101000101100100100100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470F50; }

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

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

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

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

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

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

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

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