Shades of Purple Heart #5500BC
Tints of Purple Heart #5500BC
RGB
CMYK
RGB Variations
Color information
#5500BC (or 0x5500BC) is known color: Purple Heart. HEX triplet: 55, 00 and BC. RGB value is (85,0,188). Sum of RGB (Red+Green+Blue) = 85+0+188=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #5500BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5500BC is #AAFF43. Grayscale: #2E2E2E. Windows color (decimal): -11206468 or 12320853. OLE color: 12320853.
HSL color Cylindrical-coordinate representation of color #5500BC: hue angle of 267.13º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5500BC is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 0 | 188 | - |
| CMYK | 0.55 | 1 | 0 | 0.26 |
| HSL | 267.13º | 1% | 0.37% | - |
| HSV(B) | 267.13º | 1% | 0.74% | - |
| XYZ | 12.82 | 5.56 | 47.97 | - |
| YUV | 46.85 | 207.66 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 188 | 0.55 | 1 | 0 | 0.26 | 267.13 | 1 | 0.37 |
| Hex | 55 | 0 | BC | 37 | 64 | 0 | 1A | 10B | 64 | 25 |
| Octal | 125 | 0 | 274 | 67 | 144 | 0 | 32 | 413 | 144 | 45 |
| Binary | 1010101 | 0 | 10111100 | 110111 | 1100100 | 0 | 11010 | 100001011 | 1100100 | 100101 |
Color Harmonies of #5500BC
Complementary color
Monochromatic Colors of #5500BC
Black with #5500BC
Text Example
Text Example
White with #5500BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5500BC; }
p { color: rgb(85,0,188); }
H1.HeaderClassName
{
color: #5500BC;
}
.AnyTagClassName
{
color: #5500BC;
}
</style>
background-color css
<style>
a { background-color: #5500BC; }
a { background-color: rgb(85,0,188); }
div.DivClassName
{
background-color: #5500BC;
}
.BgClassName
{
background-color: #5500BC;
}
</style>
border-color css
<style>
span { border-color: #5500BC; }
span { border-color: rgb(85,0,188); }
td.TdClassName
{
border-color: #5500BC;
}
.TagClassName
{
border-color: #5500BC;
}
</style>