Shades of Purple Heart #5209BA
Tints of Purple Heart #5209BA
RGB
CMYK
RGB Variations
Color information
#5209BA (or 0x5209BA) is known color: Purple Heart. HEX triplet: 52, 09 and BA. RGB value is (82,9,186). Sum of RGB (Red+Green+Blue) = 82+9+186=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #5209BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5209BA is #ADF645. Grayscale: #323232. Windows color (decimal): -11400774 or 12192082. OLE color: 12192082.
HSL color Cylindrical-coordinate representation of color #5209BA: hue angle of 264.75º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5209BA is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 9 | 186 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.27 |
| HSL | 264.75º | 0.91% | 0.38% | - |
| HSV(B) | 264.75º | 0.95% | 0.73% | - |
| XYZ | 12.44 | 5.53 | 46.87 | - |
| YUV | 51.01 | 204.18 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 186 | 0.56 | 0.95 | 0 | 0.27 | 264.75 | 0.91 | 0.38 |
| Hex | 52 | 9 | BA | 38 | 5F | 0 | 1B | 109 | 5B | 26 |
| Octal | 122 | 11 | 272 | 70 | 137 | 0 | 33 | 411 | 133 | 46 |
| Binary | 1010010 | 1001 | 10111010 | 111000 | 1011111 | 0 | 11011 | 100001001 | 1011011 | 100110 |
Color Harmonies of #5209BA
Complementary color
Monochromatic Colors of #5209BA
Black with #5209BA
Text Example
Text Example
White with #5209BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5209BA; }
p { color: rgb(82,9,186); }
H1.HeaderClassName
{
color: #5209BA;
}
.AnyTagClassName
{
color: #5209BA;
}
</style>
background-color css
<style>
a { background-color: #5209BA; }
a { background-color: rgb(82,9,186); }
div.DivClassName
{
background-color: #5209BA;
}
.BgClassName
{
background-color: #5209BA;
}
</style>
border-color css
<style>
span { border-color: #5209BA; }
span { border-color: rgb(82,9,186); }
td.TdClassName
{
border-color: #5209BA;
}
.TagClassName
{
border-color: #5209BA;
}
</style>