Shades of Hot Purple #51285A
Tints of Hot Purple #51285A
RGB
CMYK
RGB Variations
Color information
#51285A (or 0x51285A) is known color: Hot Purple. HEX triplet: 51, 28 and 5A. RGB value is (81,40,90). Sum of RGB (Red+Green+Blue) = 81+40+90=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #51285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51285A is #AED7A5. Grayscale: #393939. Windows color (decimal): -11458470 or 5908561. OLE color: 5908561.
HSL color Cylindrical-coordinate representation of color #51285A: hue angle of 289.2º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51285A is Cyan = 0.1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 40 | 90 | - |
| CMYK | 0.1 | 0.56 | 0 | 0.65 |
| HSL | 289.2º | 0.38% | 0.25% | - |
| HSV(B) | 289.2º | 0.56% | 0.35% | - |
| XYZ | 6 | 4.01 | 10.13 | - |
| YUV | 57.96 | 146.08 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 90 | 0.1 | 0.56 | 0 | 0.65 | 289.2 | 0.38 | 0.25 |
| Hex | 51 | 28 | 5A | A | 38 | 0 | 41 | 121 | 26 | 19 |
| Octal | 121 | 50 | 132 | 12 | 70 | 0 | 101 | 441 | 46 | 31 |
| Binary | 1010001 | 101000 | 1011010 | 1010 | 111000 | 0 | 1000001 | 100100001 | 100110 | 11001 |
Color Harmonies of #51285A
Complementary color
Monochromatic Colors of #51285A
Black with #51285A
Text Example
Text Example
White with #51285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51285A; }
p { color: rgb(81,40,90); }
H1.HeaderClassName
{
color: #51285A;
}
.AnyTagClassName
{
color: #51285A;
}
</style>
background-color css
<style>
a { background-color: #51285A; }
a { background-color: rgb(81,40,90); }
div.DivClassName
{
background-color: #51285A;
}
.BgClassName
{
background-color: #51285A;
}
</style>
border-color css
<style>
span { border-color: #51285A; }
span { border-color: rgb(81,40,90); }
td.TdClassName
{
border-color: #51285A;
}
.TagClassName
{
border-color: #51285A;
}
</style>