Shades of Purple Heart #6622AB
Tints of Purple Heart #6622AB
RGB
CMYK
RGB Variations
Color information
#6622AB (or 0x6622AB) is known color: Purple Heart. HEX triplet: 66, 22 and AB. RGB value is (102,34,171). Sum of RGB (Red+Green+Blue) = 102+34+171=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #6622AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6622AB is #99DD54. Grayscale: #454545. Windows color (decimal): -10083669 or 11215462. OLE color: 11215462.
HSL color Cylindrical-coordinate representation of color #6622AB: hue angle of 269.78º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6622AB is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 34 | 171 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.33 |
| HSL | 269.78º | 0.67% | 0.4% | - |
| HSV(B) | 269.78º | 0.8% | 0.67% | - |
| XYZ | 13.4 | 6.91 | 39.16 | - |
| YUV | 69.95 | 185.03 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 171 | 0.40 | 0.80 | 0 | 0.33 | 269.78 | 0.67 | 0.4 |
| Hex | 66 | 22 | AB | 28 | 50 | 0 | 21 | 10E | 43 | 28 |
| Octal | 146 | 42 | 253 | 50 | 120 | 0 | 41 | 416 | 103 | 50 |
| Binary | 1100110 | 100010 | 10101011 | 101000 | 1010000 | 0 | 100001 | 100001110 | 1000011 | 101000 |
Color Harmonies of #6622AB
Complementary color
Monochromatic Colors of #6622AB
Black with #6622AB
Text Example
Text Example
White with #6622AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6622AB; }
p { color: rgb(102,34,171); }
H1.HeaderClassName
{
color: #6622AB;
}
.AnyTagClassName
{
color: #6622AB;
}
</style>
background-color css
<style>
a { background-color: #6622AB; }
a { background-color: rgb(102,34,171); }
div.DivClassName
{
background-color: #6622AB;
}
.BgClassName
{
background-color: #6622AB;
}
</style>
border-color css
<style>
span { border-color: #6622AB; }
span { border-color: rgb(102,34,171); }
td.TdClassName
{
border-color: #6622AB;
}
.TagClassName
{
border-color: #6622AB;
}
</style>