Shades of Purple Heart #5312BD
Tints of Purple Heart #5312BD
RGB
CMYK
RGB Variations
Color information
#5312BD (or 0x5312BD) is known color: Purple Heart. HEX triplet: 53, 12 and BD. RGB value is (83,18,189). Sum of RGB (Red+Green+Blue) = 83+18+189=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 189 (74.22% from 255 or 65.17% from 290); Max value from RGB is 189 - color contains mainly: blue. Hex color #5312BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5312BD is #ACED42. Grayscale: #383838. Windows color (decimal): -11332931 or 12390995. OLE color: 12390995.
HSL color Cylindrical-coordinate representation of color #5312BD: hue angle of 262.81º degrees, saturation: 0.83, 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 #5312BD is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 18 | 189 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.26 |
| HSL | 262.81º | 0.83% | 0.41% | - |
| HSV(B) | 262.81º | 0.9% | 0.74% | - |
| XYZ | 12.97 | 5.95 | 48.61 | - |
| YUV | 56.93 | 202.53 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 189 | 0.56 | 0.90 | 0 | 0.26 | 262.81 | 0.83 | 0.41 |
| Hex | 53 | 12 | BD | 38 | 5A | 0 | 1A | 107 | 53 | 29 |
| Octal | 123 | 22 | 275 | 70 | 132 | 0 | 32 | 407 | 123 | 51 |
| Binary | 1010011 | 10010 | 10111101 | 111000 | 1011010 | 0 | 11010 | 100000111 | 1010011 | 101001 |
Color Harmonies of #5312BD
Complementary color
Monochromatic Colors of #5312BD
Black with #5312BD
Text Example
Text Example
White with #5312BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5312BD; }
p { color: rgb(83,18,189); }
H1.HeaderClassName
{
color: #5312BD;
}
.AnyTagClassName
{
color: #5312BD;
}
</style>
background-color css
<style>
a { background-color: #5312BD; }
a { background-color: rgb(83,18,189); }
div.DivClassName
{
background-color: #5312BD;
}
.BgClassName
{
background-color: #5312BD;
}
</style>
border-color css
<style>
span { border-color: #5312BD; }
span { border-color: rgb(83,18,189); }
td.TdClassName
{
border-color: #5312BD;
}
.TagClassName
{
border-color: #5312BD;
}
</style>