Shades of Purple Heart #5312BF
Tints of Purple Heart #5312BF
RGB
CMYK
RGB Variations
Color information
#5312BF (or 0x5312BF) is known color: Purple Heart. HEX triplet: 53, 12 and BF. RGB value is (83,18,191). Sum of RGB (Red+Green+Blue) = 83+18+191=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 191 (75% from 255 or 65.41% from 292); Max value from RGB is 191 - color contains mainly: blue. Hex color #5312BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5312BF is #ACED40. Grayscale: #383838. Windows color (decimal): -11332929 or 12522067. OLE color: 12522067.
HSL color Cylindrical-coordinate representation of color #5312BF: hue angle of 262.54º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5312BF is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 18 | 191 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.25 |
| HSL | 262.54º | 0.83% | 0.41% | - |
| HSV(B) | 262.54º | 0.91% | 0.75% | - |
| XYZ | 13.19 | 6.03 | 49.76 | - |
| YUV | 57.16 | 203.53 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 191 | 0.57 | 0.91 | 0 | 0.25 | 262.54 | 0.83 | 0.41 |
| Hex | 53 | 12 | BF | 39 | 5B | 0 | 19 | 107 | 53 | 29 |
| Octal | 123 | 22 | 277 | 71 | 133 | 0 | 31 | 407 | 123 | 51 |
| Binary | 1010011 | 10010 | 10111111 | 111001 | 1011011 | 0 | 11001 | 100000111 | 1010011 | 101001 |
Color Harmonies of #5312BF
Complementary color
Monochromatic Colors of #5312BF
Black with #5312BF
Text Example
Text Example
White with #5312BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5312BF; }
p { color: rgb(83,18,191); }
H1.HeaderClassName
{
color: #5312BF;
}
.AnyTagClassName
{
color: #5312BF;
}
</style>
background-color css
<style>
a { background-color: #5312BF; }
a { background-color: rgb(83,18,191); }
div.DivClassName
{
background-color: #5312BF;
}
.BgClassName
{
background-color: #5312BF;
}
</style>
border-color css
<style>
span { border-color: #5312BF; }
span { border-color: rgb(83,18,191); }
td.TdClassName
{
border-color: #5312BF;
}
.TagClassName
{
border-color: #5312BF;
}
</style>