Shades of Purple Heart #5231DD
Tints of Purple Heart #5231DD
RGB
CMYK
RGB Variations
Color information
#5231DD (or 0x5231DD) is known color: Purple Heart. HEX triplet: 52, 31 and DD. RGB value is (82,49,221). Sum of RGB (Red+Green+Blue) = 82+49+221=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #5231DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5231DD is #ADCE22. Grayscale: #4D4D4D. Windows color (decimal): -11390499 or 14496082. OLE color: 14496082.
HSL color Cylindrical-coordinate representation of color #5231DD: hue angle of 251.51º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5231DD is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 49 | 221 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.13 |
| HSL | 251.51º | 0.72% | 0.53% | - |
| HSV(B) | 251.51º | 0.78% | 0.87% | - |
| XYZ | 17.63 | 9.21 | 69.26 | - |
| YUV | 78.48 | 208.43 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 49 | 221 | 0.63 | 0.78 | 0 | 0.13 | 251.51 | 0.72 | 0.53 |
| Hex | 52 | 31 | DD | 3F | 4E | 0 | D | FC | 48 | 35 |
| Octal | 122 | 61 | 335 | 77 | 116 | 0 | 15 | 374 | 110 | 65 |
| Binary | 1010010 | 110001 | 11011101 | 111111 | 1001110 | 0 | 1101 | 11111100 | 1001000 | 110101 |
Color Harmonies of #5231DD
Complementary color
Monochromatic Colors of #5231DD
Black with #5231DD
Text Example
Text Example
White with #5231DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5231DD; }
p { color: rgb(82,49,221); }
H1.HeaderClassName
{
color: #5231DD;
}
.AnyTagClassName
{
color: #5231DD;
}
</style>
background-color css
<style>
a { background-color: #5231DD; }
a { background-color: rgb(82,49,221); }
div.DivClassName
{
background-color: #5231DD;
}
.BgClassName
{
background-color: #5231DD;
}
</style>
border-color css
<style>
span { border-color: #5231DD; }
span { border-color: rgb(82,49,221); }
td.TdClassName
{
border-color: #5231DD;
}
.TagClassName
{
border-color: #5231DD;
}
</style>