Shades of Purple Heart #5A25C1
Tints of Purple Heart #5A25C1
RGB
CMYK
RGB Variations
Color information
#5A25C1 (or 0x5A25C1) is known color: Purple Heart. HEX triplet: 5A, 25 and C1. RGB value is (90,37,193). Sum of RGB (Red+Green+Blue) = 90+37+193=320 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.12% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 193 (75.78% from 255 or 60.31% from 320); Max value from RGB is 193 - color contains mainly: blue. Hex color #5A25C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A25C1 is #A5DA3E. Grayscale: #464646. Windows color (decimal): -10869311 or 12658010. OLE color: 12658010.
HSL color Cylindrical-coordinate representation of color #5A25C1: hue angle of 260.38º 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 #5A25C1 is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 37 | 193 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.24 |
| HSL | 260.38º | 0.68% | 0.45% | - |
| HSV(B) | 260.38º | 0.81% | 0.76% | - |
| XYZ | 14.5 | 7.35 | 51.11 | - |
| YUV | 70.63 | 197.06 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 37 | 193 | 0.53 | 0.81 | 0 | 0.24 | 260.38 | 0.68 | 0.45 |
| Hex | 5A | 25 | C1 | 35 | 51 | 0 | 18 | 104 | 44 | 2D |
| Octal | 132 | 45 | 301 | 65 | 121 | 0 | 30 | 404 | 104 | 55 |
| Binary | 1011010 | 100101 | 11000001 | 110101 | 1010001 | 0 | 11000 | 100000100 | 1000100 | 101101 |
Color Harmonies of #5A25C1
Complementary color
Monochromatic Colors of #5A25C1
Black with #5A25C1
Text Example
Text Example
White with #5A25C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A25C1; }
p { color: rgb(90,37,193); }
H1.HeaderClassName
{
color: #5A25C1;
}
.AnyTagClassName
{
color: #5A25C1;
}
</style>
background-color css
<style>
a { background-color: #5A25C1; }
a { background-color: rgb(90,37,193); }
div.DivClassName
{
background-color: #5A25C1;
}
.BgClassName
{
background-color: #5A25C1;
}
</style>
border-color css
<style>
span { border-color: #5A25C1; }
span { border-color: rgb(90,37,193); }
td.TdClassName
{
border-color: #5A25C1;
}
.TagClassName
{
border-color: #5A25C1;
}
</style>