Shades of Purple Heart #5521CD
Tints of Purple Heart #5521CD
RGB
CMYK
RGB Variations
Color information
#5521CD (or 0x5521CD) is known color: Purple Heart. HEX triplet: 55, 21 and CD. RGB value is (85,33,205). Sum of RGB (Red+Green+Blue) = 85+33+205=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #5521CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5521CD is #AADE32. Grayscale: #434343. Windows color (decimal): -11198003 or 13443413. OLE color: 13443413.
HSL color Cylindrical-coordinate representation of color #5521CD: hue angle of 258.14º 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 #5521CD is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 33 | 205 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.20 |
| HSL | 258.14º | 0.72% | 0.47% | - |
| HSV(B) | 258.14º | 0.84% | 0.8% | - |
| XYZ | 15.31 | 7.43 | 58.38 | - |
| YUV | 68.16 | 205.23 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 205 | 0.59 | 0.84 | 0 | 0.20 | 258.14 | 0.72 | 0.47 |
| Hex | 55 | 21 | CD | 3B | 54 | 0 | 14 | 102 | 48 | 2F |
| Octal | 125 | 41 | 315 | 73 | 124 | 0 | 24 | 402 | 110 | 57 |
| Binary | 1010101 | 100001 | 11001101 | 111011 | 1010100 | 0 | 10100 | 100000010 | 1001000 | 101111 |
Color Harmonies of #5521CD
Complementary color
Monochromatic Colors of #5521CD
Black with #5521CD
Text Example
Text Example
White with #5521CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5521CD; }
p { color: rgb(85,33,205); }
H1.HeaderClassName
{
color: #5521CD;
}
.AnyTagClassName
{
color: #5521CD;
}
</style>
background-color css
<style>
a { background-color: #5521CD; }
a { background-color: rgb(85,33,205); }
div.DivClassName
{
background-color: #5521CD;
}
.BgClassName
{
background-color: #5521CD;
}
</style>
border-color css
<style>
span { border-color: #5521CD; }
span { border-color: rgb(85,33,205); }
td.TdClassName
{
border-color: #5521CD;
}
.TagClassName
{
border-color: #5521CD;
}
</style>