Shades of Purple Heart #5206C1
Tints of Purple Heart #5206C1
RGB
CMYK
RGB Variations
Color information
#5206C1 (or 0x5206C1) is known color: Purple Heart. HEX triplet: 52, 06 and C1. RGB value is (82,6,193). Sum of RGB (Red+Green+Blue) = 82+6+193=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 193 (75.78% from 255 or 68.68% from 281); Max value from RGB is 193 - color contains mainly: blue. Hex color #5206C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5206C1 is #ADF93E. Grayscale: #313131. Windows color (decimal): -11401535 or 12650066. OLE color: 12650066.
HSL color Cylindrical-coordinate representation of color #5206C1: hue angle of 264.39º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5206C1 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 6 | 193 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.24 |
| HSL | 264.39º | 0.94% | 0.39% | - |
| HSV(B) | 264.39º | 0.97% | 0.76% | - |
| XYZ | 13.17 | 5.77 | 50.87 | - |
| YUV | 50.04 | 208.68 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 193 | 0.58 | 0.97 | 0 | 0.24 | 264.39 | 0.94 | 0.39 |
| Hex | 52 | 6 | C1 | 3A | 61 | 0 | 18 | 108 | 5E | 27 |
| Octal | 122 | 6 | 301 | 72 | 141 | 0 | 30 | 410 | 136 | 47 |
| Binary | 1010010 | 110 | 11000001 | 111010 | 1100001 | 0 | 11000 | 100001000 | 1011110 | 100111 |
Color Harmonies of #5206C1
Complementary color
Monochromatic Colors of #5206C1
Black with #5206C1
Text Example
Text Example
White with #5206C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5206C1; }
p { color: rgb(82,6,193); }
H1.HeaderClassName
{
color: #5206C1;
}
.AnyTagClassName
{
color: #5206C1;
}
</style>
background-color css
<style>
a { background-color: #5206C1; }
a { background-color: rgb(82,6,193); }
div.DivClassName
{
background-color: #5206C1;
}
.BgClassName
{
background-color: #5206C1;
}
</style>
border-color css
<style>
span { border-color: #5206C1; }
span { border-color: rgb(82,6,193); }
td.TdClassName
{
border-color: #5206C1;
}
.TagClassName
{
border-color: #5206C1;
}
</style>