Shades of Purple Heart #5A25BD
Tints of Purple Heart #5A25BD
RGB
CMYK
RGB Variations
Color information
#5A25BD (or 0x5A25BD) is known color: Purple Heart. HEX triplet: 5A, 25 and BD. RGB value is (90,37,189). Sum of RGB (Red+Green+Blue) = 90+37+189=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A25BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A25BD is #A5DA42. Grayscale: #454545. Windows color (decimal): -10869315 or 12395866. OLE color: 12395866.
HSL color Cylindrical-coordinate representation of color #5A25BD: hue angle of 260.92º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A25BD is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 37 | 189 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.26 |
| HSL | 260.92º | 0.67% | 0.44% | - |
| HSV(B) | 260.92º | 0.8% | 0.74% | - |
| XYZ | 14.06 | 7.17 | 48.79 | - |
| YUV | 70.18 | 195.06 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 37 | 189 | 0.52 | 0.80 | 0 | 0.26 | 260.92 | 0.67 | 0.44 |
| Hex | 5A | 25 | BD | 34 | 50 | 0 | 1A | 105 | 43 | 2C |
| Octal | 132 | 45 | 275 | 64 | 120 | 0 | 32 | 405 | 103 | 54 |
| Binary | 1011010 | 100101 | 10111101 | 110100 | 1010000 | 0 | 11010 | 100000101 | 1000011 | 101100 |
Color Harmonies of #5A25BD
Complementary color
Monochromatic Colors of #5A25BD
Black with #5A25BD
Text Example
Text Example
White with #5A25BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A25BD; }
p { color: rgb(90,37,189); }
H1.HeaderClassName
{
color: #5A25BD;
}
.AnyTagClassName
{
color: #5A25BD;
}
</style>
background-color css
<style>
a { background-color: #5A25BD; }
a { background-color: rgb(90,37,189); }
div.DivClassName
{
background-color: #5A25BD;
}
.BgClassName
{
background-color: #5A25BD;
}
</style>
border-color css
<style>
span { border-color: #5A25BD; }
span { border-color: rgb(90,37,189); }
td.TdClassName
{
border-color: #5A25BD;
}
.TagClassName
{
border-color: #5A25BD;
}
</style>