Shades of Purple Heart #5103CC
Tints of Purple Heart #5103CC
RGB
CMYK
RGB Variations
Color information
#5103CC (or 0x5103CC) is known color: Purple Heart. HEX triplet: 51, 03 and CC. RGB value is (81,3,204). Sum of RGB (Red+Green+Blue) = 81+3+204=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 204 (80.08% from 255 or 70.83% from 288); Max value from RGB is 204 - color contains mainly: blue. Hex color #5103CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5103CC is #AEFC33. Grayscale: #303030. Windows color (decimal): -11467828 or 13370193. OLE color: 13370193.
HSL color Cylindrical-coordinate representation of color #5103CC: hue angle of 263.28º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5103CC is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 3 | 204 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.2 |
| HSL | 263.28º | 0.97% | 0.41% | - |
| HSV(B) | 263.28º | 0.99% | 0.8% | - |
| XYZ | 14.32 | 6.17 | 57.56 | - |
| YUV | 49.24 | 215.34 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 204 | 0.60 | 0.99 | 0 | 0.2 | 263.28 | 0.97 | 0.41 |
| Hex | 51 | 3 | CC | 3C | 63 | 0 | 14 | 107 | 61 | 29 |
| Octal | 121 | 3 | 314 | 74 | 143 | 0 | 24 | 407 | 141 | 51 |
| Binary | 1010001 | 11 | 11001100 | 111100 | 1100011 | 0 | 10100 | 100000111 | 1100001 | 101001 |
Color Harmonies of #5103CC
Complementary color
Monochromatic Colors of #5103CC
Black with #5103CC
Text Example
Text Example
White with #5103CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5103CC; }
p { color: rgb(81,3,204); }
H1.HeaderClassName
{
color: #5103CC;
}
.AnyTagClassName
{
color: #5103CC;
}
</style>
background-color css
<style>
a { background-color: #5103CC; }
a { background-color: rgb(81,3,204); }
div.DivClassName
{
background-color: #5103CC;
}
.BgClassName
{
background-color: #5103CC;
}
</style>
border-color css
<style>
span { border-color: #5103CC; }
span { border-color: rgb(81,3,204); }
td.TdClassName
{
border-color: #5103CC;
}
.TagClassName
{
border-color: #5103CC;
}
</style>