Shades of Purple Heart #5717C1
Tints of Purple Heart #5717C1
RGB
CMYK
RGB Variations
Color information
#5717C1 (or 0x5717C1) is known color: Purple Heart. HEX triplet: 57, 17 and C1. RGB value is (87,23,193). Sum of RGB (Red+Green+Blue) = 87+23+193=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 193 (75.78% from 255 or 63.70% from 303); Max value from RGB is 193 - color contains mainly: blue. Hex color #5717C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5717C1 is #A8E83E. Grayscale: #3C3C3C. Windows color (decimal): -11069503 or 12654423. OLE color: 12654423.
HSL color Cylindrical-coordinate representation of color #5717C1: hue angle of 262.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5717C1 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 23 | 193 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.24 |
| HSL | 262.59º | 0.79% | 0.42% | - |
| HSV(B) | 262.59º | 0.88% | 0.76% | - |
| XYZ | 13.86 | 6.49 | 50.97 | - |
| YUV | 61.52 | 202.2 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 23 | 193 | 0.55 | 0.88 | 0 | 0.24 | 262.59 | 0.79 | 0.42 |
| Hex | 57 | 17 | C1 | 37 | 58 | 0 | 18 | 107 | 4F | 2A |
| Octal | 127 | 27 | 301 | 67 | 130 | 0 | 30 | 407 | 117 | 52 |
| Binary | 1010111 | 10111 | 11000001 | 110111 | 1011000 | 0 | 11000 | 100000111 | 1001111 | 101010 |
Color Harmonies of #5717C1
Complementary color
Monochromatic Colors of #5717C1
Black with #5717C1
Text Example
Text Example
White with #5717C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5717C1; }
p { color: rgb(87,23,193); }
H1.HeaderClassName
{
color: #5717C1;
}
.AnyTagClassName
{
color: #5717C1;
}
</style>
background-color css
<style>
a { background-color: #5717C1; }
a { background-color: rgb(87,23,193); }
div.DivClassName
{
background-color: #5717C1;
}
.BgClassName
{
background-color: #5717C1;
}
</style>
border-color css
<style>
span { border-color: #5717C1; }
span { border-color: rgb(87,23,193); }
td.TdClassName
{
border-color: #5717C1;
}
.TagClassName
{
border-color: #5717C1;
}
</style>