Shades of Purple Heart #5321CD
Tints of Purple Heart #5321CD
RGB
CMYK
RGB Variations
Color information
#5321CD (or 0x5321CD) is known color: Purple Heart. HEX triplet: 53, 21 and CD. RGB value is (83,33,205). Sum of RGB (Red+Green+Blue) = 83+33+205=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #5321CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5321CD is #ACDE32. Grayscale: #424242. Windows color (decimal): -11329075 or 13443411. OLE color: 13443411.
HSL color Cylindrical-coordinate representation of color #5321CD: hue angle of 257.44º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5321CD is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 33 | 205 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.20 |
| HSL | 257.44º | 0.72% | 0.47% | - |
| HSV(B) | 257.44º | 0.84% | 0.8% | - |
| XYZ | 15.13 | 7.33 | 58.38 | - |
| YUV | 67.56 | 205.57 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 33 | 205 | 0.60 | 0.84 | 0 | 0.20 | 257.44 | 0.72 | 0.47 |
| Hex | 53 | 21 | CD | 3C | 54 | 0 | 14 | 101 | 48 | 2F |
| Octal | 123 | 41 | 315 | 74 | 124 | 0 | 24 | 401 | 110 | 57 |
| Binary | 1010011 | 100001 | 11001101 | 111100 | 1010100 | 0 | 10100 | 100000001 | 1001000 | 101111 |
Color Harmonies of #5321CD
Complementary color
Monochromatic Colors of #5321CD
Black with #5321CD
Text Example
Text Example
White with #5321CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5321CD; }
p { color: rgb(83,33,205); }
H1.HeaderClassName
{
color: #5321CD;
}
.AnyTagClassName
{
color: #5321CD;
}
</style>
background-color css
<style>
a { background-color: #5321CD; }
a { background-color: rgb(83,33,205); }
div.DivClassName
{
background-color: #5321CD;
}
.BgClassName
{
background-color: #5321CD;
}
</style>
border-color css
<style>
span { border-color: #5321CD; }
span { border-color: rgb(83,33,205); }
td.TdClassName
{
border-color: #5321CD;
}
.TagClassName
{
border-color: #5321CD;
}
</style>