Shades of Purple Heart #6607AE
Tints of Purple Heart #6607AE
RGB
CMYK
RGB Variations
Color information
#6607AE (or 0x6607AE) is known color: Purple Heart. HEX triplet: 66, 07 and AE. RGB value is (102,7,174). Sum of RGB (Red+Green+Blue) = 102+7+174=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #6607AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6607AE is #99F851. Grayscale: #353535. Windows color (decimal): -10090578 or 11405158. OLE color: 11405158.
HSL color Cylindrical-coordinate representation of color #6607AE: hue angle of 274.13º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6607AE is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 7 | 174 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.32 |
| HSL | 274.13º | 0.92% | 0.35% | - |
| HSV(B) | 274.13º | 0.96% | 0.68% | - |
| XYZ | 13.2 | 6.03 | 40.51 | - |
| YUV | 54.44 | 195.47 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 174 | 0.41 | 0.96 | 0 | 0.32 | 274.13 | 0.92 | 0.35 |
| Hex | 66 | 7 | AE | 29 | 60 | 0 | 20 | 112 | 5C | 23 |
| Octal | 146 | 7 | 256 | 51 | 140 | 0 | 40 | 422 | 134 | 43 |
| Binary | 1100110 | 111 | 10101110 | 101001 | 1100000 | 0 | 100000 | 100010010 | 1011100 | 100011 |
Color Harmonies of #6607AE
Complementary color
Monochromatic Colors of #6607AE
Black with #6607AE
Text Example
Text Example
White with #6607AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6607AE; }
p { color: rgb(102,7,174); }
H1.HeaderClassName
{
color: #6607AE;
}
.AnyTagClassName
{
color: #6607AE;
}
</style>
background-color css
<style>
a { background-color: #6607AE; }
a { background-color: rgb(102,7,174); }
div.DivClassName
{
background-color: #6607AE;
}
.BgClassName
{
background-color: #6607AE;
}
</style>
border-color css
<style>
span { border-color: #6607AE; }
span { border-color: rgb(102,7,174); }
td.TdClassName
{
border-color: #6607AE;
}
.TagClassName
{
border-color: #6607AE;
}
</style>