Shades of Hot Purple #460D4B
Tints of Hot Purple #460D4B
RGB
CMYK
RGB Variations
Color information
#460D4B (or 0x460D4B) is known color: 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
| RGB | 70 | 13 | 75 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.71 |
| HSL | 295.16º | 0.7% | 0.17% | - |
| HSV(B) | 295.16º | 0.83% | 0.29% | - |
| XYZ | 3.94 | 2.1 | 6.85 | - |
| YUV | 37.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 75 | 0.07 | 0.83 | 0 | 0.71 | 295.16 | 0.7 | 0.17 |
| Hex | 46 | D | 4B | 7 | 53 | 0 | 47 | 127 | 46 | 11 |
| Octal | 106 | 15 | 113 | 7 | 123 | 0 | 107 | 447 | 106 | 21 |
| Binary | 1000110 | 1101 | 1001011 | 111 | 1010011 | 0 | 1000111 | 100100111 | 1000110 | 10001 |
Color Harmonies of #460D4B
Complementary color
Monochromatic Colors of #460D4B
Black with #460D4B
Text Example
Text Example
White with #460D4B
Text Example
Text Example
HTML Codes & Css Web 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>