Shades of Purple Heart #5226BA
Tints of Purple Heart #5226BA
RGB
CMYK
RGB Variations
Color information
#5226BA (or 0x5226BA) is known color: Purple Heart. HEX triplet: 52, 26 and BA. RGB value is (82,38,186). Sum of RGB (Red+Green+Blue) = 82+38+186=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #5226BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5226BA is #ADD945. Grayscale: #434343. Windows color (decimal): -11393350 or 12199506. OLE color: 12199506.
HSL color Cylindrical-coordinate representation of color #5226BA: hue angle of 257.84º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5226BA is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 38 | 186 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.27 |
| HSL | 257.84º | 0.66% | 0.44% | - |
| HSV(B) | 257.84º | 0.8% | 0.73% | - |
| XYZ | 13.04 | 6.73 | 47.07 | - |
| YUV | 68.03 | 194.58 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 38 | 186 | 0.56 | 0.80 | 0 | 0.27 | 257.84 | 0.66 | 0.44 |
| Hex | 52 | 26 | BA | 38 | 50 | 0 | 1B | 102 | 42 | 2C |
| Octal | 122 | 46 | 272 | 70 | 120 | 0 | 33 | 402 | 102 | 54 |
| Binary | 1010010 | 100110 | 10111010 | 111000 | 1010000 | 0 | 11011 | 100000010 | 1000010 | 101100 |
Color Harmonies of #5226BA
Complementary color
Monochromatic Colors of #5226BA
Black with #5226BA
Text Example
Text Example
White with #5226BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5226BA; }
p { color: rgb(82,38,186); }
H1.HeaderClassName
{
color: #5226BA;
}
.AnyTagClassName
{
color: #5226BA;
}
</style>
background-color css
<style>
a { background-color: #5226BA; }
a { background-color: rgb(82,38,186); }
div.DivClassName
{
background-color: #5226BA;
}
.BgClassName
{
background-color: #5226BA;
}
</style>
border-color css
<style>
span { border-color: #5226BA; }
span { border-color: rgb(82,38,186); }
td.TdClassName
{
border-color: #5226BA;
}
.TagClassName
{
border-color: #5226BA;
}
</style>