Shades of Purple Heart #6711AB
Tints of Purple Heart #6711AB
RGB
CMYK
RGB Variations
Color information
#6711AB (or 0x6711AB) is known color: Purple Heart. HEX triplet: 67, 11 and AB. RGB value is (103,17,171). Sum of RGB (Red+Green+Blue) = 103+17+171=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #6711AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6711AB is #98EE54. Grayscale: #3B3B3B. Windows color (decimal): -10022485 or 11211111. OLE color: 11211111.
HSL color Cylindrical-coordinate representation of color #6711AB: hue angle of 273.51º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6711AB is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 17 | 171 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.33 |
| HSL | 273.51º | 0.82% | 0.37% | - |
| HSV(B) | 273.51º | 0.9% | 0.67% | - |
| XYZ | 13.14 | 6.22 | 39.04 | - |
| YUV | 60.27 | 190.49 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 17 | 171 | 0.40 | 0.90 | 0 | 0.33 | 273.51 | 0.82 | 0.37 |
| Hex | 67 | 11 | AB | 28 | 5A | 0 | 21 | 112 | 52 | 25 |
| Octal | 147 | 21 | 253 | 50 | 132 | 0 | 41 | 422 | 122 | 45 |
| Binary | 1100111 | 10001 | 10101011 | 101000 | 1011010 | 0 | 100001 | 100010010 | 1010010 | 100101 |
Color Harmonies of #6711AB
Complementary color
Monochromatic Colors of #6711AB
Black with #6711AB
Text Example
Text Example
White with #6711AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6711AB; }
p { color: rgb(103,17,171); }
H1.HeaderClassName
{
color: #6711AB;
}
.AnyTagClassName
{
color: #6711AB;
}
</style>
background-color css
<style>
a { background-color: #6711AB; }
a { background-color: rgb(103,17,171); }
div.DivClassName
{
background-color: #6711AB;
}
.BgClassName
{
background-color: #6711AB;
}
</style>
border-color css
<style>
span { border-color: #6711AB; }
span { border-color: rgb(103,17,171); }
td.TdClassName
{
border-color: #6711AB;
}
.TagClassName
{
border-color: #6711AB;
}
</style>