Shades of Purple Heart #5A14CF
Tints of Purple Heart #5A14CF
RGB
CMYK
RGB Variations
Color information
#5A14CF (or 0x5A14CF) is known color: Purple Heart. HEX triplet: 5A, 14 and CF. RGB value is (90,20,207). Sum of RGB (Red+Green+Blue) = 90+20+207=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A14CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A14CF is #A5EB30. Grayscale: #3D3D3D. Windows color (decimal): -10873649 or 13571162. OLE color: 13571162.
HSL color Cylindrical-coordinate representation of color #5A14CF: hue angle of 262.46º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A14CF is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 20 | 207 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.19 |
| HSL | 262.46º | 0.82% | 0.45% | - |
| HSV(B) | 262.46º | 0.9% | 0.81% | - |
| XYZ | 15.73 | 7.18 | 59.59 | - |
| YUV | 62.25 | 209.69 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 207 | 0.57 | 0.90 | 0 | 0.19 | 262.46 | 0.82 | 0.45 |
| Hex | 5A | 14 | CF | 39 | 5A | 0 | 13 | 106 | 52 | 2D |
| Octal | 132 | 24 | 317 | 71 | 132 | 0 | 23 | 406 | 122 | 55 |
| Binary | 1011010 | 10100 | 11001111 | 111001 | 1011010 | 0 | 10011 | 100000110 | 1010010 | 101101 |
Color Harmonies of #5A14CF
Complementary color
Monochromatic Colors of #5A14CF
Black with #5A14CF
Text Example
Text Example
White with #5A14CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A14CF; }
p { color: rgb(90,20,207); }
H1.HeaderClassName
{
color: #5A14CF;
}
.AnyTagClassName
{
color: #5A14CF;
}
</style>
background-color css
<style>
a { background-color: #5A14CF; }
a { background-color: rgb(90,20,207); }
div.DivClassName
{
background-color: #5A14CF;
}
.BgClassName
{
background-color: #5A14CF;
}
</style>
border-color css
<style>
span { border-color: #5A14CF; }
span { border-color: rgb(90,20,207); }
td.TdClassName
{
border-color: #5A14CF;
}
.TagClassName
{
border-color: #5A14CF;
}
</style>