Shades of Purple Heart #5611C1
Tints of Purple Heart #5611C1
RGB
CMYK
RGB Variations
Color information
#5611C1 (or 0x5611C1) is known color: Purple Heart. HEX triplet: 56, 11 and C1. RGB value is (86,17,193). Sum of RGB (Red+Green+Blue) = 86+17+193=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 193 (75.78% from 255 or 65.20% from 296); Max value from RGB is 193 - color contains mainly: blue. Hex color #5611C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5611C1 is #A9EE3E. Grayscale: #393939. Windows color (decimal): -11136575 or 12652886. OLE color: 12652886.
HSL color Cylindrical-coordinate representation of color #5611C1: hue angle of 263.52º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5611C1 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 17 | 193 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.24 |
| HSL | 263.52º | 0.84% | 0.41% | - |
| HSV(B) | 263.52º | 0.91% | 0.76% | - |
| XYZ | 13.66 | 6.23 | 50.93 | - |
| YUV | 57.7 | 204.36 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 193 | 0.55 | 0.91 | 0 | 0.24 | 263.52 | 0.84 | 0.41 |
| Hex | 56 | 11 | C1 | 37 | 5B | 0 | 18 | 108 | 54 | 29 |
| Octal | 126 | 21 | 301 | 67 | 133 | 0 | 30 | 410 | 124 | 51 |
| Binary | 1010110 | 10001 | 11000001 | 110111 | 1011011 | 0 | 11000 | 100001000 | 1010100 | 101001 |
Color Harmonies of #5611C1
Complementary color
Monochromatic Colors of #5611C1
Black with #5611C1
Text Example
Text Example
White with #5611C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5611C1; }
p { color: rgb(86,17,193); }
H1.HeaderClassName
{
color: #5611C1;
}
.AnyTagClassName
{
color: #5611C1;
}
</style>
background-color css
<style>
a { background-color: #5611C1; }
a { background-color: rgb(86,17,193); }
div.DivClassName
{
background-color: #5611C1;
}
.BgClassName
{
background-color: #5611C1;
}
</style>
border-color css
<style>
span { border-color: #5611C1; }
span { border-color: rgb(86,17,193); }
td.TdClassName
{
border-color: #5611C1;
}
.TagClassName
{
border-color: #5611C1;
}
</style>