Shades of Hot Purple #51095A
Tints of Hot Purple #51095A
RGB
CMYK
RGB Variations
Color information
#51095A (or 0x51095A) is known color: Hot Purple. HEX triplet: 51, 09 and 5A. RGB value is (81,9,90). Sum of RGB (Red+Green+Blue) = 81+9+90=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #51095A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51095A is #AEF6A5. Grayscale: #272727. Windows color (decimal): -11466406 or 5900625. OLE color: 5900625.
HSL color Cylindrical-coordinate representation of color #51095A: hue angle of 293.33º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #51095A is Cyan = 0.1, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 9 | 90 | - |
| CMYK | 0.1 | 0.9 | 0 | 0.65 |
| HSL | 293.33º | 0.82% | 0.19% | - |
| HSV(B) | 293.33º | 0.9% | 0.35% | - |
| XYZ | 5.34 | 2.68 | 9.91 | - |
| YUV | 39.76 | 156.35 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 90 | 0.1 | 0.9 | 0 | 0.65 | 293.33 | 0.82 | 0.19 |
| Hex | 51 | 9 | 5A | A | 5A | 0 | 41 | 125 | 52 | 13 |
| Octal | 121 | 11 | 132 | 12 | 132 | 0 | 101 | 445 | 122 | 23 |
| Binary | 1010001 | 1001 | 1011010 | 1010 | 1011010 | 0 | 1000001 | 100100101 | 1010010 | 10011 |
Color Harmonies of #51095A
Complementary color
Monochromatic Colors of #51095A
Black with #51095A
Text Example
Text Example
White with #51095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51095A; }
p { color: rgb(81,9,90); }
H1.HeaderClassName
{
color: #51095A;
}
.AnyTagClassName
{
color: #51095A;
}
</style>
background-color css
<style>
a { background-color: #51095A; }
a { background-color: rgb(81,9,90); }
div.DivClassName
{
background-color: #51095A;
}
.BgClassName
{
background-color: #51095A;
}
</style>
border-color css
<style>
span { border-color: #51095A; }
span { border-color: rgb(81,9,90); }
td.TdClassName
{
border-color: #51095A;
}
.TagClassName
{
border-color: #51095A;
}
</style>