Shades of Purple Heart #6611AD
Tints of Purple Heart #6611AD
RGB
CMYK
RGB Variations
Color information
#6611AD (or 0x6611AD) is known color: Purple Heart. HEX triplet: 66, 11 and AD. RGB value is (102,17,173). Sum of RGB (Red+Green+Blue) = 102+17+173=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #6611AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6611AD is #99EE52. Grayscale: #3B3B3B. Windows color (decimal): -10088019 or 11342182. OLE color: 11342182.
HSL color Cylindrical-coordinate representation of color #6611AD: hue angle of 272.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6611AD is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 17 | 173 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.32 |
| HSL | 272.69º | 0.82% | 0.37% | - |
| HSV(B) | 272.69º | 0.9% | 0.68% | - |
| XYZ | 13.22 | 6.24 | 40.04 | - |
| YUV | 60.2 | 191.66 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 173 | 0.41 | 0.90 | 0 | 0.32 | 272.69 | 0.82 | 0.37 |
| Hex | 66 | 11 | AD | 29 | 5A | 0 | 20 | 111 | 52 | 25 |
| Octal | 146 | 21 | 255 | 51 | 132 | 0 | 40 | 421 | 122 | 45 |
| Binary | 1100110 | 10001 | 10101101 | 101001 | 1011010 | 0 | 100000 | 100010001 | 1010010 | 100101 |
Color Harmonies of #6611AD
Complementary color
Monochromatic Colors of #6611AD
Black with #6611AD
Text Example
Text Example
White with #6611AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6611AD; }
p { color: rgb(102,17,173); }
H1.HeaderClassName
{
color: #6611AD;
}
.AnyTagClassName
{
color: #6611AD;
}
</style>
background-color css
<style>
a { background-color: #6611AD; }
a { background-color: rgb(102,17,173); }
div.DivClassName
{
background-color: #6611AD;
}
.BgClassName
{
background-color: #6611AD;
}
</style>
border-color css
<style>
span { border-color: #6611AD; }
span { border-color: rgb(102,17,173); }
td.TdClassName
{
border-color: #6611AD;
}
.TagClassName
{
border-color: #6611AD;
}
</style>