Shades of Purple Heart #5334DF
Tints of Purple Heart #5334DF
RGB
CMYK
RGB Variations
Color information
#5334DF (or 0x5334DF) is known color: Purple Heart. HEX triplet: 53, 34 and DF. RGB value is (83,52,223). Sum of RGB (Red+Green+Blue) = 83+52+223=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #5334DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5334DF is #ACCB20. Grayscale: #505050. Windows color (decimal): -11324193 or 14627923. OLE color: 14627923.
HSL color Cylindrical-coordinate representation of color #5334DF: hue angle of 250.88º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5334DF is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 52 | 223 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.13 |
| HSL | 250.88º | 0.73% | 0.54% | - |
| HSV(B) | 250.88º | 0.77% | 0.87% | - |
| XYZ | 18.11 | 9.62 | 70.71 | - |
| YUV | 80.76 | 208.27 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 223 | 0.63 | 0.77 | 0 | 0.13 | 250.88 | 0.73 | 0.54 |
| Hex | 53 | 34 | DF | 3F | 4D | 0 | D | FB | 49 | 36 |
| Octal | 123 | 64 | 337 | 77 | 115 | 0 | 15 | 373 | 111 | 66 |
| Binary | 1010011 | 110100 | 11011111 | 111111 | 1001101 | 0 | 1101 | 11111011 | 1001001 | 110110 |
Color Harmonies of #5334DF
Complementary color
Monochromatic Colors of #5334DF
Black with #5334DF
Text Example
Text Example
White with #5334DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5334DF; }
p { color: rgb(83,52,223); }
H1.HeaderClassName
{
color: #5334DF;
}
.AnyTagClassName
{
color: #5334DF;
}
</style>
background-color css
<style>
a { background-color: #5334DF; }
a { background-color: rgb(83,52,223); }
div.DivClassName
{
background-color: #5334DF;
}
.BgClassName
{
background-color: #5334DF;
}
</style>
border-color css
<style>
span { border-color: #5334DF; }
span { border-color: rgb(83,52,223); }
td.TdClassName
{
border-color: #5334DF;
}
.TagClassName
{
border-color: #5334DF;
}
</style>