Shades of Purple Heart #5111CF
Tints of Purple Heart #5111CF
RGB
CMYK
RGB Variations
Color information
#5111CF (or 0x5111CF) is known color: Purple Heart. HEX triplet: 51, 11 and CF. RGB value is (81,17,207). Sum of RGB (Red+Green+Blue) = 81+17+207=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #5111CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5111CF is #AEEE30. Grayscale: #393939. Windows color (decimal): -11464241 or 13570385. OLE color: 13570385.
HSL color Cylindrical-coordinate representation of color #5111CF: hue angle of 260.21º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5111CF is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 17 | 207 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.19 |
| HSL | 260.21º | 0.85% | 0.44% | - |
| HSV(B) | 260.21º | 0.92% | 0.81% | - |
| XYZ | 14.86 | 6.66 | 59.53 | - |
| YUV | 57.8 | 212.2 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 207 | 0.61 | 0.92 | 0 | 0.19 | 260.21 | 0.85 | 0.44 |
| Hex | 51 | 11 | CF | 3D | 5C | 0 | 13 | 104 | 55 | 2C |
| Octal | 121 | 21 | 317 | 75 | 134 | 0 | 23 | 404 | 125 | 54 |
| Binary | 1010001 | 10001 | 11001111 | 111101 | 1011100 | 0 | 10011 | 100000100 | 1010101 | 101100 |
Color Harmonies of #5111CF
Complementary color
Monochromatic Colors of #5111CF
Black with #5111CF
Text Example
Text Example
White with #5111CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5111CF; }
p { color: rgb(81,17,207); }
H1.HeaderClassName
{
color: #5111CF;
}
.AnyTagClassName
{
color: #5111CF;
}
</style>
background-color css
<style>
a { background-color: #5111CF; }
a { background-color: rgb(81,17,207); }
div.DivClassName
{
background-color: #5111CF;
}
.BgClassName
{
background-color: #5111CF;
}
</style>
border-color css
<style>
span { border-color: #5111CF; }
span { border-color: rgb(81,17,207); }
td.TdClassName
{
border-color: #5111CF;
}
.TagClassName
{
border-color: #5111CF;
}
</style>