Shades of Purple Heart #5A17BC
Tints of Purple Heart #5A17BC
RGB
CMYK
RGB Variations
Color information
#5A17BC (or 0x5A17BC) is known color: Purple Heart. HEX triplet: 5A, 17 and BC. RGB value is (90,23,188). Sum of RGB (Red+Green+Blue) = 90+23+188=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A17BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A17BC is #A5E843. Grayscale: #3D3D3D. Windows color (decimal): -10872900 or 12326746. OLE color: 12326746.
HSL color Cylindrical-coordinate representation of color #5A17BC: hue angle of 264.36º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A17BC is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 23 | 188 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.26 |
| HSL | 264.36º | 0.78% | 0.41% | - |
| HSV(B) | 264.36º | 0.88% | 0.74% | - |
| XYZ | 13.6 | 6.42 | 48.1 | - |
| YUV | 61.84 | 199.2 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 23 | 188 | 0.52 | 0.88 | 0 | 0.26 | 264.36 | 0.78 | 0.41 |
| Hex | 5A | 17 | BC | 34 | 58 | 0 | 1A | 108 | 4E | 29 |
| Octal | 132 | 27 | 274 | 64 | 130 | 0 | 32 | 410 | 116 | 51 |
| Binary | 1011010 | 10111 | 10111100 | 110100 | 1011000 | 0 | 11010 | 100001000 | 1001110 | 101001 |
Color Harmonies of #5A17BC
Complementary color
Monochromatic Colors of #5A17BC
Black with #5A17BC
Text Example
Text Example
White with #5A17BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A17BC; }
p { color: rgb(90,23,188); }
H1.HeaderClassName
{
color: #5A17BC;
}
.AnyTagClassName
{
color: #5A17BC;
}
</style>
background-color css
<style>
a { background-color: #5A17BC; }
a { background-color: rgb(90,23,188); }
div.DivClassName
{
background-color: #5A17BC;
}
.BgClassName
{
background-color: #5A17BC;
}
</style>
border-color css
<style>
span { border-color: #5A17BC; }
span { border-color: rgb(90,23,188); }
td.TdClassName
{
border-color: #5A17BC;
}
.TagClassName
{
border-color: #5A17BC;
}
</style>