Shades of Purple Heart #5717CB
Tints of Purple Heart #5717CB
RGB
CMYK
RGB Variations
Color information
#5717CB (or 0x5717CB) is known color: Purple Heart. HEX triplet: 57, 17 and CB. RGB value is (87,23,203). Sum of RGB (Red+Green+Blue) = 87+23+203=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #5717CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5717CB is #A8E834. Grayscale: #3E3E3E. Windows color (decimal): -11069493 or 13309783. OLE color: 13309783.
HSL color Cylindrical-coordinate representation of color #5717CB: hue angle of 261.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5717CB is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 23 | 203 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.20 |
| HSL | 261.33º | 0.8% | 0.44% | - |
| HSV(B) | 261.33º | 0.89% | 0.8% | - |
| XYZ | 15.02 | 6.95 | 57.05 | - |
| YUV | 62.66 | 207.2 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 23 | 203 | 0.57 | 0.89 | 0 | 0.20 | 261.33 | 0.8 | 0.44 |
| Hex | 57 | 17 | CB | 39 | 59 | 0 | 14 | 105 | 50 | 2C |
| Octal | 127 | 27 | 313 | 71 | 131 | 0 | 24 | 405 | 120 | 54 |
| Binary | 1010111 | 10111 | 11001011 | 111001 | 1011001 | 0 | 10100 | 100000101 | 1010000 | 101100 |
Color Harmonies of #5717CB
Complementary color
Monochromatic Colors of #5717CB
Black with #5717CB
Text Example
Text Example
White with #5717CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5717CB; }
p { color: rgb(87,23,203); }
H1.HeaderClassName
{
color: #5717CB;
}
.AnyTagClassName
{
color: #5717CB;
}
</style>
background-color css
<style>
a { background-color: #5717CB; }
a { background-color: rgb(87,23,203); }
div.DivClassName
{
background-color: #5717CB;
}
.BgClassName
{
background-color: #5717CB;
}
</style>
border-color css
<style>
span { border-color: #5717CB; }
span { border-color: rgb(87,23,203); }
td.TdClassName
{
border-color: #5717CB;
}
.TagClassName
{
border-color: #5717CB;
}
</style>