Shades of Purple Heart #5112C3
Tints of Purple Heart #5112C3
RGB
CMYK
RGB Variations
Color information
#5112C3 (or 0x5112C3) is known color: Purple Heart. HEX triplet: 51, 12 and C3. RGB value is (81,18,195). Sum of RGB (Red+Green+Blue) = 81+18+195=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 195 (76.56% from 255 or 66.33% from 294); Max value from RGB is 195 - color contains mainly: blue. Hex color #5112C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5112C3 is #AEED3C. Grayscale: #383838. Windows color (decimal): -11463997 or 12784209. OLE color: 12784209.
HSL color Cylindrical-coordinate representation of color #5112C3: hue angle of 261.36º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5112C3 is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 18 | 195 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.24 |
| HSL | 261.36º | 0.83% | 0.42% | - |
| HSV(B) | 261.36º | 0.91% | 0.76% | - |
| XYZ | 13.46 | 6.12 | 52.1 | - |
| YUV | 57.02 | 205.87 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 195 | 0.58 | 0.91 | 0 | 0.24 | 261.36 | 0.83 | 0.42 |
| Hex | 51 | 12 | C3 | 3A | 5B | 0 | 18 | 105 | 53 | 2A |
| Octal | 121 | 22 | 303 | 72 | 133 | 0 | 30 | 405 | 123 | 52 |
| Binary | 1010001 | 10010 | 11000011 | 111010 | 1011011 | 0 | 11000 | 100000101 | 1010011 | 101010 |
Color Harmonies of #5112C3
Complementary color
Monochromatic Colors of #5112C3
Black with #5112C3
Text Example
Text Example
White with #5112C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5112C3; }
p { color: rgb(81,18,195); }
H1.HeaderClassName
{
color: #5112C3;
}
.AnyTagClassName
{
color: #5112C3;
}
</style>
background-color css
<style>
a { background-color: #5112C3; }
a { background-color: rgb(81,18,195); }
div.DivClassName
{
background-color: #5112C3;
}
.BgClassName
{
background-color: #5112C3;
}
</style>
border-color css
<style>
span { border-color: #5112C3; }
span { border-color: rgb(81,18,195); }
td.TdClassName
{
border-color: #5112C3;
}
.TagClassName
{
border-color: #5112C3;
}
</style>