Shades of Purple Heart #5102CA
Tints of Purple Heart #5102CA
RGB
CMYK
RGB Variations
Color information
#5102CA (or 0x5102CA) is known color: Purple Heart. HEX triplet: 51, 02 and CA. RGB value is (81,2,202). Sum of RGB (Red+Green+Blue) = 81+2+202=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 202 (79.30% from 255 or 70.88% from 285); Max value from RGB is 202 - color contains mainly: blue. Hex color #5102CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5102CA is #AEFD35. Grayscale: #2F2F2F. Windows color (decimal): -11468086 or 13238865. OLE color: 13238865.
HSL color Cylindrical-coordinate representation of color #5102CA: hue angle of 263.7º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5102CA is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 2 | 202 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.21 |
| HSL | 263.7º | 0.98% | 0.4% | - |
| HSV(B) | 263.7º | 0.99% | 0.79% | - |
| XYZ | 14.08 | 6.06 | 56.3 | - |
| YUV | 48.42 | 214.67 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 202 | 0.60 | 0.99 | 0 | 0.21 | 263.7 | 0.98 | 0.4 |
| Hex | 51 | 2 | CA | 3C | 63 | 0 | 15 | 108 | 62 | 28 |
| Octal | 121 | 2 | 312 | 74 | 143 | 0 | 25 | 410 | 142 | 50 |
| Binary | 1010001 | 10 | 11001010 | 111100 | 1100011 | 0 | 10101 | 100001000 | 1100010 | 101000 |
Color Harmonies of #5102CA
Complementary color
Monochromatic Colors of #5102CA
Black with #5102CA
Text Example
Text Example
White with #5102CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5102CA; }
p { color: rgb(81,2,202); }
H1.HeaderClassName
{
color: #5102CA;
}
.AnyTagClassName
{
color: #5102CA;
}
</style>
background-color css
<style>
a { background-color: #5102CA; }
a { background-color: rgb(81,2,202); }
div.DivClassName
{
background-color: #5102CA;
}
.BgClassName
{
background-color: #5102CA;
}
</style>
border-color css
<style>
span { border-color: #5102CA; }
span { border-color: rgb(81,2,202); }
td.TdClassName
{
border-color: #5102CA;
}
.TagClassName
{
border-color: #5102CA;
}
</style>