Shades of Purple Heart #5501BD
Tints of Purple Heart #5501BD
RGB
CMYK
RGB Variations
Color information
#5501BD (or 0x5501BD) is known color: Purple Heart. HEX triplet: 55, 01 and BD. RGB value is (85,1,189). Sum of RGB (Red+Green+Blue) = 85+1+189=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 189 (74.22% from 255 or 68.73% from 275); Max value from RGB is 189 - color contains mainly: blue. Hex color #5501BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5501BD is #AAFE42. Grayscale: #2E2E2E. Windows color (decimal): -11206211 or 12386645. OLE color: 12386645.
HSL color Cylindrical-coordinate representation of color #5501BD: hue angle of 266.81º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5501BD is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 1 | 189 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.26 |
| HSL | 266.81º | 0.99% | 0.37% | - |
| HSV(B) | 266.81º | 0.99% | 0.74% | - |
| XYZ | 12.94 | 5.63 | 48.55 | - |
| YUV | 47.55 | 207.83 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 189 | 0.55 | 0.99 | 0 | 0.26 | 266.81 | 0.99 | 0.37 |
| Hex | 55 | 1 | BD | 37 | 63 | 0 | 1A | 10B | 63 | 25 |
| Octal | 125 | 1 | 275 | 67 | 143 | 0 | 32 | 413 | 143 | 45 |
| Binary | 1010101 | 1 | 10111101 | 110111 | 1100011 | 0 | 11010 | 100001011 | 1100011 | 100101 |
Color Harmonies of #5501BD
Complementary color
Monochromatic Colors of #5501BD
Black with #5501BD
Text Example
Text Example
White with #5501BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5501BD; }
p { color: rgb(85,1,189); }
H1.HeaderClassName
{
color: #5501BD;
}
.AnyTagClassName
{
color: #5501BD;
}
</style>
background-color css
<style>
a { background-color: #5501BD; }
a { background-color: rgb(85,1,189); }
div.DivClassName
{
background-color: #5501BD;
}
.BgClassName
{
background-color: #5501BD;
}
</style>
border-color css
<style>
span { border-color: #5501BD; }
span { border-color: rgb(85,1,189); }
td.TdClassName
{
border-color: #5501BD;
}
.TagClassName
{
border-color: #5501BD;
}
</style>