Shades of Purple Heart #6711AC
Tints of Purple Heart #6711AC
RGB
CMYK
RGB Variations
Color information
#6711AC (or 0x6711AC) is known color: Purple Heart. HEX triplet: 67, 11 and AC. RGB value is (103,17,172). Sum of RGB (Red+Green+Blue) = 103+17+172=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #6711AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6711AC is #98EE53. Grayscale: #3B3B3B. Windows color (decimal): -10022484 or 11276647. OLE color: 11276647.
HSL color Cylindrical-coordinate representation of color #6711AC: hue angle of 273.29º 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 #6711AC is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 17 | 172 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.33 |
| HSL | 273.29º | 0.82% | 0.37% | - |
| HSV(B) | 273.29º | 0.9% | 0.67% | - |
| XYZ | 13.24 | 6.26 | 39.54 | - |
| YUV | 60.38 | 190.99 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 17 | 172 | 0.40 | 0.90 | 0 | 0.33 | 273.29 | 0.82 | 0.37 |
| Hex | 67 | 11 | AC | 28 | 5A | 0 | 21 | 111 | 52 | 25 |
| Octal | 147 | 21 | 254 | 50 | 132 | 0 | 41 | 421 | 122 | 45 |
| Binary | 1100111 | 10001 | 10101100 | 101000 | 1011010 | 0 | 100001 | 100010001 | 1010010 | 100101 |
Color Harmonies of #6711AC
Complementary color
Monochromatic Colors of #6711AC
Black with #6711AC
Text Example
Text Example
White with #6711AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6711AC; }
p { color: rgb(103,17,172); }
H1.HeaderClassName
{
color: #6711AC;
}
.AnyTagClassName
{
color: #6711AC;
}
</style>
background-color css
<style>
a { background-color: #6711AC; }
a { background-color: rgb(103,17,172); }
div.DivClassName
{
background-color: #6711AC;
}
.BgClassName
{
background-color: #6711AC;
}
</style>
border-color css
<style>
span { border-color: #6711AC; }
span { border-color: rgb(103,17,172); }
td.TdClassName
{
border-color: #6711AC;
}
.TagClassName
{
border-color: #6711AC;
}
</style>