#460b4f

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

Shades of Hot Purple #460B4F

Tints of Hot Purple #460B4F

Color information

#460B4F (or 0x460B4F) is unknown color: approx Hot Purple. HEX triplet: 46, 0B and 4F. RGB value is (70,11,79). Sum of RGB (Red+Green+Blue) = 70+11+79=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 11 (4.69% from 255 or 6.88% from 160); Blue value is 79 (31.25% from 255 or 49.38% from 160); Max value from RGB is 79 - color contains mainly: blue. Hex color #460B4F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460B4F is #B9F4B0. Grayscale: #242424. Windows color (decimal): -12186801 or 5180230. OLE color: 5180230.

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

Color convert

RGB701179-
CMYK0.110.8600.69
HSL292.06º75.56%17.65%-
HSV(B)292.06º86.08%30.98%-
XYZ4.062.117.59-
YUV36.39152.05151.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.75%
GREEN value IS 11 (4.69% from 255) = 6.88%
BLUE value IS 79 (31.25% from 255) = 49.38%
R=43.75%
G=6.88%
B=49.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7011790.110.8600.69292.0675.5617.65
Hex46B4FB560451244c12
Octal1061311713126010544411422
Binary1000110101110011111011101011001000101100100100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460b4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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