Shades of Hot Purple #51185B
Tints of Hot Purple #51185B
RGB
CMYK
RGB Variations
Color information
#51185B (or 0x51185B) is known color: Hot Purple. HEX triplet: 51, 18 and 5B. RGB value is (81,24,91). Sum of RGB (Red+Green+Blue) = 81+24+91=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #51185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51185B is #AEE7A4. Grayscale: #303030. Windows color (decimal): -11462565 or 5970001. OLE color: 5970001.
HSL color Cylindrical-coordinate representation of color #51185B: hue angle of 291.04º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #51185B is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 24 | 91 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.64 |
| HSL | 291.04º | 0.58% | 0.23% | - |
| HSV(B) | 291.04º | 0.74% | 0.36% | - |
| XYZ | 5.61 | 3.16 | 10.21 | - |
| YUV | 48.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 91 | 0.11 | 0.74 | 0 | 0.64 | 291.04 | 0.58 | 0.23 |
| Hex | 51 | 18 | 5B | B | 4A | 0 | 40 | 123 | 3A | 17 |
| Octal | 121 | 30 | 133 | 13 | 112 | 0 | 100 | 443 | 72 | 27 |
| Binary | 1010001 | 11000 | 1011011 | 1011 | 1001010 | 0 | 1000000 | 100100011 | 111010 | 10111 |
Color Harmonies of #51185B
Complementary color
Monochromatic Colors of #51185B
Black with #51185B
Text Example
Text Example
White with #51185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51185B; }
p { color: rgb(81,24,91); }
H1.HeaderClassName
{
color: #51185B;
}
.AnyTagClassName
{
color: #51185B;
}
</style>
background-color css
<style>
a { background-color: #51185B; }
a { background-color: rgb(81,24,91); }
div.DivClassName
{
background-color: #51185B;
}
.BgClassName
{
background-color: #51185B;
}
</style>
border-color css
<style>
span { border-color: #51185B; }
span { border-color: rgb(81,24,91); }
td.TdClassName
{
border-color: #51185B;
}
.TagClassName
{
border-color: #51185B;
}
</style>