Shades of Purple Heart #5317BC
Tints of Purple Heart #5317BC
RGB
CMYK
RGB Variations
Color information
#5317BC (or 0x5317BC) is known color: Purple Heart. HEX triplet: 53, 17 and BC. RGB value is (83,23,188). Sum of RGB (Red+Green+Blue) = 83+23+188=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #5317BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5317BC is #ACE843. Grayscale: #3B3B3B. Windows color (decimal): -11331652 or 12326739. OLE color: 12326739.
HSL color Cylindrical-coordinate representation of color #5317BC: hue angle of 261.82º 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 #5317BC is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 23 | 188 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.26 |
| HSL | 261.82º | 0.78% | 0.41% | - |
| HSV(B) | 261.82º | 0.88% | 0.74% | - |
| XYZ | 12.95 | 6.08 | 48.07 | - |
| YUV | 59.75 | 200.38 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 23 | 188 | 0.56 | 0.88 | 0 | 0.26 | 261.82 | 0.78 | 0.41 |
| Hex | 53 | 17 | BC | 38 | 58 | 0 | 1A | 106 | 4E | 29 |
| Octal | 123 | 27 | 274 | 70 | 130 | 0 | 32 | 406 | 116 | 51 |
| Binary | 1010011 | 10111 | 10111100 | 111000 | 1011000 | 0 | 11010 | 100000110 | 1001110 | 101001 |
Color Harmonies of #5317BC
Complementary color
Monochromatic Colors of #5317BC
Black with #5317BC
Text Example
Text Example
White with #5317BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5317BC; }
p { color: rgb(83,23,188); }
H1.HeaderClassName
{
color: #5317BC;
}
.AnyTagClassName
{
color: #5317BC;
}
</style>
background-color css
<style>
a { background-color: #5317BC; }
a { background-color: rgb(83,23,188); }
div.DivClassName
{
background-color: #5317BC;
}
.BgClassName
{
background-color: #5317BC;
}
</style>
border-color css
<style>
span { border-color: #5317BC; }
span { border-color: rgb(83,23,188); }
td.TdClassName
{
border-color: #5317BC;
}
.TagClassName
{
border-color: #5317BC;
}
</style>