Shades of Hot Purple #56285C
Tints of Hot Purple #56285C
RGB
CMYK
RGB Variations
Color information
#56285C (or 0x56285C) is known color: Hot Purple. HEX triplet: 56, 28 and 5C. RGB value is (86,40,92). Sum of RGB (Red+Green+Blue) = 86+40+92=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 92 - color contains mainly: blue. Hex color #56285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56285C is #A9D7A3. Grayscale: #3B3B3B. Windows color (decimal): -11130788 or 6039638. OLE color: 6039638.
HSL color Cylindrical-coordinate representation of color #56285C: hue angle of 293.08º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56285C is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 40 | 92 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.64 |
| HSL | 293.08º | 0.39% | 0.26% | - |
| HSV(B) | 293.08º | 0.57% | 0.36% | - |
| XYZ | 6.53 | 4.27 | 10.61 | - |
| YUV | 59.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 40 | 92 | 0.07 | 0.57 | 0 | 0.64 | 293.08 | 0.39 | 0.26 |
| Hex | 56 | 28 | 5C | 7 | 39 | 0 | 40 | 125 | 27 | 1A |
| Octal | 126 | 50 | 134 | 7 | 71 | 0 | 100 | 445 | 47 | 32 |
| Binary | 1010110 | 101000 | 1011100 | 111 | 111001 | 0 | 1000000 | 100100101 | 100111 | 11010 |
Color Harmonies of #56285C
Complementary color
Monochromatic Colors of #56285C
Black with #56285C
Text Example
Text Example
White with #56285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56285C; }
p { color: rgb(86,40,92); }
H1.HeaderClassName
{
color: #56285C;
}
.AnyTagClassName
{
color: #56285C;
}
</style>
background-color css
<style>
a { background-color: #56285C; }
a { background-color: rgb(86,40,92); }
div.DivClassName
{
background-color: #56285C;
}
.BgClassName
{
background-color: #56285C;
}
</style>
border-color css
<style>
span { border-color: #56285C; }
span { border-color: rgb(86,40,92); }
td.TdClassName
{
border-color: #56285C;
}
.TagClassName
{
border-color: #56285C;
}
</style>