Shades of Hot Purple #56375C
Tints of Hot Purple #56375C
RGB
CMYK
RGB Variations
Color information
#56375C (or 0x56375C) is known color: Hot Purple. HEX triplet: 56, 37 and 5C. RGB value is (86,55,92). Sum of RGB (Red+Green+Blue) = 86+55+92=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 92 - color contains mainly: blue. Hex color #56375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56375C is #A9C8A3. Grayscale: #444444. Windows color (decimal): -11126948 or 6043478. OLE color: 6043478.
HSL color Cylindrical-coordinate representation of color #56375C: hue angle of 290.27º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #56375C is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 55 | 92 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.64 |
| HSL | 290.27º | 0.25% | 0.29% | - |
| HSV(B) | 290.27º | 0.4% | 0.36% | - |
| XYZ | 7.14 | 5.48 | 10.81 | - |
| YUV | 68.49 | 141.27 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 55 | 92 | 0.07 | 0.40 | 0 | 0.64 | 290.27 | 0.25 | 0.29 |
| Hex | 56 | 37 | 5C | 7 | 28 | 0 | 40 | 122 | 19 | 1D |
| Octal | 126 | 67 | 134 | 7 | 50 | 0 | 100 | 442 | 31 | 35 |
| Binary | 1010110 | 110111 | 1011100 | 111 | 101000 | 0 | 1000000 | 100100010 | 11001 | 11101 |
Color Harmonies of #56375C
Complementary color
Monochromatic Colors of #56375C
Black with #56375C
Text Example
Text Example
White with #56375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56375C; }
p { color: rgb(86,55,92); }
H1.HeaderClassName
{
color: #56375C;
}
.AnyTagClassName
{
color: #56375C;
}
</style>
background-color css
<style>
a { background-color: #56375C; }
a { background-color: rgb(86,55,92); }
div.DivClassName
{
background-color: #56375C;
}
.BgClassName
{
background-color: #56375C;
}
</style>
border-color css
<style>
span { border-color: #56375C; }
span { border-color: rgb(86,55,92); }
td.TdClassName
{
border-color: #56375C;
}
.TagClassName
{
border-color: #56375C;
}
</style>