Shades of Purple Heart #5121CC
Tints of Purple Heart #5121CC
RGB
CMYK
RGB Variations
Color information
#5121CC (or 0x5121CC) is known color: Purple Heart. HEX triplet: 51, 21 and CC. RGB value is (81,33,204). Sum of RGB (Red+Green+Blue) = 81+33+204=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #5121CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5121CC is #AEDE33. Grayscale: #424242. Windows color (decimal): -11460148 or 13377873. OLE color: 13377873.
HSL color Cylindrical-coordinate representation of color #5121CC: hue angle of 256.84º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5121CC is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 33 | 204 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.2 |
| HSL | 256.84º | 0.72% | 0.46% | - |
| HSV(B) | 256.84º | 0.84% | 0.8% | - |
| XYZ | 14.84 | 7.2 | 57.73 | - |
| YUV | 66.85 | 205.4 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 33 | 204 | 0.60 | 0.84 | 0 | 0.2 | 256.84 | 0.72 | 0.46 |
| Hex | 51 | 21 | CC | 3C | 54 | 0 | 14 | 101 | 48 | 2E |
| Octal | 121 | 41 | 314 | 74 | 124 | 0 | 24 | 401 | 110 | 56 |
| Binary | 1010001 | 100001 | 11001100 | 111100 | 1010100 | 0 | 10100 | 100000001 | 1001000 | 101110 |
Color Harmonies of #5121CC
Complementary color
Monochromatic Colors of #5121CC
Black with #5121CC
Text Example
Text Example
White with #5121CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5121CC; }
p { color: rgb(81,33,204); }
H1.HeaderClassName
{
color: #5121CC;
}
.AnyTagClassName
{
color: #5121CC;
}
</style>
background-color css
<style>
a { background-color: #5121CC; }
a { background-color: rgb(81,33,204); }
div.DivClassName
{
background-color: #5121CC;
}
.BgClassName
{
background-color: #5121CC;
}
</style>
border-color css
<style>
span { border-color: #5121CC; }
span { border-color: rgb(81,33,204); }
td.TdClassName
{
border-color: #5121CC;
}
.TagClassName
{
border-color: #5121CC;
}
</style>