Shades of Purple Heart #5102CC
Tints of Purple Heart #5102CC
RGB
CMYK
RGB Variations
Color information
#5102CC (or 0x5102CC) is known color: Purple Heart. HEX triplet: 51, 02 and CC. RGB value is (81,2,204). Sum of RGB (Red+Green+Blue) = 81+2+204=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #5102CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5102CC is #AEFD33. Grayscale: #2F2F2F. Windows color (decimal): -11468084 or 13369937. OLE color: 13369937.
HSL color Cylindrical-coordinate representation of color #5102CC: hue angle of 263.47º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5102CC is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 2 | 204 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.2 |
| HSL | 263.47º | 0.98% | 0.4% | - |
| HSV(B) | 263.47º | 0.99% | 0.8% | - |
| XYZ | 14.31 | 6.15 | 57.56 | - |
| YUV | 48.65 | 215.67 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 204 | 0.60 | 0.99 | 0 | 0.2 | 263.47 | 0.98 | 0.4 |
| Hex | 51 | 2 | CC | 3C | 63 | 0 | 14 | 107 | 62 | 28 |
| Octal | 121 | 2 | 314 | 74 | 143 | 0 | 24 | 407 | 142 | 50 |
| Binary | 1010001 | 10 | 11001100 | 111100 | 1100011 | 0 | 10100 | 100000111 | 1100010 | 101000 |
Color Harmonies of #5102CC
Complementary color
Monochromatic Colors of #5102CC
Black with #5102CC
Text Example
Text Example
White with #5102CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5102CC; }
p { color: rgb(81,2,204); }
H1.HeaderClassName
{
color: #5102CC;
}
.AnyTagClassName
{
color: #5102CC;
}
</style>
background-color css
<style>
a { background-color: #5102CC; }
a { background-color: rgb(81,2,204); }
div.DivClassName
{
background-color: #5102CC;
}
.BgClassName
{
background-color: #5102CC;
}
</style>
border-color css
<style>
span { border-color: #5102CC; }
span { border-color: rgb(81,2,204); }
td.TdClassName
{
border-color: #5102CC;
}
.TagClassName
{
border-color: #5102CC;
}
</style>