Shades of Purple Heart #5509CF
Tints of Purple Heart #5509CF
RGB
CMYK
RGB Variations
Color information
#5509CF (or 0x5509CF) is known color: Purple Heart. HEX triplet: 55, 09 and CF. RGB value is (85,9,207). Sum of RGB (Red+Green+Blue) = 85+9+207=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #5509CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5509CF is #AAF630. Grayscale: #353535. Windows color (decimal): -11204145 or 13568341. OLE color: 13568341.
HSL color Cylindrical-coordinate representation of color #5509CF: hue angle of 263.03º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5509CF is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 9 | 207 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.19 |
| HSL | 263.03º | 0.92% | 0.42% | - |
| HSV(B) | 263.03º | 0.96% | 0.81% | - |
| XYZ | 15.11 | 6.63 | 59.52 | - |
| YUV | 54.3 | 214.18 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 207 | 0.59 | 0.96 | 0 | 0.19 | 263.03 | 0.92 | 0.42 |
| Hex | 55 | 9 | CF | 3B | 60 | 0 | 13 | 107 | 5C | 2A |
| Octal | 125 | 11 | 317 | 73 | 140 | 0 | 23 | 407 | 134 | 52 |
| Binary | 1010101 | 1001 | 11001111 | 111011 | 1100000 | 0 | 10011 | 100000111 | 1011100 | 101010 |
Color Harmonies of #5509CF
Complementary color
Monochromatic Colors of #5509CF
Black with #5509CF
Text Example
Text Example
White with #5509CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5509CF; }
p { color: rgb(85,9,207); }
H1.HeaderClassName
{
color: #5509CF;
}
.AnyTagClassName
{
color: #5509CF;
}
</style>
background-color css
<style>
a { background-color: #5509CF; }
a { background-color: rgb(85,9,207); }
div.DivClassName
{
background-color: #5509CF;
}
.BgClassName
{
background-color: #5509CF;
}
</style>
border-color css
<style>
span { border-color: #5509CF; }
span { border-color: rgb(85,9,207); }
td.TdClassName
{
border-color: #5509CF;
}
.TagClassName
{
border-color: #5509CF;
}
</style>