Shades of Purple Heart #6607AC
Tints of Purple Heart #6607AC
RGB
CMYK
RGB Variations
Color information
#6607AC (or 0x6607AC) is known color: Purple Heart. HEX triplet: 66, 07 and AC. RGB value is (102,7,172). Sum of RGB (Red+Green+Blue) = 102+7+172=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #6607AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6607AC is #99F853. Grayscale: #353535. Windows color (decimal): -10090580 or 11274086. OLE color: 11274086.
HSL color Cylindrical-coordinate representation of color #6607AC: hue angle of 274.55º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6607AC is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 7 | 172 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.33 |
| HSL | 274.55º | 0.92% | 0.35% | - |
| HSV(B) | 274.55º | 0.96% | 0.67% | - |
| XYZ | 13 | 5.96 | 39.49 | - |
| YUV | 54.22 | 194.47 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 172 | 0.41 | 0.96 | 0 | 0.33 | 274.55 | 0.92 | 0.35 |
| Hex | 66 | 7 | AC | 29 | 60 | 0 | 21 | 113 | 5C | 23 |
| Octal | 146 | 7 | 254 | 51 | 140 | 0 | 41 | 423 | 134 | 43 |
| Binary | 1100110 | 111 | 10101100 | 101001 | 1100000 | 0 | 100001 | 100010011 | 1011100 | 100011 |
Color Harmonies of #6607AC
Complementary color
Monochromatic Colors of #6607AC
Black with #6607AC
Text Example
Text Example
White with #6607AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6607AC; }
p { color: rgb(102,7,172); }
H1.HeaderClassName
{
color: #6607AC;
}
.AnyTagClassName
{
color: #6607AC;
}
</style>
background-color css
<style>
a { background-color: #6607AC; }
a { background-color: rgb(102,7,172); }
div.DivClassName
{
background-color: #6607AC;
}
.BgClassName
{
background-color: #6607AC;
}
</style>
border-color css
<style>
span { border-color: #6607AC; }
span { border-color: rgb(102,7,172); }
td.TdClassName
{
border-color: #6607AC;
}
.TagClassName
{
border-color: #6607AC;
}
</style>