Shades of Purple Heart #5502BF
Tints of Purple Heart #5502BF
RGB
CMYK
RGB Variations
Color information
#5502BF (or 0x5502BF) is known color: Purple Heart. HEX triplet: 55, 02 and BF. RGB value is (85,2,191). Sum of RGB (Red+Green+Blue) = 85+2+191=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 191 (75% from 255 or 68.71% from 278); Max value from RGB is 191 - color contains mainly: blue. Hex color #5502BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5502BF is #AAFD40. Grayscale: #2F2F2F. Windows color (decimal): -11205953 or 12517973. OLE color: 12517973.
HSL color Cylindrical-coordinate representation of color #5502BF: hue angle of 266.35º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5502BF is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 2 | 191 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.25 |
| HSL | 266.35º | 0.98% | 0.38% | - |
| HSV(B) | 266.35º | 0.99% | 0.75% | - |
| XYZ | 13.17 | 5.74 | 49.7 | - |
| YUV | 48.36 | 208.5 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 191 | 0.55 | 0.99 | 0 | 0.25 | 266.35 | 0.98 | 0.38 |
| Hex | 55 | 2 | BF | 37 | 63 | 0 | 19 | 10A | 62 | 26 |
| Octal | 125 | 2 | 277 | 67 | 143 | 0 | 31 | 412 | 142 | 46 |
| Binary | 1010101 | 10 | 10111111 | 110111 | 1100011 | 0 | 11001 | 100001010 | 1100010 | 100110 |
Color Harmonies of #5502BF
Complementary color
Monochromatic Colors of #5502BF
Black with #5502BF
Text Example
Text Example
White with #5502BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5502BF; }
p { color: rgb(85,2,191); }
H1.HeaderClassName
{
color: #5502BF;
}
.AnyTagClassName
{
color: #5502BF;
}
</style>
background-color css
<style>
a { background-color: #5502BF; }
a { background-color: rgb(85,2,191); }
div.DivClassName
{
background-color: #5502BF;
}
.BgClassName
{
background-color: #5502BF;
}
</style>
border-color css
<style>
span { border-color: #5502BF; }
span { border-color: rgb(85,2,191); }
td.TdClassName
{
border-color: #5502BF;
}
.TagClassName
{
border-color: #5502BF;
}
</style>