Shades of Hot Purple #462948
Tints of Hot Purple #462948
RGB
CMYK
RGB Variations
Color information
#462948 (or 0x462948) is known color: Hot Purple. HEX triplet: 46, 29 and 48. RGB value is (70,41,72). Sum of RGB (Red+Green+Blue) = 70+41+72=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 72 - color contains mainly: blue. Hex color #462948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462948 is #B9D6B7. Grayscale: #353535. Windows color (decimal): -12179128 or 4729158. OLE color: 4729158.
HSL color Cylindrical-coordinate representation of color #462948: hue angle of 296.13º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #462948 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 41 | 72 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.72 |
| HSL | 296.13º | 0.27% | 0.22% | - |
| HSV(B) | 296.13º | 0.43% | 0.28% | - |
| XYZ | 4.49 | 3.36 | 6.54 | - |
| YUV | 53.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 41 | 72 | 0.03 | 0.43 | 0 | 0.72 | 296.13 | 0.27 | 0.22 |
| Hex | 46 | 29 | 48 | 3 | 2B | 0 | 48 | 128 | 1B | 16 |
| Octal | 106 | 51 | 110 | 3 | 53 | 0 | 110 | 450 | 33 | 26 |
| Binary | 1000110 | 101001 | 1001000 | 11 | 101011 | 0 | 1001000 | 100101000 | 11011 | 10110 |
Color Harmonies of #462948
Complementary color
Monochromatic Colors of #462948
Black with #462948
Text Example
Text Example
White with #462948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462948; }
p { color: rgb(70,41,72); }
H1.HeaderClassName
{
color: #462948;
}
.AnyTagClassName
{
color: #462948;
}
</style>
background-color css
<style>
a { background-color: #462948; }
a { background-color: rgb(70,41,72); }
div.DivClassName
{
background-color: #462948;
}
.BgClassName
{
background-color: #462948;
}
</style>
border-color css
<style>
span { border-color: #462948; }
span { border-color: rgb(70,41,72); }
td.TdClassName
{
border-color: #462948;
}
.TagClassName
{
border-color: #462948;
}
</style>