Shades of Purple Heart #5925C1
Tints of Purple Heart #5925C1
RGB
CMYK
RGB Variations
Color information
#5925C1 (or 0x5925C1) is known color: Purple Heart. HEX triplet: 59, 25 and C1. RGB value is (89,37,193). Sum of RGB (Red+Green+Blue) = 89+37+193=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 193 (75.78% from 255 or 60.50% from 319); Max value from RGB is 193 - color contains mainly: blue. Hex color #5925C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5925C1 is #A6DA3E. Grayscale: #454545. Windows color (decimal): -10934847 or 12658009. OLE color: 12658009.
HSL color Cylindrical-coordinate representation of color #5925C1: hue angle of 260º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5925C1 is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 37 | 193 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.24 |
| HSL | 260º | 0.68% | 0.45% | - |
| HSV(B) | 260º | 0.81% | 0.76% | - |
| XYZ | 14.41 | 7.3 | 51.1 | - |
| YUV | 70.33 | 197.23 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 37 | 193 | 0.54 | 0.81 | 0 | 0.24 | 260 | 0.68 | 0.45 |
| Hex | 59 | 25 | C1 | 36 | 51 | 0 | 18 | 104 | 44 | 2D |
| Octal | 131 | 45 | 301 | 66 | 121 | 0 | 30 | 404 | 104 | 55 |
| Binary | 1011001 | 100101 | 11000001 | 110110 | 1010001 | 0 | 11000 | 100000100 | 1000100 | 101101 |
Color Harmonies of #5925C1
Complementary color
Monochromatic Colors of #5925C1
Black with #5925C1
Text Example
Text Example
White with #5925C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5925C1; }
p { color: rgb(89,37,193); }
H1.HeaderClassName
{
color: #5925C1;
}
.AnyTagClassName
{
color: #5925C1;
}
</style>
background-color css
<style>
a { background-color: #5925C1; }
a { background-color: rgb(89,37,193); }
div.DivClassName
{
background-color: #5925C1;
}
.BgClassName
{
background-color: #5925C1;
}
</style>
border-color css
<style>
span { border-color: #5925C1; }
span { border-color: rgb(89,37,193); }
td.TdClassName
{
border-color: #5925C1;
}
.TagClassName
{
border-color: #5925C1;
}
</style>