Shades of Purple Heart #550DB3
Tints of Purple Heart #550DB3
RGB
CMYK
RGB Variations
Color information
#550DB3 (or 0x550DB3) is known color: Purple Heart. HEX triplet: 55, 0D and B3. RGB value is (85,13,179). Sum of RGB (Red+Green+Blue) = 85+13+179=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 179 (70.31% from 255 or 64.62% from 277); Max value from RGB is 179 - color contains mainly: blue. Hex color #550DB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550DB3 is #AAF24C. Grayscale: #343434. Windows color (decimal): -11203149 or 11734357. OLE color: 11734357.
HSL color Cylindrical-coordinate representation of color #550DB3: hue angle of 266.02º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550DB3 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 13 | 179 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.30 |
| HSL | 266.02º | 0.86% | 0.38% | - |
| HSV(B) | 266.02º | 0.93% | 0.7% | - |
| XYZ | 12.03 | 5.47 | 43.07 | - |
| YUV | 53.45 | 198.85 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 179 | 0.53 | 0.93 | 0 | 0.30 | 266.02 | 0.86 | 0.38 |
| Hex | 55 | D | B3 | 35 | 5D | 0 | 1E | 10A | 56 | 26 |
| Octal | 125 | 15 | 263 | 65 | 135 | 0 | 36 | 412 | 126 | 46 |
| Binary | 1010101 | 1101 | 10110011 | 110101 | 1011101 | 0 | 11110 | 100001010 | 1010110 | 100110 |
Color Harmonies of #550DB3
Complementary color
Monochromatic Colors of #550DB3
Black with #550DB3
Text Example
Text Example
White with #550DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550DB3; }
p { color: rgb(85,13,179); }
H1.HeaderClassName
{
color: #550DB3;
}
.AnyTagClassName
{
color: #550DB3;
}
</style>
background-color css
<style>
a { background-color: #550DB3; }
a { background-color: rgb(85,13,179); }
div.DivClassName
{
background-color: #550DB3;
}
.BgClassName
{
background-color: #550DB3;
}
</style>
border-color css
<style>
span { border-color: #550DB3; }
span { border-color: rgb(85,13,179); }
td.TdClassName
{
border-color: #550DB3;
}
.TagClassName
{
border-color: #550DB3;
}
</style>