Shades of Hot Purple #51265C
Tints of Hot Purple #51265C
RGB
CMYK
RGB Variations
Color information
#51265C (or 0x51265C) is known color: Hot Purple. HEX triplet: 51, 26 and 5C. RGB value is (81,38,92). Sum of RGB (Red+Green+Blue) = 81+38+92=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #51265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51265C is #AED9A3. Grayscale: #383838. Windows color (decimal): -11458980 or 6039121. OLE color: 6039121.
HSL color Cylindrical-coordinate representation of color #51265C: hue angle of 287.78º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51265C is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 38 | 92 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.64 |
| HSL | 287.78º | 0.42% | 0.25% | - |
| HSV(B) | 287.78º | 0.59% | 0.36% | - |
| XYZ | 6.02 | 3.91 | 10.56 | - |
| YUV | 57.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 92 | 0.12 | 0.59 | 0 | 0.64 | 287.78 | 0.42 | 0.25 |
| Hex | 51 | 26 | 5C | C | 3B | 0 | 40 | 120 | 2A | 19 |
| Octal | 121 | 46 | 134 | 14 | 73 | 0 | 100 | 440 | 52 | 31 |
| Binary | 1010001 | 100110 | 1011100 | 1100 | 111011 | 0 | 1000000 | 100100000 | 101010 | 11001 |
Color Harmonies of #51265C
Complementary color
Monochromatic Colors of #51265C
Black with #51265C
Text Example
Text Example
White with #51265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51265C; }
p { color: rgb(81,38,92); }
H1.HeaderClassName
{
color: #51265C;
}
.AnyTagClassName
{
color: #51265C;
}
</style>
background-color css
<style>
a { background-color: #51265C; }
a { background-color: rgb(81,38,92); }
div.DivClassName
{
background-color: #51265C;
}
.BgClassName
{
background-color: #51265C;
}
</style>
border-color css
<style>
span { border-color: #51265C; }
span { border-color: rgb(81,38,92); }
td.TdClassName
{
border-color: #51265C;
}
.TagClassName
{
border-color: #51265C;
}
</style>