Shades of Purple Heart #5D25AB
Tints of Purple Heart #5D25AB
RGB
CMYK
RGB Variations
Color information
#5D25AB (or 0x5D25AB) is known color: Purple Heart. HEX triplet: 5D, 25 and AB. RGB value is (93,37,171). Sum of RGB (Red+Green+Blue) = 93+37+171=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D25AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D25AB is #A2DA54. Grayscale: #444444. Windows color (decimal): -10672725 or 11216221. OLE color: 11216221.
HSL color Cylindrical-coordinate representation of color #5D25AB: hue angle of 265.07º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D25AB is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 37 | 171 | - |
| CMYK | 0.46 | 0.78 | 0 | 0.33 |
| HSL | 265.07º | 0.64% | 0.41% | - |
| HSV(B) | 265.07º | 0.78% | 0.67% | - |
| XYZ | 12.53 | 6.59 | 39.14 | - |
| YUV | 69.02 | 185.55 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 37 | 171 | 0.46 | 0.78 | 0 | 0.33 | 265.07 | 0.64 | 0.41 |
| Hex | 5D | 25 | AB | 2E | 4E | 0 | 21 | 109 | 40 | 29 |
| Octal | 135 | 45 | 253 | 56 | 116 | 0 | 41 | 411 | 100 | 51 |
| Binary | 1011101 | 100101 | 10101011 | 101110 | 1001110 | 0 | 100001 | 100001001 | 1000000 | 101001 |
Color Harmonies of #5D25AB
Complementary color
Monochromatic Colors of #5D25AB
Black with #5D25AB
Text Example
Text Example
White with #5D25AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D25AB; }
p { color: rgb(93,37,171); }
H1.HeaderClassName
{
color: #5D25AB;
}
.AnyTagClassName
{
color: #5D25AB;
}
</style>
background-color css
<style>
a { background-color: #5D25AB; }
a { background-color: rgb(93,37,171); }
div.DivClassName
{
background-color: #5D25AB;
}
.BgClassName
{
background-color: #5D25AB;
}
</style>
border-color css
<style>
span { border-color: #5D25AB; }
span { border-color: rgb(93,37,171); }
td.TdClassName
{
border-color: #5D25AB;
}
.TagClassName
{
border-color: #5D25AB;
}
</style>