Shades of Hot Purple #51075A
Tints of Hot Purple #51075A
RGB
CMYK
RGB Variations
Color information
#51075A (or 0x51075A) is known color: Hot Purple. HEX triplet: 51, 07 and 5A. RGB value is (81,7,90). Sum of RGB (Red+Green+Blue) = 81+7+90=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #51075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51075A is #AEF8A5. Grayscale: #262626. Windows color (decimal): -11466918 or 5900113. OLE color: 5900113.
HSL color Cylindrical-coordinate representation of color #51075A: hue angle of 293.49º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #51075A is Cyan = 0.1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 7 | 90 | - |
| CMYK | 0.1 | 0.92 | 0 | 0.65 |
| HSL | 293.49º | 0.86% | 0.19% | - |
| HSV(B) | 293.49º | 0.92% | 0.35% | - |
| XYZ | 5.31 | 2.64 | 9.9 | - |
| YUV | 38.59 | 157.02 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 7 | 90 | 0.1 | 0.92 | 0 | 0.65 | 293.49 | 0.86 | 0.19 |
| Hex | 51 | 7 | 5A | A | 5C | 0 | 41 | 125 | 56 | 13 |
| Octal | 121 | 7 | 132 | 12 | 134 | 0 | 101 | 445 | 126 | 23 |
| Binary | 1010001 | 111 | 1011010 | 1010 | 1011100 | 0 | 1000001 | 100100101 | 1010110 | 10011 |
Color Harmonies of #51075A
Complementary color
Monochromatic Colors of #51075A
Black with #51075A
Text Example
Text Example
White with #51075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51075A; }
p { color: rgb(81,7,90); }
H1.HeaderClassName
{
color: #51075A;
}
.AnyTagClassName
{
color: #51075A;
}
</style>
background-color css
<style>
a { background-color: #51075A; }
a { background-color: rgb(81,7,90); }
div.DivClassName
{
background-color: #51075A;
}
.BgClassName
{
background-color: #51075A;
}
</style>
border-color css
<style>
span { border-color: #51075A; }
span { border-color: rgb(81,7,90); }
td.TdClassName
{
border-color: #51075A;
}
.TagClassName
{
border-color: #51075A;
}
</style>