Shades of Purple Heart #5526DB
Tints of Purple Heart #5526DB
RGB
CMYK
RGB Variations
Color information
#5526DB (or 0x5526DB) is known color: Purple Heart. HEX triplet: 55, 26 and DB. RGB value is (85,38,219). Sum of RGB (Red+Green+Blue) = 85+38+219=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #5526DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5526DB is #AAD924. Grayscale: #484848. Windows color (decimal): -11196709 or 14362197. OLE color: 14362197.
HSL color Cylindrical-coordinate representation of color #5526DB: hue angle of 255.58º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5526DB is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 38 | 219 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.14 |
| HSL | 255.58º | 0.72% | 0.5% | - |
| HSV(B) | 255.58º | 0.83% | 0.86% | - |
| XYZ | 17.23 | 8.43 | 67.74 | - |
| YUV | 72.69 | 210.57 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 38 | 219 | 0.61 | 0.83 | 0 | 0.14 | 255.58 | 0.72 | 0.5 |
| Hex | 55 | 26 | DB | 3D | 53 | 0 | E | 100 | 48 | 32 |
| Octal | 125 | 46 | 333 | 75 | 123 | 0 | 16 | 400 | 110 | 62 |
| Binary | 1010101 | 100110 | 11011011 | 111101 | 1010011 | 0 | 1110 | 100000000 | 1001000 | 110010 |
Color Harmonies of #5526DB
Complementary color
Monochromatic Colors of #5526DB
Black with #5526DB
Text Example
Text Example
White with #5526DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5526DB; }
p { color: rgb(85,38,219); }
H1.HeaderClassName
{
color: #5526DB;
}
.AnyTagClassName
{
color: #5526DB;
}
</style>
background-color css
<style>
a { background-color: #5526DB; }
a { background-color: rgb(85,38,219); }
div.DivClassName
{
background-color: #5526DB;
}
.BgClassName
{
background-color: #5526DB;
}
</style>
border-color css
<style>
span { border-color: #5526DB; }
span { border-color: rgb(85,38,219); }
td.TdClassName
{
border-color: #5526DB;
}
.TagClassName
{
border-color: #5526DB;
}
</style>