Shades of Purple Heart #5B17CD
Tints of Purple Heart #5B17CD
RGB
CMYK
RGB Variations
Color information
#5B17CD (or 0x5B17CD) is known color: Purple Heart. HEX triplet: 5B, 17 and CD. RGB value is (91,23,205). Sum of RGB (Red+Green+Blue) = 91+23+205=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B17CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B17CD is #A4E832. Grayscale: #3F3F3F. Windows color (decimal): -10807347 or 13440859. OLE color: 13440859.
HSL color Cylindrical-coordinate representation of color #5B17CD: hue angle of 262.42º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B17CD is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 23 | 205 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.20 |
| HSL | 262.42º | 0.8% | 0.45% | - |
| HSV(B) | 262.42º | 0.89% | 0.8% | - |
| XYZ | 15.64 | 7.24 | 58.33 | - |
| YUV | 64.08 | 207.53 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 23 | 205 | 0.56 | 0.89 | 0 | 0.20 | 262.42 | 0.8 | 0.45 |
| Hex | 5B | 17 | CD | 38 | 59 | 0 | 14 | 106 | 50 | 2D |
| Octal | 133 | 27 | 315 | 70 | 131 | 0 | 24 | 406 | 120 | 55 |
| Binary | 1011011 | 10111 | 11001101 | 111000 | 1011001 | 0 | 10100 | 100000110 | 1010000 | 101101 |
Color Harmonies of #5B17CD
Complementary color
Monochromatic Colors of #5B17CD
Black with #5B17CD
Text Example
Text Example
White with #5B17CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B17CD; }
p { color: rgb(91,23,205); }
H1.HeaderClassName
{
color: #5B17CD;
}
.AnyTagClassName
{
color: #5B17CD;
}
</style>
background-color css
<style>
a { background-color: #5B17CD; }
a { background-color: rgb(91,23,205); }
div.DivClassName
{
background-color: #5B17CD;
}
.BgClassName
{
background-color: #5B17CD;
}
</style>
border-color css
<style>
span { border-color: #5B17CD; }
span { border-color: rgb(91,23,205); }
td.TdClassName
{
border-color: #5B17CD;
}
.TagClassName
{
border-color: #5B17CD;
}
</style>