Shades of Purple Heart #5507CC
Tints of Purple Heart #5507CC
RGB
CMYK
RGB Variations
Color information
#5507CC (or 0x5507CC) is known color: Purple Heart. HEX triplet: 55, 07 and CC. RGB value is (85,7,204). Sum of RGB (Red+Green+Blue) = 85+7+204=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #5507CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5507CC is #AAF833. Grayscale: #343434. Windows color (decimal): -11204660 or 13371221. OLE color: 13371221.
HSL color Cylindrical-coordinate representation of color #5507CC: hue angle of 263.76º degrees, saturation: 0.93, 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 #5507CC is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 7 | 204 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.2 |
| HSL | 263.76º | 0.93% | 0.41% | - |
| HSV(B) | 263.76º | 0.97% | 0.8% | - |
| XYZ | 14.72 | 6.44 | 57.59 | - |
| YUV | 52.78 | 213.34 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 204 | 0.58 | 0.97 | 0 | 0.2 | 263.76 | 0.93 | 0.41 |
| Hex | 55 | 7 | CC | 3A | 61 | 0 | 14 | 108 | 5D | 29 |
| Octal | 125 | 7 | 314 | 72 | 141 | 0 | 24 | 410 | 135 | 51 |
| Binary | 1010101 | 111 | 11001100 | 111010 | 1100001 | 0 | 10100 | 100001000 | 1011101 | 101001 |
Color Harmonies of #5507CC
Complementary color
Monochromatic Colors of #5507CC
Black with #5507CC
Text Example
Text Example
White with #5507CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5507CC; }
p { color: rgb(85,7,204); }
H1.HeaderClassName
{
color: #5507CC;
}
.AnyTagClassName
{
color: #5507CC;
}
</style>
background-color css
<style>
a { background-color: #5507CC; }
a { background-color: rgb(85,7,204); }
div.DivClassName
{
background-color: #5507CC;
}
.BgClassName
{
background-color: #5507CC;
}
</style>
border-color css
<style>
span { border-color: #5507CC; }
span { border-color: rgb(85,7,204); }
td.TdClassName
{
border-color: #5507CC;
}
.TagClassName
{
border-color: #5507CC;
}
</style>