Shades of Hot Purple #56335D
Tints of Hot Purple #56335D
RGB
CMYK
RGB Variations
Color information
#56335D (or 0x56335D) is known color: Hot Purple. HEX triplet: 56, 33 and 5D. RGB value is (86,51,93). Sum of RGB (Red+Green+Blue) = 86+51+93=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 93 - color contains mainly: blue. Hex color #56335D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56335D is #A9CCA2. Grayscale: #424242. Windows color (decimal): -11127971 or 6107990. OLE color: 6107990.
HSL color Cylindrical-coordinate representation of color #56335D: hue angle of 290º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56335D is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 51 | 93 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.64 |
| HSL | 290º | 0.29% | 0.28% | - |
| HSV(B) | 290º | 0.45% | 0.36% | - |
| XYZ | 7 | 5.14 | 10.98 | - |
| YUV | 66.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 51 | 93 | 0.08 | 0.45 | 0 | 0.64 | 290 | 0.29 | 0.28 |
| Hex | 56 | 33 | 5D | 8 | 2D | 0 | 40 | 122 | 1D | 1C |
| Octal | 126 | 63 | 135 | 10 | 55 | 0 | 100 | 442 | 35 | 34 |
| Binary | 1010110 | 110011 | 1011101 | 1000 | 101101 | 0 | 1000000 | 100100010 | 11101 | 11100 |
Color Harmonies of #56335D
Complementary color
Monochromatic Colors of #56335D
Black with #56335D
Text Example
Text Example
White with #56335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56335D; }
p { color: rgb(86,51,93); }
H1.HeaderClassName
{
color: #56335D;
}
.AnyTagClassName
{
color: #56335D;
}
</style>
background-color css
<style>
a { background-color: #56335D; }
a { background-color: rgb(86,51,93); }
div.DivClassName
{
background-color: #56335D;
}
.BgClassName
{
background-color: #56335D;
}
</style>
border-color css
<style>
span { border-color: #56335D; }
span { border-color: rgb(86,51,93); }
td.TdClassName
{
border-color: #56335D;
}
.TagClassName
{
border-color: #56335D;
}
</style>