Shades of Hot Purple #461948
Tints of Hot Purple #461948
RGB
CMYK
RGB Variations
Color information
#461948 (or 0x461948) is known color: Hot Purple. HEX triplet: 46, 19 and 48. RGB value is (70,25,72). Sum of RGB (Red+Green+Blue) = 70+25+72=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: blue. Hex color #461948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461948 is #B9E6B7. Grayscale: #2B2B2B. Windows color (decimal): -12183224 or 4725062. OLE color: 4725062.
HSL color Cylindrical-coordinate representation of color #461948: hue angle of 297.45º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #461948 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 25 | 72 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.72 |
| HSL | 297.45º | 0.48% | 0.19% | - |
| HSV(B) | 297.45º | 0.65% | 0.28% | - |
| XYZ | 4.04 | 2.47 | 6.39 | - |
| YUV | 43.81 | 143.91 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 72 | 0.03 | 0.65 | 0 | 0.72 | 297.45 | 0.48 | 0.19 |
| Hex | 46 | 19 | 48 | 3 | 41 | 0 | 48 | 129 | 30 | 13 |
| Octal | 106 | 31 | 110 | 3 | 101 | 0 | 110 | 451 | 60 | 23 |
| Binary | 1000110 | 11001 | 1001000 | 11 | 1000001 | 0 | 1001000 | 100101001 | 110000 | 10011 |
Color Harmonies of #461948
Complementary color
Monochromatic Colors of #461948
Black with #461948
Text Example
Text Example
White with #461948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461948; }
p { color: rgb(70,25,72); }
H1.HeaderClassName
{
color: #461948;
}
.AnyTagClassName
{
color: #461948;
}
</style>
background-color css
<style>
a { background-color: #461948; }
a { background-color: rgb(70,25,72); }
div.DivClassName
{
background-color: #461948;
}
.BgClassName
{
background-color: #461948;
}
</style>
border-color css
<style>
span { border-color: #461948; }
span { border-color: rgb(70,25,72); }
td.TdClassName
{
border-color: #461948;
}
.TagClassName
{
border-color: #461948;
}
</style>