Shades of Hot Purple #462C4B
Tints of Hot Purple #462C4B
RGB
CMYK
RGB Variations
Color information
#462C4B (or 0x462C4B) is known color: Hot Purple. HEX triplet: 46, 2C and 4B. RGB value is (70,44,75). Sum of RGB (Red+Green+Blue) = 70+44+75=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 75 - color contains mainly: blue. Hex color #462C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462C4B is #B9D3B4. Grayscale: #373737. Windows color (decimal): -12178357 or 4926534. OLE color: 4926534.
HSL color Cylindrical-coordinate representation of color #462C4B: hue angle of 290.32º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #462C4B is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 44 | 75 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.71 |
| HSL | 290.32º | 0.26% | 0.23% | - |
| HSV(B) | 290.32º | 0.41% | 0.29% | - |
| XYZ | 4.7 | 3.61 | 7.11 | - |
| YUV | 55.31 | 139.11 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 75 | 0.07 | 0.41 | 0 | 0.71 | 290.32 | 0.26 | 0.23 |
| Hex | 46 | 2C | 4B | 7 | 29 | 0 | 47 | 122 | 1A | 17 |
| Octal | 106 | 54 | 113 | 7 | 51 | 0 | 107 | 442 | 32 | 27 |
| Binary | 1000110 | 101100 | 1001011 | 111 | 101001 | 0 | 1000111 | 100100010 | 11010 | 10111 |
Color Harmonies of #462C4B
Complementary color
Monochromatic Colors of #462C4B
Black with #462C4B
Text Example
Text Example
White with #462C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C4B; }
p { color: rgb(70,44,75); }
H1.HeaderClassName
{
color: #462C4B;
}
.AnyTagClassName
{
color: #462C4B;
}
</style>
background-color css
<style>
a { background-color: #462C4B; }
a { background-color: rgb(70,44,75); }
div.DivClassName
{
background-color: #462C4B;
}
.BgClassName
{
background-color: #462C4B;
}
</style>
border-color css
<style>
span { border-color: #462C4B; }
span { border-color: rgb(70,44,75); }
td.TdClassName
{
border-color: #462C4B;
}
.TagClassName
{
border-color: #462C4B;
}
</style>