Shades of Purple Heart #6621AB
Tints of Purple Heart #6621AB
RGB
CMYK
RGB Variations
Color information
#6621AB (or 0x6621AB) is known color: Purple Heart. HEX triplet: 66, 21 and AB. RGB value is (102,33,171). Sum of RGB (Red+Green+Blue) = 102+33+171=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #6621AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6621AB is #99DE54. Grayscale: #444444. Windows color (decimal): -10083925 or 11215206. OLE color: 11215206.
HSL color Cylindrical-coordinate representation of color #6621AB: hue angle of 270º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6621AB is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 33 | 171 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.33 |
| HSL | 270º | 0.68% | 0.4% | - |
| HSV(B) | 270º | 0.81% | 0.67% | - |
| XYZ | 13.37 | 6.85 | 39.15 | - |
| YUV | 69.36 | 185.36 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 171 | 0.40 | 0.81 | 0 | 0.33 | 270 | 0.68 | 0.4 |
| Hex | 66 | 21 | AB | 28 | 51 | 0 | 21 | 10E | 44 | 28 |
| Octal | 146 | 41 | 253 | 50 | 121 | 0 | 41 | 416 | 104 | 50 |
| Binary | 1100110 | 100001 | 10101011 | 101000 | 1010001 | 0 | 100001 | 100001110 | 1000100 | 101000 |
Color Harmonies of #6621AB
Complementary color
Monochromatic Colors of #6621AB
Black with #6621AB
Text Example
Text Example
White with #6621AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6621AB; }
p { color: rgb(102,33,171); }
H1.HeaderClassName
{
color: #6621AB;
}
.AnyTagClassName
{
color: #6621AB;
}
</style>
background-color css
<style>
a { background-color: #6621AB; }
a { background-color: rgb(102,33,171); }
div.DivClassName
{
background-color: #6621AB;
}
.BgClassName
{
background-color: #6621AB;
}
</style>
border-color css
<style>
span { border-color: #6621AB; }
span { border-color: rgb(102,33,171); }
td.TdClassName
{
border-color: #6621AB;
}
.TagClassName
{
border-color: #6621AB;
}
</style>