Shades of Purple Heart #5312B6
Tints of Purple Heart #5312B6
RGB
CMYK
RGB Variations
Color information
#5312B6 (or 0x5312B6) is known color: Purple Heart. HEX triplet: 53, 12 and B6. RGB value is (83,18,182). Sum of RGB (Red+Green+Blue) = 83+18+182=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 182 (71.48% from 255 or 64.31% from 283); Max value from RGB is 182 - color contains mainly: blue. Hex color #5312B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5312B6 is #ACED49. Grayscale: #373737. Windows color (decimal): -11332938 or 11932243. OLE color: 11932243.
HSL color Cylindrical-coordinate representation of color #5312B6: hue angle of 263.78º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5312B6 is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 18 | 182 | - |
| CMYK | 0.54 | 0.90 | 0 | 0.29 |
| HSL | 263.78º | 0.82% | 0.39% | - |
| HSV(B) | 263.78º | 0.9% | 0.71% | - |
| XYZ | 12.23 | 5.65 | 44.7 | - |
| YUV | 56.13 | 199.03 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 182 | 0.54 | 0.90 | 0 | 0.29 | 263.78 | 0.82 | 0.39 |
| Hex | 53 | 12 | B6 | 36 | 5A | 0 | 1D | 108 | 52 | 27 |
| Octal | 123 | 22 | 266 | 66 | 132 | 0 | 35 | 410 | 122 | 47 |
| Binary | 1010011 | 10010 | 10110110 | 110110 | 1011010 | 0 | 11101 | 100001000 | 1010010 | 100111 |
Color Harmonies of #5312B6
Complementary color
Monochromatic Colors of #5312B6
Black with #5312B6
Text Example
Text Example
White with #5312B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5312B6; }
p { color: rgb(83,18,182); }
H1.HeaderClassName
{
color: #5312B6;
}
.AnyTagClassName
{
color: #5312B6;
}
</style>
background-color css
<style>
a { background-color: #5312B6; }
a { background-color: rgb(83,18,182); }
div.DivClassName
{
background-color: #5312B6;
}
.BgClassName
{
background-color: #5312B6;
}
</style>
border-color css
<style>
span { border-color: #5312B6; }
span { border-color: rgb(83,18,182); }
td.TdClassName
{
border-color: #5312B6;
}
.TagClassName
{
border-color: #5312B6;
}
</style>