#460B4D

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

Shades of Hot Purple #460B4D

Tints of Hot Purple #460B4D

Color information

#460B4D (or 0x460B4D) is unknown color: approx Hot Purple. HEX triplet: 46, 0B and 4D. RGB value is (70,11,77). Sum of RGB (Red+Green+Blue) = 70+11+77=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #460B4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460B4D is #B9F4B2. Grayscale: #232323. Windows color (decimal): -12186803 or 5049158. OLE color: 5049158.

HSL color Cylindrical-coordinate representation of color #460B4D: hue angle of 293.64º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460B4D is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB701177-
CMYK0.090.8600.70
HSL293.64º75%17.25%-
HSV(B)293.64º85.71%30.2%-
XYZ3.992.087.21-
YUV36.16151.05152.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 11 (4.69% from 255) = 6.96%
BLUE value IS 77 (30.47% from 255) = 48.73%
R=44.30%
G=6.96%
B=48.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7011770.090.8600.70293.647517.25
Hex46B4D9560461264b11
Octal1061311511126010644611321
Binary1000110101110011011001101011001000110100100110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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