Shades of Hot Purple #51275C
Tints of Hot Purple #51275C
RGB
CMYK
RGB Variations
Color information
#51275C (or 0x51275C) is known color: Hot Purple. HEX triplet: 51, 27 and 5C. RGB value is (81,39,92). Sum of RGB (Red+Green+Blue) = 81+39+92=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #51275C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51275C is #AED8A3. Grayscale: #393939. Windows color (decimal): -11458724 or 6039377. OLE color: 6039377.
HSL color Cylindrical-coordinate representation of color #51275C: hue angle of 287.55º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51275C is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 39 | 92 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.64 |
| HSL | 287.55º | 0.4% | 0.26% | - |
| HSV(B) | 287.55º | 0.58% | 0.36% | - |
| XYZ | 6.05 | 3.97 | 10.57 | - |
| YUV | 57.6 | 147.41 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 39 | 92 | 0.12 | 0.58 | 0 | 0.64 | 287.55 | 0.4 | 0.26 |
| Hex | 51 | 27 | 5C | C | 3A | 0 | 40 | 120 | 28 | 1A |
| Octal | 121 | 47 | 134 | 14 | 72 | 0 | 100 | 440 | 50 | 32 |
| Binary | 1010001 | 100111 | 1011100 | 1100 | 111010 | 0 | 1000000 | 100100000 | 101000 | 11010 |
Color Harmonies of #51275C
Complementary color
Monochromatic Colors of #51275C
Black with #51275C
Text Example
Text Example
White with #51275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51275C; }
p { color: rgb(81,39,92); }
H1.HeaderClassName
{
color: #51275C;
}
.AnyTagClassName
{
color: #51275C;
}
</style>
background-color css
<style>
a { background-color: #51275C; }
a { background-color: rgb(81,39,92); }
div.DivClassName
{
background-color: #51275C;
}
.BgClassName
{
background-color: #51275C;
}
</style>
border-color css
<style>
span { border-color: #51275C; }
span { border-color: rgb(81,39,92); }
td.TdClassName
{
border-color: #51275C;
}
.TagClassName
{
border-color: #51275C;
}
</style>