Shades of Hot Purple #56255C
Tints of Hot Purple #56255C
RGB
CMYK
RGB Variations
Color information
#56255C (or 0x56255C) is known color: Hot Purple. HEX triplet: 56, 25 and 5C. RGB value is (86,37,92). Sum of RGB (Red+Green+Blue) = 86+37+92=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 92 - color contains mainly: blue. Hex color #56255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56255C is #A9DAA3. Grayscale: #393939. Windows color (decimal): -11131556 or 6038870. OLE color: 6038870.
HSL color Cylindrical-coordinate representation of color #56255C: hue angle of 293.45º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56255C is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 37 | 92 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.64 |
| HSL | 293.45º | 0.43% | 0.25% | - |
| HSV(B) | 293.45º | 0.6% | 0.36% | - |
| XYZ | 6.43 | 4.07 | 10.57 | - |
| YUV | 57.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 37 | 92 | 0.07 | 0.60 | 0 | 0.64 | 293.45 | 0.43 | 0.25 |
| Hex | 56 | 25 | 5C | 7 | 3C | 0 | 40 | 125 | 2B | 19 |
| Octal | 126 | 45 | 134 | 7 | 74 | 0 | 100 | 445 | 53 | 31 |
| Binary | 1010110 | 100101 | 1011100 | 111 | 111100 | 0 | 1000000 | 100100101 | 101011 | 11001 |
Color Harmonies of #56255C
Complementary color
Monochromatic Colors of #56255C
Black with #56255C
Text Example
Text Example
White with #56255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56255C; }
p { color: rgb(86,37,92); }
H1.HeaderClassName
{
color: #56255C;
}
.AnyTagClassName
{
color: #56255C;
}
</style>
background-color css
<style>
a { background-color: #56255C; }
a { background-color: rgb(86,37,92); }
div.DivClassName
{
background-color: #56255C;
}
.BgClassName
{
background-color: #56255C;
}
</style>
border-color css
<style>
span { border-color: #56255C; }
span { border-color: rgb(86,37,92); }
td.TdClassName
{
border-color: #56255C;
}
.TagClassName
{
border-color: #56255C;
}
</style>