Shades of Hot Purple #51095F
Tints of Hot Purple #51095F
RGB
CMYK
RGB Variations
Color information
#51095F (or 0x51095F) is known color: Hot Purple. HEX triplet: 51, 09 and 5F. RGB value is (81,9,95). Sum of RGB (Red+Green+Blue) = 81+9+95=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #51095F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51095F is #AEF6A0. Grayscale: #282828. Windows color (decimal): -11466401 or 6228305. OLE color: 6228305.
HSL color Cylindrical-coordinate representation of color #51095F: hue angle of 290.23º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #51095F is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 9 | 95 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.63 |
| HSL | 290.23º | 0.83% | 0.2% | - |
| HSV(B) | 290.23º | 0.91% | 0.37% | - |
| XYZ | 5.56 | 2.77 | 11.07 | - |
| YUV | 40.33 | 158.85 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 95 | 0.15 | 0.91 | 0 | 0.63 | 290.23 | 0.83 | 0.2 |
| Hex | 51 | 9 | 5F | F | 5B | 0 | 3F | 122 | 53 | 14 |
| Octal | 121 | 11 | 137 | 17 | 133 | 0 | 77 | 442 | 123 | 24 |
| Binary | 1010001 | 1001 | 1011111 | 1111 | 1011011 | 0 | 111111 | 100100010 | 1010011 | 10100 |
Color Harmonies of #51095F
Complementary color
Monochromatic Colors of #51095F
Black with #51095F
Text Example
Text Example
White with #51095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51095F; }
p { color: rgb(81,9,95); }
H1.HeaderClassName
{
color: #51095F;
}
.AnyTagClassName
{
color: #51095F;
}
</style>
background-color css
<style>
a { background-color: #51095F; }
a { background-color: rgb(81,9,95); }
div.DivClassName
{
background-color: #51095F;
}
.BgClassName
{
background-color: #51095F;
}
</style>
border-color css
<style>
span { border-color: #51095F; }
span { border-color: rgb(81,9,95); }
td.TdClassName
{
border-color: #51095F;
}
.TagClassName
{
border-color: #51095F;
}
</style>