Shades of Purple Heart #5202BD
Tints of Purple Heart #5202BD
RGB
CMYK
RGB Variations
Color information
#5202BD (or 0x5202BD) is known color: Purple Heart. HEX triplet: 52, 02 and BD. RGB value is (82,2,189). Sum of RGB (Red+Green+Blue) = 82+2+189=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #5202BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5202BD is #ADFD42. Grayscale: #2E2E2E. Windows color (decimal): -11402563 or 12386898. OLE color: 12386898.
HSL color Cylindrical-coordinate representation of color #5202BD: hue angle of 265.67º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5202BD is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 2 | 189 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.26 |
| HSL | 265.67º | 0.98% | 0.37% | - |
| HSV(B) | 265.67º | 0.99% | 0.74% | - |
| XYZ | 12.69 | 5.51 | 48.54 | - |
| YUV | 47.24 | 208 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 189 | 0.57 | 0.99 | 0 | 0.26 | 265.67 | 0.98 | 0.37 |
| Hex | 52 | 2 | BD | 39 | 63 | 0 | 1A | 10A | 62 | 25 |
| Octal | 122 | 2 | 275 | 71 | 143 | 0 | 32 | 412 | 142 | 45 |
| Binary | 1010010 | 10 | 10111101 | 111001 | 1100011 | 0 | 11010 | 100001010 | 1100010 | 100101 |
Color Harmonies of #5202BD
Complementary color
Monochromatic Colors of #5202BD
Black with #5202BD
Text Example
Text Example
White with #5202BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5202BD; }
p { color: rgb(82,2,189); }
H1.HeaderClassName
{
color: #5202BD;
}
.AnyTagClassName
{
color: #5202BD;
}
</style>
background-color css
<style>
a { background-color: #5202BD; }
a { background-color: rgb(82,2,189); }
div.DivClassName
{
background-color: #5202BD;
}
.BgClassName
{
background-color: #5202BD;
}
</style>
border-color css
<style>
span { border-color: #5202BD; }
span { border-color: rgb(82,2,189); }
td.TdClassName
{
border-color: #5202BD;
}
.TagClassName
{
border-color: #5202BD;
}
</style>