Shades of Purple Heart #6612AC
Tints of Purple Heart #6612AC
RGB
CMYK
RGB Variations
Color information
#6612AC (or 0x6612AC) is known color: Purple Heart. HEX triplet: 66, 12 and AC. RGB value is (102,18,172). Sum of RGB (Red+Green+Blue) = 102+18+172=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 18 (7.42% from 255 or 6.16% 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 #6612AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6612AC is #99ED53. Grayscale: #3C3C3C. Windows color (decimal): -10087764 or 11276902. OLE color: 11276902.
HSL color Cylindrical-coordinate representation of color #6612AC: hue angle of 272.73º degrees, saturation: 0.81, 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 #6612AC is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 18 | 172 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.33 |
| HSL | 272.73º | 0.81% | 0.37% | - |
| HSV(B) | 272.73º | 0.9% | 0.67% | - |
| XYZ | 13.14 | 6.24 | 39.54 | - |
| YUV | 60.67 | 190.83 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 18 | 172 | 0.41 | 0.90 | 0 | 0.33 | 272.73 | 0.81 | 0.37 |
| Hex | 66 | 12 | AC | 29 | 5A | 0 | 21 | 111 | 51 | 25 |
| Octal | 146 | 22 | 254 | 51 | 132 | 0 | 41 | 421 | 121 | 45 |
| Binary | 1100110 | 10010 | 10101100 | 101001 | 1011010 | 0 | 100001 | 100010001 | 1010001 | 100101 |
Color Harmonies of #6612AC
Complementary color
Monochromatic Colors of #6612AC
Black with #6612AC
Text Example
Text Example
White with #6612AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6612AC; }
p { color: rgb(102,18,172); }
H1.HeaderClassName
{
color: #6612AC;
}
.AnyTagClassName
{
color: #6612AC;
}
</style>
background-color css
<style>
a { background-color: #6612AC; }
a { background-color: rgb(102,18,172); }
div.DivClassName
{
background-color: #6612AC;
}
.BgClassName
{
background-color: #6612AC;
}
</style>
border-color css
<style>
span { border-color: #6612AC; }
span { border-color: rgb(102,18,172); }
td.TdClassName
{
border-color: #6612AC;
}
.TagClassName
{
border-color: #6612AC;
}
</style>