Shades of Purple Heart #5A25D6
Tints of Purple Heart #5A25D6
RGB
CMYK
RGB Variations
Color information
#5A25D6 (or 0x5A25D6) is known color: Purple Heart. HEX triplet: 5A, 25 and D6. RGB value is (90,37,214). Sum of RGB (Red+Green+Blue) = 90+37+214=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 214 (83.98% from 255 or 62.76% from 341); Max value from RGB is 214 - color contains mainly: blue. Hex color #5A25D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A25D6 is #A5DA29. Grayscale: #484848. Windows color (decimal): -10869290 or 14034266. OLE color: 14034266.
HSL color Cylindrical-coordinate representation of color #5A25D6: hue angle of 257.97º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A25D6 is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 37 | 214 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.16 |
| HSL | 257.97º | 0.71% | 0.49% | - |
| HSV(B) | 257.97º | 0.83% | 0.84% | - |
| XYZ | 17.02 | 8.35 | 64.33 | - |
| YUV | 73.03 | 207.56 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 37 | 214 | 0.58 | 0.83 | 0 | 0.16 | 257.97 | 0.71 | 0.49 |
| Hex | 5A | 25 | D6 | 3A | 53 | 0 | 10 | 102 | 47 | 31 |
| Octal | 132 | 45 | 326 | 72 | 123 | 0 | 20 | 402 | 107 | 61 |
| Binary | 1011010 | 100101 | 11010110 | 111010 | 1010011 | 0 | 10000 | 100000010 | 1000111 | 110001 |
Color Harmonies of #5A25D6
Complementary color
Monochromatic Colors of #5A25D6
Black with #5A25D6
Text Example
Text Example
White with #5A25D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A25D6; }
p { color: rgb(90,37,214); }
H1.HeaderClassName
{
color: #5A25D6;
}
.AnyTagClassName
{
color: #5A25D6;
}
</style>
background-color css
<style>
a { background-color: #5A25D6; }
a { background-color: rgb(90,37,214); }
div.DivClassName
{
background-color: #5A25D6;
}
.BgClassName
{
background-color: #5A25D6;
}
</style>
border-color css
<style>
span { border-color: #5A25D6; }
span { border-color: rgb(90,37,214); }
td.TdClassName
{
border-color: #5A25D6;
}
.TagClassName
{
border-color: #5A25D6;
}
</style>