Shades of Hot Purple #56395A
Tints of Hot Purple #56395A
RGB
CMYK
RGB Variations
Color information
#56395A (or 0x56395A) is known color: Hot Purple. HEX triplet: 56, 39 and 5A. RGB value is (86,57,90). Sum of RGB (Red+Green+Blue) = 86+57+90=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 90 - color contains mainly: blue. Hex color #56395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56395A is #A9C6A5. Grayscale: #454545. Windows color (decimal): -11126438 or 5912918. OLE color: 5912918.
HSL color Cylindrical-coordinate representation of color #56395A: hue angle of 292.73º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #56395A is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 57 | 90 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.65 |
| HSL | 292.73º | 0.22% | 0.29% | - |
| HSV(B) | 292.73º | 0.37% | 0.35% | - |
| XYZ | 7.15 | 5.64 | 10.39 | - |
| YUV | 69.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 57 | 90 | 0.04 | 0.37 | 0 | 0.65 | 292.73 | 0.22 | 0.29 |
| Hex | 56 | 39 | 5A | 4 | 25 | 0 | 41 | 125 | 16 | 1D |
| Octal | 126 | 71 | 132 | 4 | 45 | 0 | 101 | 445 | 26 | 35 |
| Binary | 1010110 | 111001 | 1011010 | 100 | 100101 | 0 | 1000001 | 100100101 | 10110 | 11101 |
Color Harmonies of #56395A
Complementary color
Monochromatic Colors of #56395A
Black with #56395A
Text Example
Text Example
White with #56395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56395A; }
p { color: rgb(86,57,90); }
H1.HeaderClassName
{
color: #56395A;
}
.AnyTagClassName
{
color: #56395A;
}
</style>
background-color css
<style>
a { background-color: #56395A; }
a { background-color: rgb(86,57,90); }
div.DivClassName
{
background-color: #56395A;
}
.BgClassName
{
background-color: #56395A;
}
</style>
border-color css
<style>
span { border-color: #56395A; }
span { border-color: rgb(86,57,90); }
td.TdClassName
{
border-color: #56395A;
}
.TagClassName
{
border-color: #56395A;
}
</style>