#470F4D

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

Shades of Hot Purple #470F4D

Tints of Hot Purple #470F4D

Color information

#470F4D (or 0x470F4D) is unknown color: approx Hot Purple. HEX triplet: 47, 0F and 4D. RGB value is (71,15,77). Sum of RGB (Red+Green+Blue) = 71+15+77=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #470F4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470F4D is #B8F0B2. Grayscale: #262626. Windows color (decimal): -12120243 or 5050183. OLE color: 5050183.

HSL color Cylindrical-coordinate representation of color #470F4D: hue angle of 294.19º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #470F4D is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB711577-
CMYK0.080.8100.70
HSL294.19º67.39%18.04%-
HSV(B)294.19º80.52%30.2%-
XYZ4.112.227.23-
YUV38.81149.55150.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.56%
GREEN value IS 15 (6.25% from 255) = 9.20%
BLUE value IS 77 (30.47% from 255) = 47.24%
R=43.56%
G=9.20%
B=47.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7115770.080.8100.70294.1967.3918.04
Hex47F4D8510461264312
Octal1071711510121010644610322
Binary1000111111110011011000101000101000110100100110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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