Shades of Hot Purple #51285C
Tints of Hot Purple #51285C
RGB
CMYK
RGB Variations
Color information
#51285C (or 0x51285C) is known color: Hot Purple. HEX triplet: 51, 28 and 5C. RGB value is (81,40,92). Sum of RGB (Red+Green+Blue) = 81+40+92=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 92 - color contains mainly: blue. Hex color #51285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51285C is #AED7A3. Grayscale: #3A3A3A. Windows color (decimal): -11458468 or 6039633. OLE color: 6039633.
HSL color Cylindrical-coordinate representation of color #51285C: hue angle of 287.31º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51285C is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 40 | 92 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.64 |
| HSL | 287.31º | 0.39% | 0.26% | - |
| HSV(B) | 287.31º | 0.57% | 0.36% | - |
| XYZ | 6.08 | 4.04 | 10.58 | - |
| YUV | 58.19 | 147.08 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 92 | 0.12 | 0.57 | 0 | 0.64 | 287.31 | 0.39 | 0.26 |
| Hex | 51 | 28 | 5C | C | 39 | 0 | 40 | 11F | 27 | 1A |
| Octal | 121 | 50 | 134 | 14 | 71 | 0 | 100 | 437 | 47 | 32 |
| Binary | 1010001 | 101000 | 1011100 | 1100 | 111001 | 0 | 1000000 | 100011111 | 100111 | 11010 |
Color Harmonies of #51285C
Complementary color
Monochromatic Colors of #51285C
Black with #51285C
Text Example
Text Example
White with #51285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51285C; }
p { color: rgb(81,40,92); }
H1.HeaderClassName
{
color: #51285C;
}
.AnyTagClassName
{
color: #51285C;
}
</style>
background-color css
<style>
a { background-color: #51285C; }
a { background-color: rgb(81,40,92); }
div.DivClassName
{
background-color: #51285C;
}
.BgClassName
{
background-color: #51285C;
}
</style>
border-color css
<style>
span { border-color: #51285C; }
span { border-color: rgb(81,40,92); }
td.TdClassName
{
border-color: #51285C;
}
.TagClassName
{
border-color: #51285C;
}
</style>