Shades of Purple Heart #5504BD
Tints of Purple Heart #5504BD
RGB
CMYK
RGB Variations
Color information
#5504BD (or 0x5504BD) is known color: Purple Heart. HEX triplet: 55, 04 and BD. RGB value is (85,4,189). Sum of RGB (Red+Green+Blue) = 85+4+189=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 189 (74.22% from 255 or 67.99% from 278); Max value from RGB is 189 - color contains mainly: blue. Hex color #5504BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5504BD is #AAFB42. Grayscale: #303030. Windows color (decimal): -11205443 or 12387413. OLE color: 12387413.
HSL color Cylindrical-coordinate representation of color #5504BD: hue angle of 266.27º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5504BD is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 4 | 189 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.26 |
| HSL | 266.27º | 0.96% | 0.38% | - |
| HSV(B) | 266.27º | 0.98% | 0.74% | - |
| XYZ | 12.98 | 5.69 | 48.56 | - |
| YUV | 49.31 | 206.84 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 189 | 0.55 | 0.98 | 0 | 0.26 | 266.27 | 0.96 | 0.38 |
| Hex | 55 | 4 | BD | 37 | 62 | 0 | 1A | 10A | 60 | 26 |
| Octal | 125 | 4 | 275 | 67 | 142 | 0 | 32 | 412 | 140 | 46 |
| Binary | 1010101 | 100 | 10111101 | 110111 | 1100010 | 0 | 11010 | 100001010 | 1100000 | 100110 |
Color Harmonies of #5504BD
Complementary color
Monochromatic Colors of #5504BD
Black with #5504BD
Text Example
Text Example
White with #5504BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5504BD; }
p { color: rgb(85,4,189); }
H1.HeaderClassName
{
color: #5504BD;
}
.AnyTagClassName
{
color: #5504BD;
}
</style>
background-color css
<style>
a { background-color: #5504BD; }
a { background-color: rgb(85,4,189); }
div.DivClassName
{
background-color: #5504BD;
}
.BgClassName
{
background-color: #5504BD;
}
</style>
border-color css
<style>
span { border-color: #5504BD; }
span { border-color: rgb(85,4,189); }
td.TdClassName
{
border-color: #5504BD;
}
.TagClassName
{
border-color: #5504BD;
}
</style>