Shades of Hot Purple #56395B
Tints of Hot Purple #56395B
RGB
CMYK
RGB Variations
Color information
#56395B (or 0x56395B) is known color: Hot Purple. HEX triplet: 56, 39 and 5B. RGB value is (86,57,91). Sum of RGB (Red+Green+Blue) = 86+57+91=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 91 - color contains mainly: blue. Hex color #56395B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56395B is #A9C6A4. Grayscale: #454545. Windows color (decimal): -11126437 or 5978454. OLE color: 5978454.
HSL color Cylindrical-coordinate representation of color #56395B: hue angle of 291.18º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #56395B is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 57 | 91 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.64 |
| HSL | 291.18º | 0.23% | 0.29% | - |
| HSV(B) | 291.18º | 0.37% | 0.36% | - |
| XYZ | 7.19 | 5.66 | 10.61 | - |
| YUV | 69.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 57 | 91 | 0.05 | 0.37 | 0 | 0.64 | 291.18 | 0.23 | 0.29 |
| Hex | 56 | 39 | 5B | 5 | 25 | 0 | 40 | 123 | 17 | 1D |
| Octal | 126 | 71 | 133 | 5 | 45 | 0 | 100 | 443 | 27 | 35 |
| Binary | 1010110 | 111001 | 1011011 | 101 | 100101 | 0 | 1000000 | 100100011 | 10111 | 11101 |
Color Harmonies of #56395B
Complementary color
Monochromatic Colors of #56395B
Black with #56395B
Text Example
Text Example
White with #56395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56395B; }
p { color: rgb(86,57,91); }
H1.HeaderClassName
{
color: #56395B;
}
.AnyTagClassName
{
color: #56395B;
}
</style>
background-color css
<style>
a { background-color: #56395B; }
a { background-color: rgb(86,57,91); }
div.DivClassName
{
background-color: #56395B;
}
.BgClassName
{
background-color: #56395B;
}
</style>
border-color css
<style>
span { border-color: #56395B; }
span { border-color: rgb(86,57,91); }
td.TdClassName
{
border-color: #56395B;
}
.TagClassName
{
border-color: #56395B;
}
</style>