Shades of Purple Heart #5503BE
Tints of Purple Heart #5503BE
RGB
CMYK
RGB Variations
Color information
#5503BE (or 0x5503BE) is known color: Purple Heart. HEX triplet: 55, 03 and BE. RGB value is (85,3,190). Sum of RGB (Red+Green+Blue) = 85+3+190=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #5503BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5503BE is #AAFC41. Grayscale: #303030. Windows color (decimal): -11205698 or 12452693. OLE color: 12452693.
HSL color Cylindrical-coordinate representation of color #5503BE: hue angle of 266.31º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5503BE is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 3 | 190 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.25 |
| HSL | 266.31º | 0.97% | 0.38% | - |
| HSV(B) | 266.31º | 0.98% | 0.75% | - |
| XYZ | 13.07 | 5.71 | 49.13 | - |
| YUV | 48.84 | 207.67 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 190 | 0.55 | 0.98 | 0 | 0.25 | 266.31 | 0.97 | 0.38 |
| Hex | 55 | 3 | BE | 37 | 62 | 0 | 19 | 10A | 61 | 26 |
| Octal | 125 | 3 | 276 | 67 | 142 | 0 | 31 | 412 | 141 | 46 |
| Binary | 1010101 | 11 | 10111110 | 110111 | 1100010 | 0 | 11001 | 100001010 | 1100001 | 100110 |
Color Harmonies of #5503BE
Complementary color
Monochromatic Colors of #5503BE
Black with #5503BE
Text Example
Text Example
White with #5503BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5503BE; }
p { color: rgb(85,3,190); }
H1.HeaderClassName
{
color: #5503BE;
}
.AnyTagClassName
{
color: #5503BE;
}
</style>
background-color css
<style>
a { background-color: #5503BE; }
a { background-color: rgb(85,3,190); }
div.DivClassName
{
background-color: #5503BE;
}
.BgClassName
{
background-color: #5503BE;
}
</style>
border-color css
<style>
span { border-color: #5503BE; }
span { border-color: rgb(85,3,190); }
td.TdClassName
{
border-color: #5503BE;
}
.TagClassName
{
border-color: #5503BE;
}
</style>