Shades of Purple Heart #521EC4
Tints of Purple Heart #521EC4
RGB
CMYK
RGB Variations
Color information
#521EC4 (or 0x521EC4) is known color: Purple Heart. HEX triplet: 52, 1E and C4. RGB value is (82,30,196). Sum of RGB (Red+Green+Blue) = 82+30+196=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 196 (76.95% from 255 or 63.64% from 308); Max value from RGB is 196 - color contains mainly: blue. Hex color #521EC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521EC4 is #ADE13B. Grayscale: #3F3F3F. Windows color (decimal): -11395388 or 12852818. OLE color: 12852818.
HSL color Cylindrical-coordinate representation of color #521EC4: hue angle of 258.8º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521EC4 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 30 | 196 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.23 |
| HSL | 258.8º | 0.73% | 0.44% | - |
| HSV(B) | 258.8º | 0.85% | 0.77% | - |
| XYZ | 13.91 | 6.71 | 52.79 | - |
| YUV | 64.47 | 202.23 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 196 | 0.58 | 0.85 | 0 | 0.23 | 258.8 | 0.73 | 0.44 |
| Hex | 52 | 1E | C4 | 3A | 55 | 0 | 17 | 103 | 49 | 2C |
| Octal | 122 | 36 | 304 | 72 | 125 | 0 | 27 | 403 | 111 | 54 |
| Binary | 1010010 | 11110 | 11000100 | 111010 | 1010101 | 0 | 10111 | 100000011 | 1001001 | 101100 |
Color Harmonies of #521EC4
Complementary color
Monochromatic Colors of #521EC4
Black with #521EC4
Text Example
Text Example
White with #521EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521EC4; }
p { color: rgb(82,30,196); }
H1.HeaderClassName
{
color: #521EC4;
}
.AnyTagClassName
{
color: #521EC4;
}
</style>
background-color css
<style>
a { background-color: #521EC4; }
a { background-color: rgb(82,30,196); }
div.DivClassName
{
background-color: #521EC4;
}
.BgClassName
{
background-color: #521EC4;
}
</style>
border-color css
<style>
span { border-color: #521EC4; }
span { border-color: rgb(82,30,196); }
td.TdClassName
{
border-color: #521EC4;
}
.TagClassName
{
border-color: #521EC4;
}
</style>