#470751

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

Shades of Hot Purple #470751

Tints of Hot Purple #470751

Color information

#470751 (or 0x470751) is unknown color: approx Hot Purple. HEX triplet: 47, 07 and 51. RGB value is (71,7,81). Sum of RGB (Red+Green+Blue) = 71+7+81=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #470751 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470751 is #B8F8AE. Grayscale: #222222. Windows color (decimal): -12122287 or 5310279. OLE color: 5310279.

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

Color convert

RGB71781-
CMYK0.120.9100.68
HSL291.89º84.09%17.25%-
HSV(B)291.89º91.36%31.76%-
XYZ4.162.097.97-
YUV34.57154.2153.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.65%
GREEN value IS 7 (3.12% from 255) = 4.40%
BLUE value IS 81 (32.03% from 255) = 50.94%
R=44.65%
G=4.40%
B=50.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal717810.120.9100.68291.8984.0917.25
Hex47751C5B0441245411
Octal107712114133010444412421
Binary100011111110100011100101101101000100100100100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470751; }

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

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

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

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

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

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

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

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