Shades of Purple Heart #5D25C7
Tints of Purple Heart #5D25C7
RGB
CMYK
RGB Variations
Color information
#5D25C7 (or 0x5D25C7) is known color: Purple Heart. HEX triplet: 5D, 25 and C7. RGB value is (93,37,199). Sum of RGB (Red+Green+Blue) = 93+37+199=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 199 (78.12% from 255 or 60.49% from 329); Max value from RGB is 199 - color contains mainly: blue. Hex color #5D25C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D25C7 is #A2DA38. Grayscale: #474747. Windows color (decimal): -10672697 or 13051229. OLE color: 13051229.
HSL color Cylindrical-coordinate representation of color #5D25C7: hue angle of 260.74º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D25C7 is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 37 | 199 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.22 |
| HSL | 260.74º | 0.69% | 0.46% | - |
| HSV(B) | 260.74º | 0.81% | 0.78% | - |
| XYZ | 15.48 | 7.77 | 54.72 | - |
| YUV | 72.21 | 199.55 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 37 | 199 | 0.53 | 0.81 | 0 | 0.22 | 260.74 | 0.69 | 0.46 |
| Hex | 5D | 25 | C7 | 35 | 51 | 0 | 16 | 105 | 45 | 2E |
| Octal | 135 | 45 | 307 | 65 | 121 | 0 | 26 | 405 | 105 | 56 |
| Binary | 1011101 | 100101 | 11000111 | 110101 | 1010001 | 0 | 10110 | 100000101 | 1000101 | 101110 |
Color Harmonies of #5D25C7
Complementary color
Monochromatic Colors of #5D25C7
Black with #5D25C7
Text Example
Text Example
White with #5D25C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D25C7; }
p { color: rgb(93,37,199); }
H1.HeaderClassName
{
color: #5D25C7;
}
.AnyTagClassName
{
color: #5D25C7;
}
</style>
background-color css
<style>
a { background-color: #5D25C7; }
a { background-color: rgb(93,37,199); }
div.DivClassName
{
background-color: #5D25C7;
}
.BgClassName
{
background-color: #5D25C7;
}
</style>
border-color css
<style>
span { border-color: #5D25C7; }
span { border-color: rgb(93,37,199); }
td.TdClassName
{
border-color: #5D25C7;
}
.TagClassName
{
border-color: #5D25C7;
}
</style>