Shades of Purple Heart #5D1ACA
Tints of Purple Heart #5D1ACA
RGB
CMYK
RGB Variations
Color information
#5D1ACA (or 0x5D1ACA) is known color: Purple Heart. HEX triplet: 5D, 1A and CA. RGB value is (93,26,202). Sum of RGB (Red+Green+Blue) = 93+26+202=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 202 (79.30% from 255 or 62.93% from 321); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D1ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D1ACA is #A2E535. Grayscale: #414141. Windows color (decimal): -10675510 or 13245021. OLE color: 13245021.
HSL color Cylindrical-coordinate representation of color #5D1ACA: hue angle of 262.84º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D1ACA is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 26 | 202 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.21 |
| HSL | 262.84º | 0.77% | 0.45% | - |
| HSV(B) | 262.84º | 0.87% | 0.79% | - |
| XYZ | 15.54 | 7.33 | 56.47 | - |
| YUV | 66.1 | 204.7 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 26 | 202 | 0.54 | 0.87 | 0 | 0.21 | 262.84 | 0.77 | 0.45 |
| Hex | 5D | 1A | CA | 36 | 57 | 0 | 15 | 107 | 4D | 2D |
| Octal | 135 | 32 | 312 | 66 | 127 | 0 | 25 | 407 | 115 | 55 |
| Binary | 1011101 | 11010 | 11001010 | 110110 | 1010111 | 0 | 10101 | 100000111 | 1001101 | 101101 |
Color Harmonies of #5D1ACA
Complementary color
Monochromatic Colors of #5D1ACA
Black with #5D1ACA
Text Example
Text Example
White with #5D1ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1ACA; }
p { color: rgb(93,26,202); }
H1.HeaderClassName
{
color: #5D1ACA;
}
.AnyTagClassName
{
color: #5D1ACA;
}
</style>
background-color css
<style>
a { background-color: #5D1ACA; }
a { background-color: rgb(93,26,202); }
div.DivClassName
{
background-color: #5D1ACA;
}
.BgClassName
{
background-color: #5D1ACA;
}
</style>
border-color css
<style>
span { border-color: #5D1ACA; }
span { border-color: rgb(93,26,202); }
td.TdClassName
{
border-color: #5D1ACA;
}
.TagClassName
{
border-color: #5D1ACA;
}
</style>