Shades of Purple Heart #521AC0
Tints of Purple Heart #521AC0
RGB
CMYK
RGB Variations
Color information
#521AC0 (or 0x521AC0) is known color: Purple Heart. HEX triplet: 52, 1A and C0. RGB value is (82,26,192). Sum of RGB (Red+Green+Blue) = 82+26+192=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 192 (75.39% from 255 or 64% from 300); Max value from RGB is 192 - color contains mainly: blue. Hex color #521AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521AC0 is #ADE53F. Grayscale: #3D3D3D. Windows color (decimal): -11396416 or 12589650. OLE color: 12589650.
HSL color Cylindrical-coordinate representation of color #521AC0: hue angle of 260.24º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521AC0 is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 26 | 192 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.25 |
| HSL | 260.24º | 0.76% | 0.43% | - |
| HSV(B) | 260.24º | 0.86% | 0.75% | - |
| XYZ | 13.36 | 6.34 | 50.39 | - |
| YUV | 61.67 | 201.55 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 192 | 0.57 | 0.86 | 0 | 0.25 | 260.24 | 0.76 | 0.43 |
| Hex | 52 | 1A | C0 | 39 | 56 | 0 | 19 | 104 | 4C | 2B |
| Octal | 122 | 32 | 300 | 71 | 126 | 0 | 31 | 404 | 114 | 53 |
| Binary | 1010010 | 11010 | 11000000 | 111001 | 1010110 | 0 | 11001 | 100000100 | 1001100 | 101011 |
Color Harmonies of #521AC0
Complementary color
Monochromatic Colors of #521AC0
Black with #521AC0
Text Example
Text Example
White with #521AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521AC0; }
p { color: rgb(82,26,192); }
H1.HeaderClassName
{
color: #521AC0;
}
.AnyTagClassName
{
color: #521AC0;
}
</style>
background-color css
<style>
a { background-color: #521AC0; }
a { background-color: rgb(82,26,192); }
div.DivClassName
{
background-color: #521AC0;
}
.BgClassName
{
background-color: #521AC0;
}
</style>
border-color css
<style>
span { border-color: #521AC0; }
span { border-color: rgb(82,26,192); }
td.TdClassName
{
border-color: #521AC0;
}
.TagClassName
{
border-color: #521AC0;
}
</style>