Shades of Purple Heart #5506CB
Tints of Purple Heart #5506CB
RGB
CMYK
RGB Variations
Color information
#5506CB (or 0x5506CB) is known color: Purple Heart. HEX triplet: 55, 06 and CB. RGB value is (85,6,203). Sum of RGB (Red+Green+Blue) = 85+6+203=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 203 (79.69% from 255 or 69.05% from 294); Max value from RGB is 203 - color contains mainly: blue. Hex color #5506CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5506CB is #AAF934. Grayscale: #333333. Windows color (decimal): -11204917 or 13305429. OLE color: 13305429.
HSL color Cylindrical-coordinate representation of color #5506CB: hue angle of 264.06º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5506CB is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 6 | 203 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.20 |
| HSL | 264.06º | 0.94% | 0.41% | - |
| HSV(B) | 264.06º | 0.97% | 0.8% | - |
| XYZ | 14.59 | 6.37 | 56.96 | - |
| YUV | 52.08 | 213.17 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 203 | 0.58 | 0.97 | 0 | 0.20 | 264.06 | 0.94 | 0.41 |
| Hex | 55 | 6 | CB | 3A | 61 | 0 | 14 | 108 | 5E | 29 |
| Octal | 125 | 6 | 313 | 72 | 141 | 0 | 24 | 410 | 136 | 51 |
| Binary | 1010101 | 110 | 11001011 | 111010 | 1100001 | 0 | 10100 | 100001000 | 1011110 | 101001 |
Color Harmonies of #5506CB
Complementary color
Monochromatic Colors of #5506CB
Black with #5506CB
Text Example
Text Example
White with #5506CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5506CB; }
p { color: rgb(85,6,203); }
H1.HeaderClassName
{
color: #5506CB;
}
.AnyTagClassName
{
color: #5506CB;
}
</style>
background-color css
<style>
a { background-color: #5506CB; }
a { background-color: rgb(85,6,203); }
div.DivClassName
{
background-color: #5506CB;
}
.BgClassName
{
background-color: #5506CB;
}
</style>
border-color css
<style>
span { border-color: #5506CB; }
span { border-color: rgb(85,6,203); }
td.TdClassName
{
border-color: #5506CB;
}
.TagClassName
{
border-color: #5506CB;
}
</style>