Shades of Purple Heart #5234DD
Tints of Purple Heart #5234DD
RGB
CMYK
RGB Variations
Color information
#5234DD (or 0x5234DD) is known color: Purple Heart. HEX triplet: 52, 34 and DD. RGB value is (82,52,221). Sum of RGB (Red+Green+Blue) = 82+52+221=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #5234DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5234DD is #ADCB22. Grayscale: #4F4F4F. Windows color (decimal): -11389731 or 14496850. OLE color: 14496850.
HSL color Cylindrical-coordinate representation of color #5234DD: hue angle of 250.65º 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 #5234DD is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 52 | 221 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.13 |
| HSL | 250.65º | 0.71% | 0.54% | - |
| HSV(B) | 250.65º | 0.76% | 0.87% | - |
| XYZ | 17.76 | 9.47 | 69.3 | - |
| YUV | 80.24 | 207.44 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 52 | 221 | 0.63 | 0.76 | 0 | 0.13 | 250.65 | 0.71 | 0.54 |
| Hex | 52 | 34 | DD | 3F | 4C | 0 | D | FB | 47 | 36 |
| Octal | 122 | 64 | 335 | 77 | 114 | 0 | 15 | 373 | 107 | 66 |
| Binary | 1010010 | 110100 | 11011101 | 111111 | 1001100 | 0 | 1101 | 11111011 | 1000111 | 110110 |
Color Harmonies of #5234DD
Complementary color
Monochromatic Colors of #5234DD
Black with #5234DD
Text Example
Text Example
White with #5234DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5234DD; }
p { color: rgb(82,52,221); }
H1.HeaderClassName
{
color: #5234DD;
}
.AnyTagClassName
{
color: #5234DD;
}
</style>
background-color css
<style>
a { background-color: #5234DD; }
a { background-color: rgb(82,52,221); }
div.DivClassName
{
background-color: #5234DD;
}
.BgClassName
{
background-color: #5234DD;
}
</style>
border-color css
<style>
span { border-color: #5234DD; }
span { border-color: rgb(82,52,221); }
td.TdClassName
{
border-color: #5234DD;
}
.TagClassName
{
border-color: #5234DD;
}
</style>