Shades of Purple Heart #5A14CD
Tints of Purple Heart #5A14CD
RGB
CMYK
RGB Variations
Color information
#5A14CD (or 0x5A14CD) is known color: Purple Heart. HEX triplet: 5A, 14 and CD. RGB value is (90,20,205). Sum of RGB (Red+Green+Blue) = 90+20+205=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A14CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A14CD is #A5EB32. Grayscale: #3D3D3D. Windows color (decimal): -10873651 or 13440090. OLE color: 13440090.
HSL color Cylindrical-coordinate representation of color #5A14CD: hue angle of 262.7º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A14CD is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 20 | 205 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.20 |
| HSL | 262.7º | 0.82% | 0.44% | - |
| HSV(B) | 262.7º | 0.9% | 0.8% | - |
| XYZ | 15.49 | 7.08 | 58.31 | - |
| YUV | 62.02 | 208.69 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 205 | 0.56 | 0.90 | 0 | 0.20 | 262.7 | 0.82 | 0.44 |
| Hex | 5A | 14 | CD | 38 | 5A | 0 | 14 | 107 | 52 | 2C |
| Octal | 132 | 24 | 315 | 70 | 132 | 0 | 24 | 407 | 122 | 54 |
| Binary | 1011010 | 10100 | 11001101 | 111000 | 1011010 | 0 | 10100 | 100000111 | 1010010 | 101100 |
Color Harmonies of #5A14CD
Complementary color
Monochromatic Colors of #5A14CD
Black with #5A14CD
Text Example
Text Example
White with #5A14CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A14CD; }
p { color: rgb(90,20,205); }
H1.HeaderClassName
{
color: #5A14CD;
}
.AnyTagClassName
{
color: #5A14CD;
}
</style>
background-color css
<style>
a { background-color: #5A14CD; }
a { background-color: rgb(90,20,205); }
div.DivClassName
{
background-color: #5A14CD;
}
.BgClassName
{
background-color: #5A14CD;
}
</style>
border-color css
<style>
span { border-color: #5A14CD; }
span { border-color: rgb(90,20,205); }
td.TdClassName
{
border-color: #5A14CD;
}
.TagClassName
{
border-color: #5A14CD;
}
</style>