Shades of Purple Heart #5121CE
Tints of Purple Heart #5121CE
RGB
CMYK
RGB Variations
Color information
#5121CE (or 0x5121CE) is known color: Purple Heart. HEX triplet: 51, 21 and CE. RGB value is (81,33,206). Sum of RGB (Red+Green+Blue) = 81+33+206=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #5121CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5121CE is #AEDE31. Grayscale: #424242. Windows color (decimal): -11460146 or 13508945. OLE color: 13508945.
HSL color Cylindrical-coordinate representation of color #5121CE: hue angle of 256.65º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5121CE is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 33 | 206 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.19 |
| HSL | 256.65º | 0.72% | 0.47% | - |
| HSV(B) | 256.65º | 0.84% | 0.81% | - |
| XYZ | 15.08 | 7.29 | 59.01 | - |
| YUV | 67.07 | 206.4 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 33 | 206 | 0.61 | 0.84 | 0 | 0.19 | 256.65 | 0.72 | 0.47 |
| Hex | 51 | 21 | CE | 3D | 54 | 0 | 13 | 101 | 48 | 2F |
| Octal | 121 | 41 | 316 | 75 | 124 | 0 | 23 | 401 | 110 | 57 |
| Binary | 1010001 | 100001 | 11001110 | 111101 | 1010100 | 0 | 10011 | 100000001 | 1001000 | 101111 |
Color Harmonies of #5121CE
Complementary color
Monochromatic Colors of #5121CE
Black with #5121CE
Text Example
Text Example
White with #5121CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5121CE; }
p { color: rgb(81,33,206); }
H1.HeaderClassName
{
color: #5121CE;
}
.AnyTagClassName
{
color: #5121CE;
}
</style>
background-color css
<style>
a { background-color: #5121CE; }
a { background-color: rgb(81,33,206); }
div.DivClassName
{
background-color: #5121CE;
}
.BgClassName
{
background-color: #5121CE;
}
</style>
border-color css
<style>
span { border-color: #5121CE; }
span { border-color: rgb(81,33,206); }
td.TdClassName
{
border-color: #5121CE;
}
.TagClassName
{
border-color: #5121CE;
}
</style>