Shades of Purple Heart #521AC6
Tints of Purple Heart #521AC6
RGB
CMYK
RGB Variations
Color information
#521AC6 (or 0x521AC6) is known color: Purple Heart. HEX triplet: 52, 1A and C6. RGB value is (82,26,198). Sum of RGB (Red+Green+Blue) = 82+26+198=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 198 (77.73% from 255 or 64.71% from 306); Max value from RGB is 198 - color contains mainly: blue. Hex color #521AC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521AC6 is #ADE539. Grayscale: #3D3D3D. Windows color (decimal): -11396410 or 12982866. OLE color: 12982866.
HSL color Cylindrical-coordinate representation of color #521AC6: hue angle of 259.53º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #521AC6 is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 26 | 198 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.22 |
| HSL | 259.53º | 0.77% | 0.44% | - |
| HSV(B) | 259.53º | 0.87% | 0.78% | - |
| XYZ | 14.04 | 6.61 | 53.96 | - |
| YUV | 62.35 | 204.55 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 198 | 0.59 | 0.87 | 0 | 0.22 | 259.53 | 0.77 | 0.44 |
| Hex | 52 | 1A | C6 | 3B | 57 | 0 | 16 | 104 | 4D | 2C |
| Octal | 122 | 32 | 306 | 73 | 127 | 0 | 26 | 404 | 115 | 54 |
| Binary | 1010010 | 11010 | 11000110 | 111011 | 1010111 | 0 | 10110 | 100000100 | 1001101 | 101100 |
Color Harmonies of #521AC6
Complementary color
Monochromatic Colors of #521AC6
Black with #521AC6
Text Example
Text Example
White with #521AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521AC6; }
p { color: rgb(82,26,198); }
H1.HeaderClassName
{
color: #521AC6;
}
.AnyTagClassName
{
color: #521AC6;
}
</style>
background-color css
<style>
a { background-color: #521AC6; }
a { background-color: rgb(82,26,198); }
div.DivClassName
{
background-color: #521AC6;
}
.BgClassName
{
background-color: #521AC6;
}
</style>
border-color css
<style>
span { border-color: #521AC6; }
span { border-color: rgb(82,26,198); }
td.TdClassName
{
border-color: #521AC6;
}
.TagClassName
{
border-color: #521AC6;
}
</style>