Shades of Purple Heart #5204BA
Tints of Purple Heart #5204BA
RGB
CMYK
RGB Variations
Color information
#5204BA (or 0x5204BA) is known color: Purple Heart. HEX triplet: 52, 04 and BA. RGB value is (82,4,186). Sum of RGB (Red+Green+Blue) = 82+4+186=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #5204BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5204BA is #ADFB45. Grayscale: #2F2F2F. Windows color (decimal): -11402054 or 12190802. OLE color: 12190802.
HSL color Cylindrical-coordinate representation of color #5204BA: hue angle of 265.71º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5204BA is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 4 | 186 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.27 |
| HSL | 265.71º | 0.96% | 0.37% | - |
| HSV(B) | 265.71º | 0.98% | 0.73% | - |
| XYZ | 12.39 | 5.43 | 46.85 | - |
| YUV | 48.07 | 205.84 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 186 | 0.56 | 0.98 | 0 | 0.27 | 265.71 | 0.96 | 0.37 |
| Hex | 52 | 4 | BA | 38 | 62 | 0 | 1B | 10A | 60 | 25 |
| Octal | 122 | 4 | 272 | 70 | 142 | 0 | 33 | 412 | 140 | 45 |
| Binary | 1010010 | 100 | 10111010 | 111000 | 1100010 | 0 | 11011 | 100001010 | 1100000 | 100101 |
Color Harmonies of #5204BA
Complementary color
Monochromatic Colors of #5204BA
Black with #5204BA
Text Example
Text Example
White with #5204BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5204BA; }
p { color: rgb(82,4,186); }
H1.HeaderClassName
{
color: #5204BA;
}
.AnyTagClassName
{
color: #5204BA;
}
</style>
background-color css
<style>
a { background-color: #5204BA; }
a { background-color: rgb(82,4,186); }
div.DivClassName
{
background-color: #5204BA;
}
.BgClassName
{
background-color: #5204BA;
}
</style>
border-color css
<style>
span { border-color: #5204BA; }
span { border-color: rgb(82,4,186); }
td.TdClassName
{
border-color: #5204BA;
}
.TagClassName
{
border-color: #5204BA;
}
</style>