Shades of Purple Heart #521CB4
Tints of Purple Heart #521CB4
RGB
CMYK
RGB Variations
Color information
#521CB4 (or 0x521CB4) is known color: Purple Heart. HEX triplet: 52, 1C and B4. RGB value is (82,28,180). Sum of RGB (Red+Green+Blue) = 82+28+180=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 180 (70.70% from 255 or 62.07% from 290); Max value from RGB is 180 - color contains mainly: blue. Hex color #521CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521CB4 is #ADE34B. Grayscale: #3C3C3C. Windows color (decimal): -11395916 or 11803730. OLE color: 11803730.
HSL color Cylindrical-coordinate representation of color #521CB4: hue angle of 261.32º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521CB4 is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 28 | 180 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.29 |
| HSL | 261.32º | 0.73% | 0.41% | - |
| HSV(B) | 261.32º | 0.84% | 0.71% | - |
| XYZ | 12.13 | 5.92 | 43.68 | - |
| YUV | 61.47 | 194.89 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 180 | 0.54 | 0.84 | 0 | 0.29 | 261.32 | 0.73 | 0.41 |
| Hex | 52 | 1C | B4 | 36 | 54 | 0 | 1D | 105 | 49 | 29 |
| Octal | 122 | 34 | 264 | 66 | 124 | 0 | 35 | 405 | 111 | 51 |
| Binary | 1010010 | 11100 | 10110100 | 110110 | 1010100 | 0 | 11101 | 100000101 | 1001001 | 101001 |
Color Harmonies of #521CB4
Complementary color
Monochromatic Colors of #521CB4
Black with #521CB4
Text Example
Text Example
White with #521CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521CB4; }
p { color: rgb(82,28,180); }
H1.HeaderClassName
{
color: #521CB4;
}
.AnyTagClassName
{
color: #521CB4;
}
</style>
background-color css
<style>
a { background-color: #521CB4; }
a { background-color: rgb(82,28,180); }
div.DivClassName
{
background-color: #521CB4;
}
.BgClassName
{
background-color: #521CB4;
}
</style>
border-color css
<style>
span { border-color: #521CB4; }
span { border-color: rgb(82,28,180); }
td.TdClassName
{
border-color: #521CB4;
}
.TagClassName
{
border-color: #521CB4;
}
</style>