Shades of Purple Heart #5836DD
Tints of Purple Heart #5836DD
RGB
CMYK
RGB Variations
Color information
#5836DD (or 0x5836DD) is known color: Purple Heart. HEX triplet: 58, 36 and DD. RGB value is (88,54,221). Sum of RGB (Red+Green+Blue) = 88+54+221=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #5836DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5836DD is #A7C922. Grayscale: #525252. Windows color (decimal): -10996003 or 14497368. OLE color: 14497368.
HSL color Cylindrical-coordinate representation of color #5836DD: hue angle of 252.22º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5836DD is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 54 | 221 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.13 |
| HSL | 252.22º | 0.71% | 0.54% | - |
| HSV(B) | 252.22º | 0.76% | 0.87% | - |
| XYZ | 18.39 | 9.93 | 69.35 | - |
| YUV | 83.2 | 205.76 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 54 | 221 | 0.60 | 0.76 | 0 | 0.13 | 252.22 | 0.71 | 0.54 |
| Hex | 58 | 36 | DD | 3C | 4C | 0 | D | FC | 47 | 36 |
| Octal | 130 | 66 | 335 | 74 | 114 | 0 | 15 | 374 | 107 | 66 |
| Binary | 1011000 | 110110 | 11011101 | 111100 | 1001100 | 0 | 1101 | 11111100 | 1000111 | 110110 |
Color Harmonies of #5836DD
Complementary color
Monochromatic Colors of #5836DD
Black with #5836DD
Text Example
Text Example
White with #5836DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5836DD; }
p { color: rgb(88,54,221); }
H1.HeaderClassName
{
color: #5836DD;
}
.AnyTagClassName
{
color: #5836DD;
}
</style>
background-color css
<style>
a { background-color: #5836DD; }
a { background-color: rgb(88,54,221); }
div.DivClassName
{
background-color: #5836DD;
}
.BgClassName
{
background-color: #5836DD;
}
</style>
border-color css
<style>
span { border-color: #5836DD; }
span { border-color: rgb(88,54,221); }
td.TdClassName
{
border-color: #5836DD;
}
.TagClassName
{
border-color: #5836DD;
}
</style>