Shades of Purple Heart #5505BF
Tints of Purple Heart #5505BF
RGB
CMYK
RGB Variations
Color information
#5505BF (or 0x5505BF) is known color: Purple Heart. HEX triplet: 55, 05 and BF. RGB value is (85,5,191). Sum of RGB (Red+Green+Blue) = 85+5+191=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 191 (75% from 255 or 67.97% from 281); Max value from RGB is 191 - color contains mainly: blue. Hex color #5505BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5505BF is #AAFA40. Grayscale: #313131. Windows color (decimal): -11205185 or 12518741. OLE color: 12518741.
HSL color Cylindrical-coordinate representation of color #5505BF: hue angle of 265.81º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5505BF is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 5 | 191 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.25 |
| HSL | 265.81º | 0.95% | 0.38% | - |
| HSV(B) | 265.81º | 0.97% | 0.75% | - |
| XYZ | 13.2 | 5.8 | 49.71 | - |
| YUV | 50.12 | 207.5 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 191 | 0.55 | 0.97 | 0 | 0.25 | 265.81 | 0.95 | 0.38 |
| Hex | 55 | 5 | BF | 37 | 61 | 0 | 19 | 10A | 5F | 26 |
| Octal | 125 | 5 | 277 | 67 | 141 | 0 | 31 | 412 | 137 | 46 |
| Binary | 1010101 | 101 | 10111111 | 110111 | 1100001 | 0 | 11001 | 100001010 | 1011111 | 100110 |
Color Harmonies of #5505BF
Complementary color
Monochromatic Colors of #5505BF
Black with #5505BF
Text Example
Text Example
White with #5505BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5505BF; }
p { color: rgb(85,5,191); }
H1.HeaderClassName
{
color: #5505BF;
}
.AnyTagClassName
{
color: #5505BF;
}
</style>
background-color css
<style>
a { background-color: #5505BF; }
a { background-color: rgb(85,5,191); }
div.DivClassName
{
background-color: #5505BF;
}
.BgClassName
{
background-color: #5505BF;
}
</style>
border-color css
<style>
span { border-color: #5505BF; }
span { border-color: rgb(85,5,191); }
td.TdClassName
{
border-color: #5505BF;
}
.TagClassName
{
border-color: #5505BF;
}
</style>