Shades of Purple Heart #5102C3
Tints of Purple Heart #5102C3
RGB
CMYK
RGB Variations
Color information
#5102C3 (or 0x5102C3) is known color: Purple Heart. HEX triplet: 51, 02 and C3. RGB value is (81,2,195). Sum of RGB (Red+Green+Blue) = 81+2+195=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 195 (76.56% from 255 or 70.14% from 278); Max value from RGB is 195 - color contains mainly: blue. Hex color #5102C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5102C3 is #AEFD3C. Grayscale: #2E2E2E. Windows color (decimal): -11468093 or 12780113. OLE color: 12780113.
HSL color Cylindrical-coordinate representation of color #5102C3: hue angle of 264.56º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5102C3 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 2 | 195 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.24 |
| HSL | 264.56º | 0.98% | 0.39% | - |
| HSV(B) | 264.56º | 0.99% | 0.76% | - |
| XYZ | 13.27 | 5.73 | 52.04 | - |
| YUV | 47.62 | 211.17 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 195 | 0.58 | 0.99 | 0 | 0.24 | 264.56 | 0.98 | 0.39 |
| Hex | 51 | 2 | C3 | 3A | 63 | 0 | 18 | 109 | 62 | 27 |
| Octal | 121 | 2 | 303 | 72 | 143 | 0 | 30 | 411 | 142 | 47 |
| Binary | 1010001 | 10 | 11000011 | 111010 | 1100011 | 0 | 11000 | 100001001 | 1100010 | 100111 |
Color Harmonies of #5102C3
Complementary color
Monochromatic Colors of #5102C3
Black with #5102C3
Text Example
Text Example
White with #5102C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5102C3; }
p { color: rgb(81,2,195); }
H1.HeaderClassName
{
color: #5102C3;
}
.AnyTagClassName
{
color: #5102C3;
}
</style>
background-color css
<style>
a { background-color: #5102C3; }
a { background-color: rgb(81,2,195); }
div.DivClassName
{
background-color: #5102C3;
}
.BgClassName
{
background-color: #5102C3;
}
</style>
border-color css
<style>
span { border-color: #5102C3; }
span { border-color: rgb(81,2,195); }
td.TdClassName
{
border-color: #5102C3;
}
.TagClassName
{
border-color: #5102C3;
}
</style>