Shades of Purple Heart #5505BC
Tints of Purple Heart #5505BC
RGB
CMYK
RGB Variations
Color information
#5505BC (or 0x5505BC) is known color: Purple Heart. HEX triplet: 55, 05 and BC. RGB value is (85,5,188). Sum of RGB (Red+Green+Blue) = 85+5+188=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #5505BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5505BC is #AAFA43. Grayscale: #313131. Windows color (decimal): -11205188 or 12322133. OLE color: 12322133.
HSL color Cylindrical-coordinate representation of color #5505BC: hue angle of 266.23º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5505BC is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 5 | 188 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.26 |
| HSL | 266.23º | 0.95% | 0.38% | - |
| HSV(B) | 266.23º | 0.97% | 0.74% | - |
| XYZ | 12.88 | 5.67 | 47.99 | - |
| YUV | 49.78 | 206 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 188 | 0.55 | 0.97 | 0 | 0.26 | 266.23 | 0.95 | 0.38 |
| Hex | 55 | 5 | BC | 37 | 61 | 0 | 1A | 10A | 5F | 26 |
| Octal | 125 | 5 | 274 | 67 | 141 | 0 | 32 | 412 | 137 | 46 |
| Binary | 1010101 | 101 | 10111100 | 110111 | 1100001 | 0 | 11010 | 100001010 | 1011111 | 100110 |
Color Harmonies of #5505BC
Complementary color
Monochromatic Colors of #5505BC
Black with #5505BC
Text Example
Text Example
White with #5505BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5505BC; }
p { color: rgb(85,5,188); }
H1.HeaderClassName
{
color: #5505BC;
}
.AnyTagClassName
{
color: #5505BC;
}
</style>
background-color css
<style>
a { background-color: #5505BC; }
a { background-color: rgb(85,5,188); }
div.DivClassName
{
background-color: #5505BC;
}
.BgClassName
{
background-color: #5505BC;
}
</style>
border-color css
<style>
span { border-color: #5505BC; }
span { border-color: rgb(85,5,188); }
td.TdClassName
{
border-color: #5505BC;
}
.TagClassName
{
border-color: #5505BC;
}
</style>