#460D4B

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

Shades of Hot Purple #460D4B

Tints of Hot Purple #460D4B

Color information

#460D4B (or 0x460D4B) is unknown color: approx Hot Purple. HEX triplet: 46, 0D and 4B. RGB value is (70,13,75). Sum of RGB (Red+Green+Blue) = 70+13+75=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #460D4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D4B is #B9F2B4. Grayscale: #242424. Windows color (decimal): -12186293 or 4918598. OLE color: 4918598.

HSL color Cylindrical-coordinate representation of color #460D4B: hue angle of 295.16º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #460D4B is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB701375-
CMYK0.070.8300.71
HSL295.16º70.45%17.25%-
HSV(B)295.16º82.67%29.41%-
XYZ3.942.16.85-
YUV37.11149.38151.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 13 (5.47% from 255) = 8.23%
BLUE value IS 75 (29.69% from 255) = 47.47%
R=44.30%
G=8.23%
B=47.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7013750.070.8300.71295.1670.4517.25
Hex46D4B7530471274611
Octal106151137123010744710621
Binary100011011011001011111101001101000111100100111100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,13,75); }

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

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

 a { background-color: rgb(70,13,75); }

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

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

 span { border-color: rgb(70,13,75); }

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