Shades of Hot Purple #510E5C
Tints of Hot Purple #510E5C
RGB
CMYK
RGB Variations
Color information
#510E5C (or 0x510E5C) is known color: Hot Purple. HEX triplet: 51, 0E and 5C. RGB value is (81,14,92). Sum of RGB (Red+Green+Blue) = 81+14+92=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #510E5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510E5C is #AEF1A3. Grayscale: #2A2A2A. Windows color (decimal): -11465124 or 6032977. OLE color: 6032977.
HSL color Cylindrical-coordinate representation of color #510E5C: hue angle of 291.54º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #510E5C is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 14 | 92 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.64 |
| HSL | 291.54º | 0.74% | 0.21% | - |
| HSV(B) | 291.54º | 0.85% | 0.36% | - |
| XYZ | 5.48 | 2.84 | 10.38 | - |
| YUV | 42.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 14 | 92 | 0.12 | 0.85 | 0 | 0.64 | 291.54 | 0.74 | 0.21 |
| Hex | 51 | E | 5C | C | 55 | 0 | 40 | 124 | 4A | 15 |
| Octal | 121 | 16 | 134 | 14 | 125 | 0 | 100 | 444 | 112 | 25 |
| Binary | 1010001 | 1110 | 1011100 | 1100 | 1010101 | 0 | 1000000 | 100100100 | 1001010 | 10101 |
Color Harmonies of #510E5C
Complementary color
Monochromatic Colors of #510E5C
Black with #510E5C
Text Example
Text Example
White with #510E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510E5C; }
p { color: rgb(81,14,92); }
H1.HeaderClassName
{
color: #510E5C;
}
.AnyTagClassName
{
color: #510E5C;
}
</style>
background-color css
<style>
a { background-color: #510E5C; }
a { background-color: rgb(81,14,92); }
div.DivClassName
{
background-color: #510E5C;
}
.BgClassName
{
background-color: #510E5C;
}
</style>
border-color css
<style>
span { border-color: #510E5C; }
span { border-color: rgb(81,14,92); }
td.TdClassName
{
border-color: #510E5C;
}
.TagClassName
{
border-color: #510E5C;
}
</style>