Shades of Purple Heart #5200BF
Tints of Purple Heart #5200BF
RGB
CMYK
RGB Variations
Color information
#5200BF (or 0x5200BF) is known color: Purple Heart. HEX triplet: 52, 00 and BF. RGB value is (82,0,191). Sum of RGB (Red+Green+Blue) = 82+0+191=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 191 (75% from 255 or 69.96% from 273); Max value from RGB is 191 - color contains mainly: blue. Hex color #5200BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5200BF is #ADFF40. Grayscale: #2D2D2D. Windows color (decimal): -11403073 or 12517458. OLE color: 12517458.
HSL color Cylindrical-coordinate representation of color #5200BF: hue angle of 265.76º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5200BF is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 0 | 191 | - |
| CMYK | 0.57 | 1 | 0 | 0.25 |
| HSL | 265.76º | 1% | 0.37% | - |
| HSV(B) | 265.76º | 1% | 0.75% | - |
| XYZ | 12.88 | 5.56 | 49.68 | - |
| YUV | 46.29 | 209.67 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 191 | 0.57 | 1 | 0 | 0.25 | 265.76 | 1 | 0.37 |
| Hex | 52 | 0 | BF | 39 | 64 | 0 | 19 | 10A | 64 | 25 |
| Octal | 122 | 0 | 277 | 71 | 144 | 0 | 31 | 412 | 144 | 45 |
| Binary | 1010010 | 0 | 10111111 | 111001 | 1100100 | 0 | 11001 | 100001010 | 1100100 | 100101 |
Color Harmonies of #5200BF
Complementary color
Monochromatic Colors of #5200BF
Black with #5200BF
Text Example
Text Example
White with #5200BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5200BF; }
p { color: rgb(82,0,191); }
H1.HeaderClassName
{
color: #5200BF;
}
.AnyTagClassName
{
color: #5200BF;
}
</style>
background-color css
<style>
a { background-color: #5200BF; }
a { background-color: rgb(82,0,191); }
div.DivClassName
{
background-color: #5200BF;
}
.BgClassName
{
background-color: #5200BF;
}
</style>
border-color css
<style>
span { border-color: #5200BF; }
span { border-color: rgb(82,0,191); }
td.TdClassName
{
border-color: #5200BF;
}
.TagClassName
{
border-color: #5200BF;
}
</style>