Shades of Hot Purple #56385B
Tints of Hot Purple #56385B
RGB
CMYK
RGB Variations
Color information
#56385B (or 0x56385B) is known color: Hot Purple. HEX triplet: 56, 38 and 5B. RGB value is (86,56,91). Sum of RGB (Red+Green+Blue) = 86+56+91=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 91 - color contains mainly: blue. Hex color #56385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56385B is #A9C7A4. Grayscale: #444444. Windows color (decimal): -11126693 or 5978198. OLE color: 5978198.
HSL color Cylindrical-coordinate representation of color #56385B: hue angle of 291.43º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56385B is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 56 | 91 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.64 |
| HSL | 291.43º | 0.24% | 0.29% | - |
| HSV(B) | 291.43º | 0.38% | 0.36% | - |
| XYZ | 7.14 | 5.56 | 10.59 | - |
| YUV | 68.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 56 | 91 | 0.05 | 0.38 | 0 | 0.64 | 291.43 | 0.24 | 0.29 |
| Hex | 56 | 38 | 5B | 5 | 26 | 0 | 40 | 123 | 18 | 1D |
| Octal | 126 | 70 | 133 | 5 | 46 | 0 | 100 | 443 | 30 | 35 |
| Binary | 1010110 | 111000 | 1011011 | 101 | 100110 | 0 | 1000000 | 100100011 | 11000 | 11101 |
Color Harmonies of #56385B
Complementary color
Monochromatic Colors of #56385B
Black with #56385B
Text Example
Text Example
White with #56385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56385B; }
p { color: rgb(86,56,91); }
H1.HeaderClassName
{
color: #56385B;
}
.AnyTagClassName
{
color: #56385B;
}
</style>
background-color css
<style>
a { background-color: #56385B; }
a { background-color: rgb(86,56,91); }
div.DivClassName
{
background-color: #56385B;
}
.BgClassName
{
background-color: #56385B;
}
</style>
border-color css
<style>
span { border-color: #56385B; }
span { border-color: rgb(86,56,91); }
td.TdClassName
{
border-color: #56385B;
}
.TagClassName
{
border-color: #56385B;
}
</style>