Shades of Hot Purple #56275B
Tints of Hot Purple #56275B
RGB
CMYK
RGB Variations
Color information
#56275B (or 0x56275B) is known color: Hot Purple. HEX triplet: 56, 27 and 5B. RGB value is (86,39,91). Sum of RGB (Red+Green+Blue) = 86+39+91=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #56275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56275B is #A9D8A4. Grayscale: #3A3A3A. Windows color (decimal): -11131045 or 5973846. OLE color: 5973846.
HSL color Cylindrical-coordinate representation of color #56275B: hue angle of 294.23º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56275B is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 39 | 91 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.64 |
| HSL | 294.23º | 0.4% | 0.25% | - |
| HSV(B) | 294.23º | 0.57% | 0.36% | - |
| XYZ | 6.45 | 4.18 | 10.37 | - |
| YUV | 58.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 39 | 91 | 0.05 | 0.57 | 0 | 0.64 | 294.23 | 0.4 | 0.25 |
| Hex | 56 | 27 | 5B | 5 | 39 | 0 | 40 | 126 | 28 | 19 |
| Octal | 126 | 47 | 133 | 5 | 71 | 0 | 100 | 446 | 50 | 31 |
| Binary | 1010110 | 100111 | 1011011 | 101 | 111001 | 0 | 1000000 | 100100110 | 101000 | 11001 |
Color Harmonies of #56275B
Complementary color
Monochromatic Colors of #56275B
Black with #56275B
Text Example
Text Example
White with #56275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56275B; }
p { color: rgb(86,39,91); }
H1.HeaderClassName
{
color: #56275B;
}
.AnyTagClassName
{
color: #56275B;
}
</style>
background-color css
<style>
a { background-color: #56275B; }
a { background-color: rgb(86,39,91); }
div.DivClassName
{
background-color: #56275B;
}
.BgClassName
{
background-color: #56275B;
}
</style>
border-color css
<style>
span { border-color: #56275B; }
span { border-color: rgb(86,39,91); }
td.TdClassName
{
border-color: #56275B;
}
.TagClassName
{
border-color: #56275B;
}
</style>