Shades of Purple Heart #5205B3
Tints of Purple Heart #5205B3
RGB
CMYK
RGB Variations
Color information
#5205B3 (or 0x5205B3) is known color: Purple Heart. HEX triplet: 52, 05 and B3. RGB value is (82,5,179). Sum of RGB (Red+Green+Blue) = 82+5+179=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 179 (70.31% from 255 or 67.29% from 266); Max value from RGB is 179 - color contains mainly: blue. Hex color #5205B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5205B3 is #ADFA4C. Grayscale: #2F2F2F. Windows color (decimal): -11401805 or 11732306. OLE color: 11732306.
HSL color Cylindrical-coordinate representation of color #5205B3: hue angle of 266.55º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5205B3 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 5 | 179 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.30 |
| HSL | 266.55º | 0.95% | 0.36% | - |
| HSV(B) | 266.55º | 0.97% | 0.7% | - |
| XYZ | 11.67 | 5.16 | 43.03 | - |
| YUV | 47.86 | 202.01 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 179 | 0.54 | 0.97 | 0 | 0.30 | 266.55 | 0.95 | 0.36 |
| Hex | 52 | 5 | B3 | 36 | 61 | 0 | 1E | 10B | 5F | 24 |
| Octal | 122 | 5 | 263 | 66 | 141 | 0 | 36 | 413 | 137 | 44 |
| Binary | 1010010 | 101 | 10110011 | 110110 | 1100001 | 0 | 11110 | 100001011 | 1011111 | 100100 |
Color Harmonies of #5205B3
Complementary color
Monochromatic Colors of #5205B3
Black with #5205B3
Text Example
Text Example
White with #5205B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5205B3; }
p { color: rgb(82,5,179); }
H1.HeaderClassName
{
color: #5205B3;
}
.AnyTagClassName
{
color: #5205B3;
}
</style>
background-color css
<style>
a { background-color: #5205B3; }
a { background-color: rgb(82,5,179); }
div.DivClassName
{
background-color: #5205B3;
}
.BgClassName
{
background-color: #5205B3;
}
</style>
border-color css
<style>
span { border-color: #5205B3; }
span { border-color: rgb(82,5,179); }
td.TdClassName
{
border-color: #5205B3;
}
.TagClassName
{
border-color: #5205B3;
}
</style>