Shades of Purple Heart #5330DD
Tints of Purple Heart #5330DD
RGB
CMYK
RGB Variations
Color information
#5330DD (or 0x5330DD) is known color: Purple Heart. HEX triplet: 53, 30 and DD. RGB value is (83,48,221). Sum of RGB (Red+Green+Blue) = 83+48+221=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 48 (19.14% from 255 or 13.64% 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 #5330DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5330DD is #ACCF22. Grayscale: #4D4D4D. Windows color (decimal): -11325219 or 14495827. OLE color: 14495827.
HSL color Cylindrical-coordinate representation of color #5330DD: hue angle of 252.14º 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 #5330DD is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 48 | 221 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.13 |
| HSL | 252.14º | 0.72% | 0.53% | - |
| HSV(B) | 252.14º | 0.78% | 0.87% | - |
| XYZ | 17.68 | 9.17 | 69.25 | - |
| YUV | 78.19 | 208.6 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 221 | 0.62 | 0.78 | 0 | 0.13 | 252.14 | 0.72 | 0.53 |
| Hex | 53 | 30 | DD | 3E | 4E | 0 | D | FC | 48 | 35 |
| Octal | 123 | 60 | 335 | 76 | 116 | 0 | 15 | 374 | 110 | 65 |
| Binary | 1010011 | 110000 | 11011101 | 111110 | 1001110 | 0 | 1101 | 11111100 | 1001000 | 110101 |
Color Harmonies of #5330DD
Complementary color
Monochromatic Colors of #5330DD
Black with #5330DD
Text Example
Text Example
White with #5330DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5330DD; }
p { color: rgb(83,48,221); }
H1.HeaderClassName
{
color: #5330DD;
}
.AnyTagClassName
{
color: #5330DD;
}
</style>
background-color css
<style>
a { background-color: #5330DD; }
a { background-color: rgb(83,48,221); }
div.DivClassName
{
background-color: #5330DD;
}
.BgClassName
{
background-color: #5330DD;
}
</style>
border-color css
<style>
span { border-color: #5330DD; }
span { border-color: rgb(83,48,221); }
td.TdClassName
{
border-color: #5330DD;
}
.TagClassName
{
border-color: #5330DD;
}
</style>