Shades of Purple Heart #5509D0
Tints of Purple Heart #5509D0
RGB
CMYK
RGB Variations
Color information
#5509D0 (or 0x5509D0) is known color: Purple Heart. HEX triplet: 55, 09 and D0. RGB value is (85,9,208). Sum of RGB (Red+Green+Blue) = 85+9+208=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 208 (81.64% from 255 or 68.87% from 302); Max value from RGB is 208 - color contains mainly: blue. Hex color #5509D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5509D0 is #AAF62F. Grayscale: #353535. Windows color (decimal): -11204144 or 13633877. OLE color: 13633877.
HSL color Cylindrical-coordinate representation of color #5509D0: hue angle of 262.91º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5509D0 is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 9 | 208 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.18 |
| HSL | 262.91º | 0.92% | 0.43% | - |
| HSV(B) | 262.91º | 0.96% | 0.82% | - |
| XYZ | 15.23 | 6.68 | 60.16 | - |
| YUV | 54.41 | 214.68 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 208 | 0.59 | 0.96 | 0 | 0.18 | 262.91 | 0.92 | 0.43 |
| Hex | 55 | 9 | D0 | 3B | 60 | 0 | 12 | 107 | 5C | 2B |
| Octal | 125 | 11 | 320 | 73 | 140 | 0 | 22 | 407 | 134 | 53 |
| Binary | 1010101 | 1001 | 11010000 | 111011 | 1100000 | 0 | 10010 | 100000111 | 1011100 | 101011 |
Color Harmonies of #5509D0
Complementary color
Monochromatic Colors of #5509D0
Black with #5509D0
Text Example
Text Example
White with #5509D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5509D0; }
p { color: rgb(85,9,208); }
H1.HeaderClassName
{
color: #5509D0;
}
.AnyTagClassName
{
color: #5509D0;
}
</style>
background-color css
<style>
a { background-color: #5509D0; }
a { background-color: rgb(85,9,208); }
div.DivClassName
{
background-color: #5509D0;
}
.BgClassName
{
background-color: #5509D0;
}
</style>
border-color css
<style>
span { border-color: #5509D0; }
span { border-color: rgb(85,9,208); }
td.TdClassName
{
border-color: #5509D0;
}
.TagClassName
{
border-color: #5509D0;
}
</style>