Shades of Purple Heart #5508BC
Tints of Purple Heart #5508BC
RGB
CMYK
RGB Variations
Color information
#5508BC (or 0x5508BC) is known color: Purple Heart. HEX triplet: 55, 08 and BC. RGB value is (85,8,188). Sum of RGB (Red+Green+Blue) = 85+8+188=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #5508BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5508BC is #AAF743. Grayscale: #323232. Windows color (decimal): -11204420 or 12322901. OLE color: 12322901.
HSL color Cylindrical-coordinate representation of color #5508BC: hue angle of 265.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5508BC is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 8 | 188 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.26 |
| HSL | 265.67º | 0.92% | 0.38% | - |
| HSV(B) | 265.67º | 0.96% | 0.74% | - |
| XYZ | 12.91 | 5.74 | 48 | - |
| YUV | 51.54 | 205.01 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 188 | 0.55 | 0.96 | 0 | 0.26 | 265.67 | 0.92 | 0.38 |
| Hex | 55 | 8 | BC | 37 | 60 | 0 | 1A | 10A | 5C | 26 |
| Octal | 125 | 10 | 274 | 67 | 140 | 0 | 32 | 412 | 134 | 46 |
| Binary | 1010101 | 1000 | 10111100 | 110111 | 1100000 | 0 | 11010 | 100001010 | 1011100 | 100110 |
Color Harmonies of #5508BC
Complementary color
Monochromatic Colors of #5508BC
Black with #5508BC
Text Example
Text Example
White with #5508BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5508BC; }
p { color: rgb(85,8,188); }
H1.HeaderClassName
{
color: #5508BC;
}
.AnyTagClassName
{
color: #5508BC;
}
</style>
background-color css
<style>
a { background-color: #5508BC; }
a { background-color: rgb(85,8,188); }
div.DivClassName
{
background-color: #5508BC;
}
.BgClassName
{
background-color: #5508BC;
}
</style>
border-color css
<style>
span { border-color: #5508BC; }
span { border-color: rgb(85,8,188); }
td.TdClassName
{
border-color: #5508BC;
}
.TagClassName
{
border-color: #5508BC;
}
</style>