Shades of Purple Heart #5334CC
Tints of Purple Heart #5334CC
RGB
CMYK
RGB Variations
Color information
#5334CC (or 0x5334CC) is known color: Purple Heart. HEX triplet: 53, 34 and CC. RGB value is (83,52,204). Sum of RGB (Red+Green+Blue) = 83+52+204=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #5334CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5334CC is #ACCB33. Grayscale: #4E4E4E. Windows color (decimal): -11324212 or 13382739. OLE color: 13382739.
HSL color Cylindrical-coordinate representation of color #5334CC: hue angle of 252.24º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5334CC is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 52 | 204 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.2 |
| HSL | 252.24º | 0.6% | 0.5% | - |
| HSV(B) | 252.24º | 0.75% | 0.8% | - |
| XYZ | 15.69 | 8.65 | 57.97 | - |
| YUV | 78.6 | 198.77 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 204 | 0.59 | 0.75 | 0 | 0.2 | 252.24 | 0.6 | 0.5 |
| Hex | 53 | 34 | CC | 3B | 4B | 0 | 14 | FC | 3C | 32 |
| Octal | 123 | 64 | 314 | 73 | 113 | 0 | 24 | 374 | 74 | 62 |
| Binary | 1010011 | 110100 | 11001100 | 111011 | 1001011 | 0 | 10100 | 11111100 | 111100 | 110010 |
Color Harmonies of #5334CC
Complementary color
Monochromatic Colors of #5334CC
Black with #5334CC
Text Example
Text Example
White with #5334CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5334CC; }
p { color: rgb(83,52,204); }
H1.HeaderClassName
{
color: #5334CC;
}
.AnyTagClassName
{
color: #5334CC;
}
</style>
background-color css
<style>
a { background-color: #5334CC; }
a { background-color: rgb(83,52,204); }
div.DivClassName
{
background-color: #5334CC;
}
.BgClassName
{
background-color: #5334CC;
}
</style>
border-color css
<style>
span { border-color: #5334CC; }
span { border-color: rgb(83,52,204); }
td.TdClassName
{
border-color: #5334CC;
}
.TagClassName
{
border-color: #5334CC;
}
</style>