Shades of Purple Heart #5224B0
Tints of Purple Heart #5224B0
RGB
CMYK
RGB Variations
Color information
#5224B0 (or 0x5224B0) is known color: Purple Heart. HEX triplet: 52, 24 and B0. RGB value is (82,36,176). Sum of RGB (Red+Green+Blue) = 82+36+176=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 176 (69.14% from 255 or 59.86% from 294); Max value from RGB is 176 - color contains mainly: blue. Hex color #5224B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5224B0 is #ADDB4F. Grayscale: #414141. Windows color (decimal): -11393872 or 11543634. OLE color: 11543634.
HSL color Cylindrical-coordinate representation of color #5224B0: hue angle of 259.71º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5224B0 is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 36 | 176 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.31 |
| HSL | 259.71º | 0.66% | 0.42% | - |
| HSV(B) | 259.71º | 0.8% | 0.69% | - |
| XYZ | 11.95 | 6.19 | 41.64 | - |
| YUV | 65.71 | 190.24 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 36 | 176 | 0.53 | 0.80 | 0 | 0.31 | 259.71 | 0.66 | 0.42 |
| Hex | 52 | 24 | B0 | 35 | 50 | 0 | 1F | 104 | 42 | 2A |
| Octal | 122 | 44 | 260 | 65 | 120 | 0 | 37 | 404 | 102 | 52 |
| Binary | 1010010 | 100100 | 10110000 | 110101 | 1010000 | 0 | 11111 | 100000100 | 1000010 | 101010 |
Color Harmonies of #5224B0
Complementary color
Monochromatic Colors of #5224B0
Black with #5224B0
Text Example
Text Example
White with #5224B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5224B0; }
p { color: rgb(82,36,176); }
H1.HeaderClassName
{
color: #5224B0;
}
.AnyTagClassName
{
color: #5224B0;
}
</style>
background-color css
<style>
a { background-color: #5224B0; }
a { background-color: rgb(82,36,176); }
div.DivClassName
{
background-color: #5224B0;
}
.BgClassName
{
background-color: #5224B0;
}
</style>
border-color css
<style>
span { border-color: #5224B0; }
span { border-color: rgb(82,36,176); }
td.TdClassName
{
border-color: #5224B0;
}
.TagClassName
{
border-color: #5224B0;
}
</style>