Shades of Hot Purple #56325C
Tints of Hot Purple #56325C
RGB
CMYK
RGB Variations
Color information
#56325C (or 0x56325C) is known color: Hot Purple. HEX triplet: 56, 32 and 5C. RGB value is (86,50,92). Sum of RGB (Red+Green+Blue) = 86+50+92=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 92 - color contains mainly: blue. Hex color #56325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56325C is #A9CDA3. Grayscale: #414141. Windows color (decimal): -11128228 or 6042198. OLE color: 6042198.
HSL color Cylindrical-coordinate representation of color #56325C: hue angle of 291.43º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56325C is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 50 | 92 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.64 |
| HSL | 291.43º | 0.3% | 0.28% | - |
| HSV(B) | 291.43º | 0.46% | 0.36% | - |
| XYZ | 6.91 | 5.03 | 10.73 | - |
| YUV | 65.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 50 | 92 | 0.07 | 0.46 | 0 | 0.64 | 291.43 | 0.3 | 0.28 |
| Hex | 56 | 32 | 5C | 7 | 2E | 0 | 40 | 123 | 1E | 1C |
| Octal | 126 | 62 | 134 | 7 | 56 | 0 | 100 | 443 | 36 | 34 |
| Binary | 1010110 | 110010 | 1011100 | 111 | 101110 | 0 | 1000000 | 100100011 | 11110 | 11100 |
Color Harmonies of #56325C
Complementary color
Monochromatic Colors of #56325C
Black with #56325C
Text Example
Text Example
White with #56325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56325C; }
p { color: rgb(86,50,92); }
H1.HeaderClassName
{
color: #56325C;
}
.AnyTagClassName
{
color: #56325C;
}
</style>
background-color css
<style>
a { background-color: #56325C; }
a { background-color: rgb(86,50,92); }
div.DivClassName
{
background-color: #56325C;
}
.BgClassName
{
background-color: #56325C;
}
</style>
border-color css
<style>
span { border-color: #56325C; }
span { border-color: rgb(86,50,92); }
td.TdClassName
{
border-color: #56325C;
}
.TagClassName
{
border-color: #56325C;
}
</style>