Shades of Purple Heart #6607AB
Tints of Purple Heart #6607AB
RGB
CMYK
RGB Variations
Color information
#6607AB (or 0x6607AB) is known color: Purple Heart. HEX triplet: 66, 07 and AB. RGB value is (102,7,171). Sum of RGB (Red+Green+Blue) = 102+7+171=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #6607AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6607AB is #99F854. Grayscale: #353535. Windows color (decimal): -10090581 or 11208550. OLE color: 11208550.
HSL color Cylindrical-coordinate representation of color #6607AB: hue angle of 274.76º 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 #6607AB is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 7 | 171 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.33 |
| HSL | 274.76º | 0.92% | 0.35% | - |
| HSV(B) | 274.76º | 0.96% | 0.67% | - |
| XYZ | 12.91 | 5.92 | 38.99 | - |
| YUV | 54.1 | 193.97 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 171 | 0.40 | 0.96 | 0 | 0.33 | 274.76 | 0.92 | 0.35 |
| Hex | 66 | 7 | AB | 28 | 60 | 0 | 21 | 113 | 5C | 23 |
| Octal | 146 | 7 | 253 | 50 | 140 | 0 | 41 | 423 | 134 | 43 |
| Binary | 1100110 | 111 | 10101011 | 101000 | 1100000 | 0 | 100001 | 100010011 | 1011100 | 100011 |
Color Harmonies of #6607AB
Complementary color
Monochromatic Colors of #6607AB
Black with #6607AB
Text Example
Text Example
White with #6607AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6607AB; }
p { color: rgb(102,7,171); }
H1.HeaderClassName
{
color: #6607AB;
}
.AnyTagClassName
{
color: #6607AB;
}
</style>
background-color css
<style>
a { background-color: #6607AB; }
a { background-color: rgb(102,7,171); }
div.DivClassName
{
background-color: #6607AB;
}
.BgClassName
{
background-color: #6607AB;
}
</style>
border-color css
<style>
span { border-color: #6607AB; }
span { border-color: rgb(102,7,171); }
td.TdClassName
{
border-color: #6607AB;
}
.TagClassName
{
border-color: #6607AB;
}
</style>