Shades of Purple Heart #5A14CA
Tints of Purple Heart #5A14CA
RGB
CMYK
RGB Variations
Color information
#5A14CA (or 0x5A14CA) is known color: Purple Heart. HEX triplet: 5A, 14 and CA. RGB value is (90,20,202). Sum of RGB (Red+Green+Blue) = 90+20+202=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A14CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A14CA is #A5EB35. Grayscale: #3D3D3D. Windows color (decimal): -10873654 or 13243482. OLE color: 13243482.
HSL color Cylindrical-coordinate representation of color #5A14CA: hue angle of 263.08º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A14CA is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 20 | 202 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.21 |
| HSL | 263.08º | 0.82% | 0.44% | - |
| HSV(B) | 263.08º | 0.9% | 0.79% | - |
| XYZ | 15.13 | 6.94 | 56.42 | - |
| YUV | 61.68 | 207.19 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 202 | 0.55 | 0.90 | 0 | 0.21 | 263.08 | 0.82 | 0.44 |
| Hex | 5A | 14 | CA | 37 | 5A | 0 | 15 | 107 | 52 | 2C |
| Octal | 132 | 24 | 312 | 67 | 132 | 0 | 25 | 407 | 122 | 54 |
| Binary | 1011010 | 10100 | 11001010 | 110111 | 1011010 | 0 | 10101 | 100000111 | 1010010 | 101100 |
Color Harmonies of #5A14CA
Complementary color
Monochromatic Colors of #5A14CA
Black with #5A14CA
Text Example
Text Example
White with #5A14CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A14CA; }
p { color: rgb(90,20,202); }
H1.HeaderClassName
{
color: #5A14CA;
}
.AnyTagClassName
{
color: #5A14CA;
}
</style>
background-color css
<style>
a { background-color: #5A14CA; }
a { background-color: rgb(90,20,202); }
div.DivClassName
{
background-color: #5A14CA;
}
.BgClassName
{
background-color: #5A14CA;
}
</style>
border-color css
<style>
span { border-color: #5A14CA; }
span { border-color: rgb(90,20,202); }
td.TdClassName
{
border-color: #5A14CA;
}
.TagClassName
{
border-color: #5A14CA;
}
</style>