Shades of Purple Heart #521ABC
Tints of Purple Heart #521ABC
RGB
CMYK
RGB Variations
Color information
#521ABC (or 0x521ABC) is known color: Purple Heart. HEX triplet: 52, 1A and BC. RGB value is (82,26,188). Sum of RGB (Red+Green+Blue) = 82+26+188=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #521ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521ABC is #ADE543. Grayscale: #3C3C3C. Windows color (decimal): -11396420 or 12327506. OLE color: 12327506.
HSL color Cylindrical-coordinate representation of color #521ABC: hue angle of 260.74º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521ABC is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 26 | 188 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.26 |
| HSL | 260.74º | 0.76% | 0.42% | - |
| HSV(B) | 260.74º | 0.86% | 0.74% | - |
| XYZ | 12.93 | 6.16 | 48.09 | - |
| YUV | 61.21 | 199.55 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 188 | 0.56 | 0.86 | 0 | 0.26 | 260.74 | 0.76 | 0.42 |
| Hex | 52 | 1A | BC | 38 | 56 | 0 | 1A | 105 | 4C | 2A |
| Octal | 122 | 32 | 274 | 70 | 126 | 0 | 32 | 405 | 114 | 52 |
| Binary | 1010010 | 11010 | 10111100 | 111000 | 1010110 | 0 | 11010 | 100000101 | 1001100 | 101010 |
Color Harmonies of #521ABC
Complementary color
Monochromatic Colors of #521ABC
Black with #521ABC
Text Example
Text Example
White with #521ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521ABC; }
p { color: rgb(82,26,188); }
H1.HeaderClassName
{
color: #521ABC;
}
.AnyTagClassName
{
color: #521ABC;
}
</style>
background-color css
<style>
a { background-color: #521ABC; }
a { background-color: rgb(82,26,188); }
div.DivClassName
{
background-color: #521ABC;
}
.BgClassName
{
background-color: #521ABC;
}
</style>
border-color css
<style>
span { border-color: #521ABC; }
span { border-color: rgb(82,26,188); }
td.TdClassName
{
border-color: #521ABC;
}
.TagClassName
{
border-color: #521ABC;
}
</style>