Shades of Purple Heart #5204BC
Tints of Purple Heart #5204BC
RGB
CMYK
RGB Variations
Color information
#5204BC (or 0x5204BC) is known color: Purple Heart. HEX triplet: 52, 04 and BC. RGB value is (82,4,188). Sum of RGB (Red+Green+Blue) = 82+4+188=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #5204BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5204BC is #ADFB43. Grayscale: #2F2F2F. Windows color (decimal): -11402052 or 12321874. OLE color: 12321874.
HSL color Cylindrical-coordinate representation of color #5204BC: hue angle of 265.43º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5204BC is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 4 | 188 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.26 |
| HSL | 265.43º | 0.96% | 0.38% | - |
| HSV(B) | 265.43º | 0.98% | 0.74% | - |
| XYZ | 12.6 | 5.51 | 47.98 | - |
| YUV | 48.3 | 206.84 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 188 | 0.56 | 0.98 | 0 | 0.26 | 265.43 | 0.96 | 0.38 |
| Hex | 52 | 4 | BC | 38 | 62 | 0 | 1A | 109 | 60 | 26 |
| Octal | 122 | 4 | 274 | 70 | 142 | 0 | 32 | 411 | 140 | 46 |
| Binary | 1010010 | 100 | 10111100 | 111000 | 1100010 | 0 | 11010 | 100001001 | 1100000 | 100110 |
Color Harmonies of #5204BC
Complementary color
Monochromatic Colors of #5204BC
Black with #5204BC
Text Example
Text Example
White with #5204BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5204BC; }
p { color: rgb(82,4,188); }
H1.HeaderClassName
{
color: #5204BC;
}
.AnyTagClassName
{
color: #5204BC;
}
</style>
background-color css
<style>
a { background-color: #5204BC; }
a { background-color: rgb(82,4,188); }
div.DivClassName
{
background-color: #5204BC;
}
.BgClassName
{
background-color: #5204BC;
}
</style>
border-color css
<style>
span { border-color: #5204BC; }
span { border-color: rgb(82,4,188); }
td.TdClassName
{
border-color: #5204BC;
}
.TagClassName
{
border-color: #5204BC;
}
</style>