Shades of Purple Heart #5A17BD
Tints of Purple Heart #5A17BD
RGB
CMYK
RGB Variations
Color information
#5A17BD (or 0x5A17BD) is known color: Purple Heart. HEX triplet: 5A, 17 and BD. RGB value is (90,23,189). Sum of RGB (Red+Green+Blue) = 90+23+189=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 189 (74.22% from 255 or 62.58% from 302); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A17BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A17BD is #A5E842. Grayscale: #3D3D3D. Windows color (decimal): -10872899 or 12392282. OLE color: 12392282.
HSL color Cylindrical-coordinate representation of color #5A17BD: hue angle of 264.22º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A17BD is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 23 | 189 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.26 |
| HSL | 264.22º | 0.78% | 0.42% | - |
| HSV(B) | 264.22º | 0.88% | 0.74% | - |
| XYZ | 13.71 | 6.46 | 48.67 | - |
| YUV | 61.96 | 199.7 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 23 | 189 | 0.52 | 0.88 | 0 | 0.26 | 264.22 | 0.78 | 0.42 |
| Hex | 5A | 17 | BD | 34 | 58 | 0 | 1A | 108 | 4E | 2A |
| Octal | 132 | 27 | 275 | 64 | 130 | 0 | 32 | 410 | 116 | 52 |
| Binary | 1011010 | 10111 | 10111101 | 110100 | 1011000 | 0 | 11010 | 100001000 | 1001110 | 101010 |
Color Harmonies of #5A17BD
Complementary color
Monochromatic Colors of #5A17BD
Black with #5A17BD
Text Example
Text Example
White with #5A17BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A17BD; }
p { color: rgb(90,23,189); }
H1.HeaderClassName
{
color: #5A17BD;
}
.AnyTagClassName
{
color: #5A17BD;
}
</style>
background-color css
<style>
a { background-color: #5A17BD; }
a { background-color: rgb(90,23,189); }
div.DivClassName
{
background-color: #5A17BD;
}
.BgClassName
{
background-color: #5A17BD;
}
</style>
border-color css
<style>
span { border-color: #5A17BD; }
span { border-color: rgb(90,23,189); }
td.TdClassName
{
border-color: #5A17BD;
}
.TagClassName
{
border-color: #5A17BD;
}
</style>