Shades of Purple Heart #5506CC
Tints of Purple Heart #5506CC
RGB
CMYK
RGB Variations
Color information
#5506CC (or 0x5506CC) is known color: Purple Heart. HEX triplet: 55, 06 and CC. RGB value is (85,6,204). Sum of RGB (Red+Green+Blue) = 85+6+204=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #5506CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5506CC is #AAF933. Grayscale: #333333. Windows color (decimal): -11204916 or 13370965. OLE color: 13370965.
HSL color Cylindrical-coordinate representation of color #5506CC: hue angle of 263.94º 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 #5506CC is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 6 | 204 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.2 |
| HSL | 263.94º | 0.94% | 0.41% | - |
| HSV(B) | 263.94º | 0.97% | 0.8% | - |
| XYZ | 14.71 | 6.42 | 57.59 | - |
| YUV | 52.19 | 213.67 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 204 | 0.58 | 0.97 | 0 | 0.2 | 263.94 | 0.94 | 0.41 |
| Hex | 55 | 6 | CC | 3A | 61 | 0 | 14 | 108 | 5E | 29 |
| Octal | 125 | 6 | 314 | 72 | 141 | 0 | 24 | 410 | 136 | 51 |
| Binary | 1010101 | 110 | 11001100 | 111010 | 1100001 | 0 | 10100 | 100001000 | 1011110 | 101001 |
Color Harmonies of #5506CC
Complementary color
Monochromatic Colors of #5506CC
Black with #5506CC
Text Example
Text Example
White with #5506CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5506CC; }
p { color: rgb(85,6,204); }
H1.HeaderClassName
{
color: #5506CC;
}
.AnyTagClassName
{
color: #5506CC;
}
</style>
background-color css
<style>
a { background-color: #5506CC; }
a { background-color: rgb(85,6,204); }
div.DivClassName
{
background-color: #5506CC;
}
.BgClassName
{
background-color: #5506CC;
}
</style>
border-color css
<style>
span { border-color: #5506CC; }
span { border-color: rgb(85,6,204); }
td.TdClassName
{
border-color: #5506CC;
}
.TagClassName
{
border-color: #5506CC;
}
</style>