Shades of Hot Purple #51225C
Tints of Hot Purple #51225C
RGB
CMYK
RGB Variations
Color information
#51225C (or 0x51225C) is known color: Hot Purple. HEX triplet: 51, 22 and 5C. RGB value is (81,34,92). Sum of RGB (Red+Green+Blue) = 81+34+92=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #51225C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51225C is #AEDDA3. Grayscale: #363636. Windows color (decimal): -11460004 or 6038097. OLE color: 6038097.
HSL color Cylindrical-coordinate representation of color #51225C: hue angle of 288.62º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51225C is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 34 | 92 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.64 |
| HSL | 288.62º | 0.46% | 0.25% | - |
| HSV(B) | 288.62º | 0.63% | 0.36% | - |
| XYZ | 5.9 | 3.67 | 10.52 | - |
| YUV | 54.67 | 149.07 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 34 | 92 | 0.12 | 0.63 | 0 | 0.64 | 288.62 | 0.46 | 0.25 |
| Hex | 51 | 22 | 5C | C | 3F | 0 | 40 | 121 | 2E | 19 |
| Octal | 121 | 42 | 134 | 14 | 77 | 0 | 100 | 441 | 56 | 31 |
| Binary | 1010001 | 100010 | 1011100 | 1100 | 111111 | 0 | 1000000 | 100100001 | 101110 | 11001 |
Color Harmonies of #51225C
Complementary color
Monochromatic Colors of #51225C
Black with #51225C
Text Example
Text Example
White with #51225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51225C; }
p { color: rgb(81,34,92); }
H1.HeaderClassName
{
color: #51225C;
}
.AnyTagClassName
{
color: #51225C;
}
</style>
background-color css
<style>
a { background-color: #51225C; }
a { background-color: rgb(81,34,92); }
div.DivClassName
{
background-color: #51225C;
}
.BgClassName
{
background-color: #51225C;
}
</style>
border-color css
<style>
span { border-color: #51225C; }
span { border-color: rgb(81,34,92); }
td.TdClassName
{
border-color: #51225C;
}
.TagClassName
{
border-color: #51225C;
}
</style>