Shades of Purple Heart #5509CB
Tints of Purple Heart #5509CB
RGB
CMYK
RGB Variations
Color information
#5509CB (or 0x5509CB) is known color: Purple Heart. HEX triplet: 55, 09 and CB. RGB value is (85,9,203). Sum of RGB (Red+Green+Blue) = 85+9+203=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #5509CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5509CB is #AAF634. Grayscale: #353535. Windows color (decimal): -11204149 or 13306197. OLE color: 13306197.
HSL color Cylindrical-coordinate representation of color #5509CB: hue angle of 263.51º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5509CB is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 9 | 203 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.20 |
| HSL | 263.51º | 0.92% | 0.42% | - |
| HSV(B) | 263.51º | 0.96% | 0.8% | - |
| XYZ | 14.62 | 6.44 | 56.97 | - |
| YUV | 53.84 | 212.18 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 203 | 0.58 | 0.96 | 0 | 0.20 | 263.51 | 0.92 | 0.42 |
| Hex | 55 | 9 | CB | 3A | 60 | 0 | 14 | 108 | 5C | 2A |
| Octal | 125 | 11 | 313 | 72 | 140 | 0 | 24 | 410 | 134 | 52 |
| Binary | 1010101 | 1001 | 11001011 | 111010 | 1100000 | 0 | 10100 | 100001000 | 1011100 | 101010 |
Color Harmonies of #5509CB
Complementary color
Monochromatic Colors of #5509CB
Black with #5509CB
Text Example
Text Example
White with #5509CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5509CB; }
p { color: rgb(85,9,203); }
H1.HeaderClassName
{
color: #5509CB;
}
.AnyTagClassName
{
color: #5509CB;
}
</style>
background-color css
<style>
a { background-color: #5509CB; }
a { background-color: rgb(85,9,203); }
div.DivClassName
{
background-color: #5509CB;
}
.BgClassName
{
background-color: #5509CB;
}
</style>
border-color css
<style>
span { border-color: #5509CB; }
span { border-color: rgb(85,9,203); }
td.TdClassName
{
border-color: #5509CB;
}
.TagClassName
{
border-color: #5509CB;
}
</style>