Shades of Purple Heart #5214CC
Tints of Purple Heart #5214CC
RGB
CMYK
RGB Variations
Color information
#5214CC (or 0x5214CC) is known color: Purple Heart. HEX triplet: 52, 14 and CC. RGB value is (82,20,204). Sum of RGB (Red+Green+Blue) = 82+20+204=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #5214CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5214CC is #ADEB33. Grayscale: #3A3A3A. Windows color (decimal): -11397940 or 13374546. OLE color: 13374546.
HSL color Cylindrical-coordinate representation of color #5214CC: hue angle of 260.22º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5214CC is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 20 | 204 | - |
| CMYK | 0.60 | 0.90 | 0 | 0.2 |
| HSL | 260.22º | 0.82% | 0.44% | - |
| HSV(B) | 260.22º | 0.9% | 0.8% | - |
| XYZ | 14.63 | 6.65 | 57.64 | - |
| YUV | 59.51 | 209.54 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 204 | 0.60 | 0.90 | 0 | 0.2 | 260.22 | 0.82 | 0.44 |
| Hex | 52 | 14 | CC | 3C | 5A | 0 | 14 | 104 | 52 | 2C |
| Octal | 122 | 24 | 314 | 74 | 132 | 0 | 24 | 404 | 122 | 54 |
| Binary | 1010010 | 10100 | 11001100 | 111100 | 1011010 | 0 | 10100 | 100000100 | 1010010 | 101100 |
Color Harmonies of #5214CC
Complementary color
Monochromatic Colors of #5214CC
Black with #5214CC
Text Example
Text Example
White with #5214CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5214CC; }
p { color: rgb(82,20,204); }
H1.HeaderClassName
{
color: #5214CC;
}
.AnyTagClassName
{
color: #5214CC;
}
</style>
background-color css
<style>
a { background-color: #5214CC; }
a { background-color: rgb(82,20,204); }
div.DivClassName
{
background-color: #5214CC;
}
.BgClassName
{
background-color: #5214CC;
}
</style>
border-color css
<style>
span { border-color: #5214CC; }
span { border-color: rgb(82,20,204); }
td.TdClassName
{
border-color: #5214CC;
}
.TagClassName
{
border-color: #5214CC;
}
</style>