Shades of Purple Heart #5534DE
Tints of Purple Heart #5534DE
RGB
CMYK
RGB Variations
Color information
#5534DE (or 0x5534DE) is known color: Purple Heart. HEX triplet: 55, 34 and DE. RGB value is (85,52,222). Sum of RGB (Red+Green+Blue) = 85+52+222=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 222 (87.11% from 255 or 61.84% from 359); Max value from RGB is 222 - color contains mainly: blue. Hex color #5534DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5534DE is #AACB21. Grayscale: #505050. Windows color (decimal): -11193122 or 14562389. OLE color: 14562389.
HSL color Cylindrical-coordinate representation of color #5534DE: hue angle of 251.65º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5534DE is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 52 | 222 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.13 |
| HSL | 251.65º | 0.72% | 0.54% | - |
| HSV(B) | 251.65º | 0.77% | 0.87% | - |
| XYZ | 18.16 | 9.66 | 70.01 | - |
| YUV | 81.25 | 207.43 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 52 | 222 | 0.62 | 0.77 | 0 | 0.13 | 251.65 | 0.72 | 0.54 |
| Hex | 55 | 34 | DE | 3E | 4D | 0 | D | FC | 48 | 36 |
| Octal | 125 | 64 | 336 | 76 | 115 | 0 | 15 | 374 | 110 | 66 |
| Binary | 1010101 | 110100 | 11011110 | 111110 | 1001101 | 0 | 1101 | 11111100 | 1001000 | 110110 |
Color Harmonies of #5534DE
Complementary color
Monochromatic Colors of #5534DE
Black with #5534DE
Text Example
Text Example
White with #5534DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5534DE; }
p { color: rgb(85,52,222); }
H1.HeaderClassName
{
color: #5534DE;
}
.AnyTagClassName
{
color: #5534DE;
}
</style>
background-color css
<style>
a { background-color: #5534DE; }
a { background-color: rgb(85,52,222); }
div.DivClassName
{
background-color: #5534DE;
}
.BgClassName
{
background-color: #5534DE;
}
</style>
border-color css
<style>
span { border-color: #5534DE; }
span { border-color: rgb(85,52,222); }
td.TdClassName
{
border-color: #5534DE;
}
.TagClassName
{
border-color: #5534DE;
}
</style>