Shades of Purple Heart #5D14CA
Tints of Purple Heart #5D14CA
RGB
CMYK
RGB Variations
Color information
#5D14CA (or 0x5D14CA) is known color: Purple Heart. HEX triplet: 5D, 14 and CA. RGB value is (93,20,202). Sum of RGB (Red+Green+Blue) = 93+20+202=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D14CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D14CA is #A2EB35. Grayscale: #3D3D3D. Windows color (decimal): -10677046 or 13243485. OLE color: 13243485.
HSL color Cylindrical-coordinate representation of color #5D14CA: hue angle of 264.07º 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 #5D14CA is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 20 | 202 | - |
| CMYK | 0.54 | 0.90 | 0 | 0.21 |
| HSL | 264.07º | 0.82% | 0.44% | - |
| HSV(B) | 264.07º | 0.9% | 0.79% | - |
| XYZ | 15.43 | 7.09 | 56.43 | - |
| YUV | 62.58 | 206.68 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 20 | 202 | 0.54 | 0.90 | 0 | 0.21 | 264.07 | 0.82 | 0.44 |
| Hex | 5D | 14 | CA | 36 | 5A | 0 | 15 | 108 | 52 | 2C |
| Octal | 135 | 24 | 312 | 66 | 132 | 0 | 25 | 410 | 122 | 54 |
| Binary | 1011101 | 10100 | 11001010 | 110110 | 1011010 | 0 | 10101 | 100001000 | 1010010 | 101100 |
Color Harmonies of #5D14CA
Complementary color
Monochromatic Colors of #5D14CA
Black with #5D14CA
Text Example
Text Example
White with #5D14CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D14CA; }
p { color: rgb(93,20,202); }
H1.HeaderClassName
{
color: #5D14CA;
}
.AnyTagClassName
{
color: #5D14CA;
}
</style>
background-color css
<style>
a { background-color: #5D14CA; }
a { background-color: rgb(93,20,202); }
div.DivClassName
{
background-color: #5D14CA;
}
.BgClassName
{
background-color: #5D14CA;
}
</style>
border-color css
<style>
span { border-color: #5D14CA; }
span { border-color: rgb(93,20,202); }
td.TdClassName
{
border-color: #5D14CA;
}
.TagClassName
{
border-color: #5D14CA;
}
</style>