#460B51

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

Shades of Hot Purple #460B51

Tints of Hot Purple #460B51

Color information

#460B51 (or 0x460B51) is unknown color: approx Hot Purple. HEX triplet: 46, 0B and 51. RGB value is (70,11,81). Sum of RGB (Red+Green+Blue) = 70+11+81=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #460B51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460B51 is #B9F4AE. Grayscale: #242424. Windows color (decimal): -12186799 or 5311302. OLE color: 5311302.

HSL color Cylindrical-coordinate representation of color #460B51: hue angle of 290.57º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460B51 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB701181-
CMYK0.140.8600.68
HSL290.57º76.09%18.04%-
HSV(B)290.57º86.42%31.76%-
XYZ4.132.147.98-
YUV36.62153.05151.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.21%
GREEN value IS 11 (4.69% from 255) = 6.79%
BLUE value IS 81 (32.03% from 255) = 50%
R=43.21%
G=6.79%
B=50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7011810.140.8600.68290.5776.0918.04
Hex46B51E560441234c12
Octal1061312116126010444311422
Binary1000110101110100011110101011001000100100100011100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460B51; }

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

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

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

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

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

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

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

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