Shades of Purple Heart #5503BD
Tints of Purple Heart #5503BD
RGB
CMYK
RGB Variations
Color information
#5503BD (or 0x5503BD) is known color: Purple Heart. HEX triplet: 55, 03 and BD. RGB value is (85,3,189). Sum of RGB (Red+Green+Blue) = 85+3+189=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 189 (74.22% from 255 or 68.23% from 277); Max value from RGB is 189 - color contains mainly: blue. Hex color #5503BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5503BD is #AAFC42. Grayscale: #303030. Windows color (decimal): -11205699 or 12387157. OLE color: 12387157.
HSL color Cylindrical-coordinate representation of color #5503BD: hue angle of 266.45º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5503BD is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 3 | 189 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.26 |
| HSL | 266.45º | 0.97% | 0.38% | - |
| HSV(B) | 266.45º | 0.98% | 0.74% | - |
| XYZ | 12.96 | 5.67 | 48.56 | - |
| YUV | 48.72 | 207.17 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 189 | 0.55 | 0.98 | 0 | 0.26 | 266.45 | 0.97 | 0.38 |
| Hex | 55 | 3 | BD | 37 | 62 | 0 | 1A | 10A | 61 | 26 |
| Octal | 125 | 3 | 275 | 67 | 142 | 0 | 32 | 412 | 141 | 46 |
| Binary | 1010101 | 11 | 10111101 | 110111 | 1100010 | 0 | 11010 | 100001010 | 1100001 | 100110 |
Color Harmonies of #5503BD
Complementary color
Monochromatic Colors of #5503BD
Black with #5503BD
Text Example
Text Example
White with #5503BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5503BD; }
p { color: rgb(85,3,189); }
H1.HeaderClassName
{
color: #5503BD;
}
.AnyTagClassName
{
color: #5503BD;
}
</style>
background-color css
<style>
a { background-color: #5503BD; }
a { background-color: rgb(85,3,189); }
div.DivClassName
{
background-color: #5503BD;
}
.BgClassName
{
background-color: #5503BD;
}
</style>
border-color css
<style>
span { border-color: #5503BD; }
span { border-color: rgb(85,3,189); }
td.TdClassName
{
border-color: #5503BD;
}
.TagClassName
{
border-color: #5503BD;
}
</style>