Shades of Purple Heart #5534CC
Tints of Purple Heart #5534CC
RGB
CMYK
RGB Variations
Color information
#5534CC (or 0x5534CC) is known color: Purple Heart. HEX triplet: 55, 34 and CC. RGB value is (85,52,204). Sum of RGB (Red+Green+Blue) = 85+52+204=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #5534CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5534CC is #AACB33. Grayscale: #4E4E4E. Windows color (decimal): -11193140 or 13382741. OLE color: 13382741.
HSL color Cylindrical-coordinate representation of color #5534CC: hue angle of 253.03º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5534CC is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 52 | 204 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.2 |
| HSL | 253.03º | 0.6% | 0.5% | - |
| HSV(B) | 253.03º | 0.75% | 0.8% | - |
| XYZ | 15.87 | 8.75 | 57.98 | - |
| YUV | 79.2 | 198.43 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 52 | 204 | 0.58 | 0.75 | 0 | 0.2 | 253.03 | 0.6 | 0.5 |
| Hex | 55 | 34 | CC | 3A | 4B | 0 | 14 | FD | 3C | 32 |
| Octal | 125 | 64 | 314 | 72 | 113 | 0 | 24 | 375 | 74 | 62 |
| Binary | 1010101 | 110100 | 11001100 | 111010 | 1001011 | 0 | 10100 | 11111101 | 111100 | 110010 |
Color Harmonies of #5534CC
Complementary color
Monochromatic Colors of #5534CC
Black with #5534CC
Text Example
Text Example
White with #5534CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5534CC; }
p { color: rgb(85,52,204); }
H1.HeaderClassName
{
color: #5534CC;
}
.AnyTagClassName
{
color: #5534CC;
}
</style>
background-color css
<style>
a { background-color: #5534CC; }
a { background-color: rgb(85,52,204); }
div.DivClassName
{
background-color: #5534CC;
}
.BgClassName
{
background-color: #5534CC;
}
</style>
border-color css
<style>
span { border-color: #5534CC; }
span { border-color: rgb(85,52,204); }
td.TdClassName
{
border-color: #5534CC;
}
.TagClassName
{
border-color: #5534CC;
}
</style>