#470750

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

Shades of Hot Purple #470750

Tints of Hot Purple #470750

Color information

#470750 (or 0x470750) is unknown color: approx Hot Purple. HEX triplet: 47, 07 and 50. RGB value is (71,7,80). Sum of RGB (Red+Green+Blue) = 71+7+80=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #470750 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470750 is #B8F8AF. Grayscale: #222222. Windows color (decimal): -12122288 or 5244743. OLE color: 5244743.

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

Color convert

RGB71780-
CMYK0.110.9100.69
HSL292.6º83.91%17.06%-
HSV(B)292.6º91.25%31.37%-
XYZ4.122.077.77-
YUV34.46153.7154.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.94%
GREEN value IS 7 (3.12% from 255) = 4.43%
BLUE value IS 80 (31.64% from 255) = 50.63%
R=44.94%
G=4.43%
B=50.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal717800.110.9100.69292.683.9117.06
Hex47750B5B0451255411
Octal107712013133010544512421
Binary100011111110100001011101101101000101100100101101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470750; }

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

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

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

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

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

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

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

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