Shades of Hot Purple #510852
Tints of Hot Purple #510852
RGB
CMYK
RGB Variations
Color information
#510852 (or 0x510852) is known color: Hot Purple. HEX triplet: 51, 08 and 52. RGB value is (81,8,82). Sum of RGB (Red+Green+Blue) = 81+8+82=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 82 - color contains mainly: blue. Hex color #510852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510852 is #AEF7AD. Grayscale: #262626. Windows color (decimal): -11466670 or 5376081. OLE color: 5376081.
HSL color Cylindrical-coordinate representation of color #510852: hue angle of 299.19º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510852 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 8 | 82 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.68 |
| HSL | 299.19º | 0.82% | 0.18% | - |
| HSV(B) | 299.19º | 0.9% | 0.32% | - |
| XYZ | 5 | 2.53 | 8.21 | - |
| YUV | 38.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 82 | 0.01 | 0.90 | 0 | 0.68 | 299.19 | 0.82 | 0.18 |
| Hex | 51 | 8 | 52 | 1 | 5A | 0 | 44 | 12B | 52 | 12 |
| Octal | 121 | 10 | 122 | 1 | 132 | 0 | 104 | 453 | 122 | 22 |
| Binary | 1010001 | 1000 | 1010010 | 1 | 1011010 | 0 | 1000100 | 100101011 | 1010010 | 10010 |
Color Harmonies of #510852
Complementary color
Monochromatic Colors of #510852
Black with #510852
Text Example
Text Example
White with #510852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510852; }
p { color: rgb(81,8,82); }
H1.HeaderClassName
{
color: #510852;
}
.AnyTagClassName
{
color: #510852;
}
</style>
background-color css
<style>
a { background-color: #510852; }
a { background-color: rgb(81,8,82); }
div.DivClassName
{
background-color: #510852;
}
.BgClassName
{
background-color: #510852;
}
</style>
border-color css
<style>
span { border-color: #510852; }
span { border-color: rgb(81,8,82); }
td.TdClassName
{
border-color: #510852;
}
.TagClassName
{
border-color: #510852;
}
</style>