Shades of Purple Heart #6618AA
Tints of Purple Heart #6618AA
RGB
CMYK
RGB Variations
Color information
#6618AA (or 0x6618AA) is known color: Purple Heart. HEX triplet: 66, 18 and AA. RGB value is (102,24,170). Sum of RGB (Red+Green+Blue) = 102+24+170=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #6618AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6618AA is #99E755. Grayscale: #3F3F3F. Windows color (decimal): -10086230 or 11147366. OLE color: 11147366.
HSL color Cylindrical-coordinate representation of color #6618AA: hue angle of 272.05º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6618AA is Cyan = 0.4, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 24 | 170 | - |
| CMYK | 0.4 | 0.86 | 0 | 0.33 |
| HSL | 272.05º | 0.75% | 0.38% | - |
| HSV(B) | 272.05º | 0.86% | 0.67% | - |
| XYZ | 13.06 | 6.38 | 38.57 | - |
| YUV | 63.97 | 187.84 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 170 | 0.4 | 0.86 | 0 | 0.33 | 272.05 | 0.75 | 0.38 |
| Hex | 66 | 18 | AA | 28 | 56 | 0 | 21 | 110 | 4B | 26 |
| Octal | 146 | 30 | 252 | 50 | 126 | 0 | 41 | 420 | 113 | 46 |
| Binary | 1100110 | 11000 | 10101010 | 101000 | 1010110 | 0 | 100001 | 100010000 | 1001011 | 100110 |
Color Harmonies of #6618AA
Complementary color
Monochromatic Colors of #6618AA
Black with #6618AA
Text Example
Text Example
White with #6618AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6618AA; }
p { color: rgb(102,24,170); }
H1.HeaderClassName
{
color: #6618AA;
}
.AnyTagClassName
{
color: #6618AA;
}
</style>
background-color css
<style>
a { background-color: #6618AA; }
a { background-color: rgb(102,24,170); }
div.DivClassName
{
background-color: #6618AA;
}
.BgClassName
{
background-color: #6618AA;
}
</style>
border-color css
<style>
span { border-color: #6618AA; }
span { border-color: rgb(102,24,170); }
td.TdClassName
{
border-color: #6618AA;
}
.TagClassName
{
border-color: #6618AA;
}
</style>