Shades of Purple Heart #5130CA
Tints of Purple Heart #5130CA
RGB
CMYK
RGB Variations
Color information
#5130CA (or 0x5130CA) is known color: Purple Heart. HEX triplet: 51, 30 and CA. RGB value is (81,48,202). Sum of RGB (Red+Green+Blue) = 81+48+202=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 202 (79.30% from 255 or 61.03% from 331); Max value from RGB is 202 - color contains mainly: blue. Hex color #5130CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5130CA is #AECF35. Grayscale: #4A4A4A. Windows color (decimal): -11456310 or 13250641. OLE color: 13250641.
HSL color Cylindrical-coordinate representation of color #5130CA: hue angle of 252.86º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5130CA is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 48 | 202 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.21 |
| HSL | 252.86º | 0.62% | 0.49% | - |
| HSV(B) | 252.86º | 0.76% | 0.79% | - |
| XYZ | 15.11 | 8.13 | 56.65 | - |
| YUV | 75.42 | 199.43 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 48 | 202 | 0.60 | 0.76 | 0 | 0.21 | 252.86 | 0.62 | 0.49 |
| Hex | 51 | 30 | CA | 3C | 4C | 0 | 15 | FD | 3E | 31 |
| Octal | 121 | 60 | 312 | 74 | 114 | 0 | 25 | 375 | 76 | 61 |
| Binary | 1010001 | 110000 | 11001010 | 111100 | 1001100 | 0 | 10101 | 11111101 | 111110 | 110001 |
Color Harmonies of #5130CA
Complementary color
Monochromatic Colors of #5130CA
Black with #5130CA
Text Example
Text Example
White with #5130CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5130CA; }
p { color: rgb(81,48,202); }
H1.HeaderClassName
{
color: #5130CA;
}
.AnyTagClassName
{
color: #5130CA;
}
</style>
background-color css
<style>
a { background-color: #5130CA; }
a { background-color: rgb(81,48,202); }
div.DivClassName
{
background-color: #5130CA;
}
.BgClassName
{
background-color: #5130CA;
}
</style>
border-color css
<style>
span { border-color: #5130CA; }
span { border-color: rgb(81,48,202); }
td.TdClassName
{
border-color: #5130CA;
}
.TagClassName
{
border-color: #5130CA;
}
</style>