Shades of Purple Heart #550ACD
Tints of Purple Heart #550ACD
RGB
CMYK
RGB Variations
Color information
#550ACD (or 0x550ACD) is known color: Purple Heart. HEX triplet: 55, 0A and CD. RGB value is (85,10,205). Sum of RGB (Red+Green+Blue) = 85+10+205=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #550ACD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550ACD is #AAF532. Grayscale: #353535. Windows color (decimal): -11203891 or 13437525. OLE color: 13437525.
HSL color Cylindrical-coordinate representation of color #550ACD: hue angle of 263.08º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550ACD is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 10 | 205 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.20 |
| HSL | 263.08º | 0.91% | 0.42% | - |
| HSV(B) | 263.08º | 0.95% | 0.8% | - |
| XYZ | 14.87 | 6.56 | 58.24 | - |
| YUV | 54.66 | 212.85 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 10 | 205 | 0.59 | 0.95 | 0 | 0.20 | 263.08 | 0.91 | 0.42 |
| Hex | 55 | A | CD | 3B | 5F | 0 | 14 | 107 | 5B | 2A |
| Octal | 125 | 12 | 315 | 73 | 137 | 0 | 24 | 407 | 133 | 52 |
| Binary | 1010101 | 1010 | 11001101 | 111011 | 1011111 | 0 | 10100 | 100000111 | 1011011 | 101010 |
Color Harmonies of #550ACD
Complementary color
Monochromatic Colors of #550ACD
Black with #550ACD
Text Example
Text Example
White with #550ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550ACD; }
p { color: rgb(85,10,205); }
H1.HeaderClassName
{
color: #550ACD;
}
.AnyTagClassName
{
color: #550ACD;
}
</style>
background-color css
<style>
a { background-color: #550ACD; }
a { background-color: rgb(85,10,205); }
div.DivClassName
{
background-color: #550ACD;
}
.BgClassName
{
background-color: #550ACD;
}
</style>
border-color css
<style>
span { border-color: #550ACD; }
span { border-color: rgb(85,10,205); }
td.TdClassName
{
border-color: #550ACD;
}
.TagClassName
{
border-color: #550ACD;
}
</style>