Shades of Purple Heart #5317BE
Tints of Purple Heart #5317BE
RGB
CMYK
RGB Variations
Color information
#5317BE (or 0x5317BE) is known color: Purple Heart. HEX triplet: 53, 17 and BE. RGB value is (83,23,190). Sum of RGB (Red+Green+Blue) = 83+23+190=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #5317BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5317BE is #ACE841. Grayscale: #3B3B3B. Windows color (decimal): -11331650 or 12457811. OLE color: 12457811.
HSL color Cylindrical-coordinate representation of color #5317BE: hue angle of 261.56º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5317BE is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 23 | 190 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.25 |
| HSL | 261.56º | 0.78% | 0.42% | - |
| HSV(B) | 261.56º | 0.88% | 0.75% | - |
| XYZ | 13.17 | 6.17 | 49.21 | - |
| YUV | 59.98 | 201.38 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 23 | 190 | 0.56 | 0.88 | 0 | 0.25 | 261.56 | 0.78 | 0.42 |
| Hex | 53 | 17 | BE | 38 | 58 | 0 | 19 | 106 | 4E | 2A |
| Octal | 123 | 27 | 276 | 70 | 130 | 0 | 31 | 406 | 116 | 52 |
| Binary | 1010011 | 10111 | 10111110 | 111000 | 1011000 | 0 | 11001 | 100000110 | 1001110 | 101010 |
Color Harmonies of #5317BE
Complementary color
Monochromatic Colors of #5317BE
Black with #5317BE
Text Example
Text Example
White with #5317BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5317BE; }
p { color: rgb(83,23,190); }
H1.HeaderClassName
{
color: #5317BE;
}
.AnyTagClassName
{
color: #5317BE;
}
</style>
background-color css
<style>
a { background-color: #5317BE; }
a { background-color: rgb(83,23,190); }
div.DivClassName
{
background-color: #5317BE;
}
.BgClassName
{
background-color: #5317BE;
}
</style>
border-color css
<style>
span { border-color: #5317BE; }
span { border-color: rgb(83,23,190); }
td.TdClassName
{
border-color: #5317BE;
}
.TagClassName
{
border-color: #5317BE;
}
</style>