Shades of Purple Heart #5201BE
Tints of Purple Heart #5201BE
RGB
CMYK
RGB Variations
Color information
#5201BE (or 0x5201BE) is known color: Purple Heart. HEX triplet: 52, 01 and BE. RGB value is (82,1,190). Sum of RGB (Red+Green+Blue) = 82+1+190=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 190 (74.61% from 255 or 69.60% from 273); Max value from RGB is 190 - color contains mainly: blue. Hex color #5201BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5201BE is #ADFE41. Grayscale: #2E2E2E. Windows color (decimal): -11402818 or 12452178. OLE color: 12452178.
HSL color Cylindrical-coordinate representation of color #5201BE: hue angle of 265.71º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5201BE is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 1 | 190 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.25 |
| HSL | 265.71º | 0.99% | 0.37% | - |
| HSV(B) | 265.71º | 0.99% | 0.75% | - |
| XYZ | 12.78 | 5.53 | 49.11 | - |
| YUV | 46.77 | 208.84 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 190 | 0.57 | 0.99 | 0 | 0.25 | 265.71 | 0.99 | 0.37 |
| Hex | 52 | 1 | BE | 39 | 63 | 0 | 19 | 10A | 63 | 25 |
| Octal | 122 | 1 | 276 | 71 | 143 | 0 | 31 | 412 | 143 | 45 |
| Binary | 1010010 | 1 | 10111110 | 111001 | 1100011 | 0 | 11001 | 100001010 | 1100011 | 100101 |
Color Harmonies of #5201BE
Complementary color
Monochromatic Colors of #5201BE
Black with #5201BE
Text Example
Text Example
White with #5201BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5201BE; }
p { color: rgb(82,1,190); }
H1.HeaderClassName
{
color: #5201BE;
}
.AnyTagClassName
{
color: #5201BE;
}
</style>
background-color css
<style>
a { background-color: #5201BE; }
a { background-color: rgb(82,1,190); }
div.DivClassName
{
background-color: #5201BE;
}
.BgClassName
{
background-color: #5201BE;
}
</style>
border-color css
<style>
span { border-color: #5201BE; }
span { border-color: rgb(82,1,190); }
td.TdClassName
{
border-color: #5201BE;
}
.TagClassName
{
border-color: #5201BE;
}
</style>