Shades of Hot Purple #56275A
Tints of Hot Purple #56275A
RGB
CMYK
RGB Variations
Color information
#56275A (or 0x56275A) is known color: Hot Purple. HEX triplet: 56, 27 and 5A. RGB value is (86,39,90). Sum of RGB (Red+Green+Blue) = 86+39+90=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #56275A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56275A is #A9D8A5. Grayscale: #3A3A3A. Windows color (decimal): -11131046 or 5908310. OLE color: 5908310.
HSL color Cylindrical-coordinate representation of color #56275A: hue angle of 295.29º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56275A is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 39 | 90 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.65 |
| HSL | 295.29º | 0.4% | 0.25% | - |
| HSV(B) | 295.29º | 0.57% | 0.35% | - |
| XYZ | 6.41 | 4.17 | 10.14 | - |
| YUV | 58.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 39 | 90 | 0.04 | 0.57 | 0 | 0.65 | 295.29 | 0.4 | 0.25 |
| Hex | 56 | 27 | 5A | 4 | 39 | 0 | 41 | 127 | 28 | 19 |
| Octal | 126 | 47 | 132 | 4 | 71 | 0 | 101 | 447 | 50 | 31 |
| Binary | 1010110 | 100111 | 1011010 | 100 | 111001 | 0 | 1000001 | 100100111 | 101000 | 11001 |
Color Harmonies of #56275A
Complementary color
Monochromatic Colors of #56275A
Black with #56275A
Text Example
Text Example
White with #56275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56275A; }
p { color: rgb(86,39,90); }
H1.HeaderClassName
{
color: #56275A;
}
.AnyTagClassName
{
color: #56275A;
}
</style>
background-color css
<style>
a { background-color: #56275A; }
a { background-color: rgb(86,39,90); }
div.DivClassName
{
background-color: #56275A;
}
.BgClassName
{
background-color: #56275A;
}
</style>
border-color css
<style>
span { border-color: #56275A; }
span { border-color: rgb(86,39,90); }
td.TdClassName
{
border-color: #56275A;
}
.TagClassName
{
border-color: #56275A;
}
</style>