Shades of Purple Heart #521BC7
Tints of Purple Heart #521BC7
RGB
CMYK
RGB Variations
Color information
#521BC7 (or 0x521BC7) is known color: Purple Heart. HEX triplet: 52, 1B and C7. RGB value is (82,27,199). Sum of RGB (Red+Green+Blue) = 82+27+199=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 199 (78.12% from 255 or 64.61% from 308); Max value from RGB is 199 - color contains mainly: blue. Hex color #521BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521BC7 is #ADE438. Grayscale: #3E3E3E. Windows color (decimal): -11396153 or 13048658. OLE color: 13048658.
HSL color Cylindrical-coordinate representation of color #521BC7: hue angle of 259.19º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521BC7 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 27 | 199 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.22 |
| HSL | 259.19º | 0.76% | 0.44% | - |
| HSV(B) | 259.19º | 0.86% | 0.78% | - |
| XYZ | 14.18 | 6.7 | 54.58 | - |
| YUV | 63.05 | 204.72 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 199 | 0.59 | 0.86 | 0 | 0.22 | 259.19 | 0.76 | 0.44 |
| Hex | 52 | 1B | C7 | 3B | 56 | 0 | 16 | 103 | 4C | 2C |
| Octal | 122 | 33 | 307 | 73 | 126 | 0 | 26 | 403 | 114 | 54 |
| Binary | 1010010 | 11011 | 11000111 | 111011 | 1010110 | 0 | 10110 | 100000011 | 1001100 | 101100 |
Color Harmonies of #521BC7
Complementary color
Monochromatic Colors of #521BC7
Black with #521BC7
Text Example
Text Example
White with #521BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521BC7; }
p { color: rgb(82,27,199); }
H1.HeaderClassName
{
color: #521BC7;
}
.AnyTagClassName
{
color: #521BC7;
}
</style>
background-color css
<style>
a { background-color: #521BC7; }
a { background-color: rgb(82,27,199); }
div.DivClassName
{
background-color: #521BC7;
}
.BgClassName
{
background-color: #521BC7;
}
</style>
border-color css
<style>
span { border-color: #521BC7; }
span { border-color: rgb(82,27,199); }
td.TdClassName
{
border-color: #521BC7;
}
.TagClassName
{
border-color: #521BC7;
}
</style>