Shades of Purple Heart #5205BB
Tints of Purple Heart #5205BB
RGB
CMYK
RGB Variations
Color information
#5205BB (or 0x5205BB) is known color: Purple Heart. HEX triplet: 52, 05 and BB. RGB value is (82,5,187). Sum of RGB (Red+Green+Blue) = 82+5+187=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 187 (73.44% from 255 or 68.25% from 274); Max value from RGB is 187 - color contains mainly: blue. Hex color #5205BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5205BB is #ADFA44. Grayscale: #303030. Windows color (decimal): -11401797 or 12256594. OLE color: 12256594.
HSL color Cylindrical-coordinate representation of color #5205BB: hue angle of 265.38º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5205BB is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 5 | 187 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.27 |
| HSL | 265.38º | 0.95% | 0.38% | - |
| HSV(B) | 265.38º | 0.97% | 0.73% | - |
| XYZ | 12.5 | 5.49 | 47.41 | - |
| YUV | 48.77 | 206.01 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 187 | 0.56 | 0.97 | 0 | 0.27 | 265.38 | 0.95 | 0.38 |
| Hex | 52 | 5 | BB | 38 | 61 | 0 | 1B | 109 | 5F | 26 |
| Octal | 122 | 5 | 273 | 70 | 141 | 0 | 33 | 411 | 137 | 46 |
| Binary | 1010010 | 101 | 10111011 | 111000 | 1100001 | 0 | 11011 | 100001001 | 1011111 | 100110 |
Color Harmonies of #5205BB
Complementary color
Monochromatic Colors of #5205BB
Black with #5205BB
Text Example
Text Example
White with #5205BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5205BB; }
p { color: rgb(82,5,187); }
H1.HeaderClassName
{
color: #5205BB;
}
.AnyTagClassName
{
color: #5205BB;
}
</style>
background-color css
<style>
a { background-color: #5205BB; }
a { background-color: rgb(82,5,187); }
div.DivClassName
{
background-color: #5205BB;
}
.BgClassName
{
background-color: #5205BB;
}
</style>
border-color css
<style>
span { border-color: #5205BB; }
span { border-color: rgb(82,5,187); }
td.TdClassName
{
border-color: #5205BB;
}
.TagClassName
{
border-color: #5205BB;
}
</style>