#460851

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

Shades of Hot Purple #460851

Tints of Hot Purple #460851

Color information

#460851 (or 0x460851) is unknown color: approx Hot Purple. HEX triplet: 46, 08 and 51. RGB value is (70,8,81). Sum of RGB (Red+Green+Blue) = 70+8+81=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 8 (3.52% from 255 or 5.03% 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 #460851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460851 is #B9F7AE. Grayscale: #222222. Windows color (decimal): -12187567 or 5310534. OLE color: 5310534.

HSL color Cylindrical-coordinate representation of color #460851: hue angle of 290.96º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460851 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB70881-
CMYK0.140.9000.68
HSL290.96º82.02%17.45%-
HSV(B)290.96º90.12%31.76%-
XYZ4.12.077.97-
YUV34.86154.04153.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 8 (3.52% from 255) = 5.03%
BLUE value IS 81 (32.03% from 255) = 50.94%
R=44.03%
G=5.03%
B=50.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal708810.140.9000.68290.9682.0217.45
Hex46851E5A0441235211
Octal1061012116132010444312221
Binary1000110100010100011110101101001000100100100011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460851; }

 p { color: rgb(70,8,81); }

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

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

 a { background-color: rgb(70,8,81); }

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

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

 span { border-color: rgb(70,8,81); }

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