Shades of Hot Purple #461E4B
Tints of Hot Purple #461E4B
RGB
CMYK
RGB Variations
Color information
#461E4B (or 0x461E4B) is known color: Hot Purple. HEX triplet: 46, 1E and 4B. RGB value is (70,30,75). Sum of RGB (Red+Green+Blue) = 70+30+75=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: blue. Hex color #461E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461E4B is #B9E1B4. Grayscale: #2E2E2E. Windows color (decimal): -12181941 or 4922950. OLE color: 4922950.
HSL color Cylindrical-coordinate representation of color #461E4B: hue angle of 293.33º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #461E4B is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 30 | 75 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.71 |
| HSL | 293.33º | 0.43% | 0.21% | - |
| HSV(B) | 293.33º | 0.6% | 0.29% | - |
| XYZ | 4.26 | 2.74 | 6.96 | - |
| YUV | 47.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 75 | 0.07 | 0.60 | 0 | 0.71 | 293.33 | 0.43 | 0.21 |
| Hex | 46 | 1E | 4B | 7 | 3C | 0 | 47 | 125 | 2B | 15 |
| Octal | 106 | 36 | 113 | 7 | 74 | 0 | 107 | 445 | 53 | 25 |
| Binary | 1000110 | 11110 | 1001011 | 111 | 111100 | 0 | 1000111 | 100100101 | 101011 | 10101 |
Color Harmonies of #461E4B
Complementary color
Monochromatic Colors of #461E4B
Black with #461E4B
Text Example
Text Example
White with #461E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461E4B; }
p { color: rgb(70,30,75); }
H1.HeaderClassName
{
color: #461E4B;
}
.AnyTagClassName
{
color: #461E4B;
}
</style>
background-color css
<style>
a { background-color: #461E4B; }
a { background-color: rgb(70,30,75); }
div.DivClassName
{
background-color: #461E4B;
}
.BgClassName
{
background-color: #461E4B;
}
</style>
border-color css
<style>
span { border-color: #461E4B; }
span { border-color: rgb(70,30,75); }
td.TdClassName
{
border-color: #461E4B;
}
.TagClassName
{
border-color: #461E4B;
}
</style>