Shades of Purple Heart #5123CA
Tints of Purple Heart #5123CA
RGB
CMYK
RGB Variations
Color information
#5123CA (or 0x5123CA) is known color: Purple Heart. HEX triplet: 51, 23 and CA. RGB value is (81,35,202). Sum of RGB (Red+Green+Blue) = 81+35+202=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #5123CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5123CA is #AEDC35. Grayscale: #434343. Windows color (decimal): -11459638 or 13247313. OLE color: 13247313.
HSL color Cylindrical-coordinate representation of color #5123CA: hue angle of 256.53º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5123CA is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 35 | 202 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.21 |
| HSL | 256.53º | 0.7% | 0.46% | - |
| HSV(B) | 256.53º | 0.83% | 0.79% | - |
| XYZ | 14.66 | 7.22 | 56.5 | - |
| YUV | 67.79 | 203.74 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 35 | 202 | 0.60 | 0.83 | 0 | 0.21 | 256.53 | 0.7 | 0.46 |
| Hex | 51 | 23 | CA | 3C | 53 | 0 | 15 | 101 | 46 | 2E |
| Octal | 121 | 43 | 312 | 74 | 123 | 0 | 25 | 401 | 106 | 56 |
| Binary | 1010001 | 100011 | 11001010 | 111100 | 1010011 | 0 | 10101 | 100000001 | 1000110 | 101110 |
Color Harmonies of #5123CA
Complementary color
Monochromatic Colors of #5123CA
Black with #5123CA
Text Example
Text Example
White with #5123CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5123CA; }
p { color: rgb(81,35,202); }
H1.HeaderClassName
{
color: #5123CA;
}
.AnyTagClassName
{
color: #5123CA;
}
</style>
background-color css
<style>
a { background-color: #5123CA; }
a { background-color: rgb(81,35,202); }
div.DivClassName
{
background-color: #5123CA;
}
.BgClassName
{
background-color: #5123CA;
}
</style>
border-color css
<style>
span { border-color: #5123CA; }
span { border-color: rgb(81,35,202); }
td.TdClassName
{
border-color: #5123CA;
}
.TagClassName
{
border-color: #5123CA;
}
</style>