Shades of Purple Heart #5513CE
Tints of Purple Heart #5513CE
RGB
CMYK
RGB Variations
Color information
#5513CE (or 0x5513CE) is known color: Purple Heart. HEX triplet: 55, 13 and CE. RGB value is (85,19,206). Sum of RGB (Red+Green+Blue) = 85+19+206=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #5513CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5513CE is #AAEC31. Grayscale: #3B3B3B. Windows color (decimal): -11201586 or 13505365. OLE color: 13505365.
HSL color Cylindrical-coordinate representation of color #5513CE: hue angle of 261.18º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5513CE is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 19 | 206 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.19 |
| HSL | 261.18º | 0.83% | 0.44% | - |
| HSV(B) | 261.18º | 0.91% | 0.81% | - |
| XYZ | 15.12 | 6.85 | 58.92 | - |
| YUV | 60.05 | 210.37 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 206 | 0.59 | 0.91 | 0 | 0.19 | 261.18 | 0.83 | 0.44 |
| Hex | 55 | 13 | CE | 3B | 5B | 0 | 13 | 105 | 53 | 2C |
| Octal | 125 | 23 | 316 | 73 | 133 | 0 | 23 | 405 | 123 | 54 |
| Binary | 1010101 | 10011 | 11001110 | 111011 | 1011011 | 0 | 10011 | 100000101 | 1010011 | 101100 |
Color Harmonies of #5513CE
Complementary color
Monochromatic Colors of #5513CE
Black with #5513CE
Text Example
Text Example
White with #5513CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5513CE; }
p { color: rgb(85,19,206); }
H1.HeaderClassName
{
color: #5513CE;
}
.AnyTagClassName
{
color: #5513CE;
}
</style>
background-color css
<style>
a { background-color: #5513CE; }
a { background-color: rgb(85,19,206); }
div.DivClassName
{
background-color: #5513CE;
}
.BgClassName
{
background-color: #5513CE;
}
</style>
border-color css
<style>
span { border-color: #5513CE; }
span { border-color: rgb(85,19,206); }
td.TdClassName
{
border-color: #5513CE;
}
.TagClassName
{
border-color: #5513CE;
}
</style>