Shades of Purple Heart #660AC2
Tints of Purple Heart #660AC2
RGB
CMYK
RGB Variations
Color information
#660AC2 (or 0x660AC2) is known color: Purple Heart. HEX triplet: 66, 0A and C2. RGB value is (102,10,194). Sum of RGB (Red+Green+Blue) = 102+10+194=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 194 (76.17% from 255 or 63.40% from 306); Max value from RGB is 194 - color contains mainly: blue. Hex color #660AC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660AC2 is #99F53D. Grayscale: #393939. Windows color (decimal): -10089790 or 12716646. OLE color: 12716646.
HSL color Cylindrical-coordinate representation of color #660AC2: hue angle of 270º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660AC2 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 10 | 194 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.24 |
| HSL | 270º | 0.9% | 0.4% | - |
| HSV(B) | 270º | 0.95% | 0.76% | - |
| XYZ | 15.33 | 6.94 | 51.57 | - |
| YUV | 58.48 | 204.48 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 194 | 0.47 | 0.95 | 0 | 0.24 | 270 | 0.9 | 0.4 |
| Hex | 66 | A | C2 | 2F | 5F | 0 | 18 | 10E | 5A | 28 |
| Octal | 146 | 12 | 302 | 57 | 137 | 0 | 30 | 416 | 132 | 50 |
| Binary | 1100110 | 1010 | 11000010 | 101111 | 1011111 | 0 | 11000 | 100001110 | 1011010 | 101000 |
Color Harmonies of #660AC2
Complementary color
Monochromatic Colors of #660AC2
Black with #660AC2
Text Example
Text Example
White with #660AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660AC2; }
p { color: rgb(102,10,194); }
H1.HeaderClassName
{
color: #660AC2;
}
.AnyTagClassName
{
color: #660AC2;
}
</style>
background-color css
<style>
a { background-color: #660AC2; }
a { background-color: rgb(102,10,194); }
div.DivClassName
{
background-color: #660AC2;
}
.BgClassName
{
background-color: #660AC2;
}
</style>
border-color css
<style>
span { border-color: #660AC2; }
span { border-color: rgb(102,10,194); }
td.TdClassName
{
border-color: #660AC2;
}
.TagClassName
{
border-color: #660AC2;
}
</style>