Shades of Purple Heart #5313BD
Tints of Purple Heart #5313BD
RGB
CMYK
RGB Variations
Color information
#5313BD (or 0x5313BD) is known color: Purple Heart. HEX triplet: 53, 13 and BD. RGB value is (83,19,189). Sum of RGB (Red+Green+Blue) = 83+19+189=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 189 (74.22% from 255 or 64.95% from 291); Max value from RGB is 189 - color contains mainly: blue. Hex color #5313BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5313BD is #ACEC42. Grayscale: #383838. Windows color (decimal): -11332675 or 12391251. OLE color: 12391251.
HSL color Cylindrical-coordinate representation of color #5313BD: hue angle of 262.59º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5313BD is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 19 | 189 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.26 |
| HSL | 262.59º | 0.82% | 0.41% | - |
| HSV(B) | 262.59º | 0.9% | 0.74% | - |
| XYZ | 12.99 | 5.98 | 48.61 | - |
| YUV | 57.52 | 202.2 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 19 | 189 | 0.56 | 0.90 | 0 | 0.26 | 262.59 | 0.82 | 0.41 |
| Hex | 53 | 13 | BD | 38 | 5A | 0 | 1A | 107 | 52 | 29 |
| Octal | 123 | 23 | 275 | 70 | 132 | 0 | 32 | 407 | 122 | 51 |
| Binary | 1010011 | 10011 | 10111101 | 111000 | 1011010 | 0 | 11010 | 100000111 | 1010010 | 101001 |
Color Harmonies of #5313BD
Complementary color
Monochromatic Colors of #5313BD
Black with #5313BD
Text Example
Text Example
White with #5313BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5313BD; }
p { color: rgb(83,19,189); }
H1.HeaderClassName
{
color: #5313BD;
}
.AnyTagClassName
{
color: #5313BD;
}
</style>
background-color css
<style>
a { background-color: #5313BD; }
a { background-color: rgb(83,19,189); }
div.DivClassName
{
background-color: #5313BD;
}
.BgClassName
{
background-color: #5313BD;
}
</style>
border-color css
<style>
span { border-color: #5313BD; }
span { border-color: rgb(83,19,189); }
td.TdClassName
{
border-color: #5313BD;
}
.TagClassName
{
border-color: #5313BD;
}
</style>