Shades of Purple Heart #660BC6
Tints of Purple Heart #660BC6
RGB
CMYK
RGB Variations
Color information
#660BC6 (or 0x660BC6) is known color: Purple Heart. HEX triplet: 66, 0B and C6. RGB value is (102,11,198). Sum of RGB (Red+Green+Blue) = 102+11+198=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 198 (77.73% from 255 or 63.67% from 311); Max value from RGB is 198 - color contains mainly: blue. Hex color #660BC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660BC6 is #99F439. Grayscale: #3A3A3A. Windows color (decimal): -10089530 or 12979046. OLE color: 12979046.
HSL color Cylindrical-coordinate representation of color #660BC6: hue angle of 269.2º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660BC6 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 11 | 198 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.22 |
| HSL | 269.2º | 0.89% | 0.41% | - |
| HSV(B) | 269.2º | 0.94% | 0.78% | - |
| XYZ | 15.79 | 7.14 | 53.97 | - |
| YUV | 59.53 | 206.15 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 198 | 0.48 | 0.94 | 0 | 0.22 | 269.2 | 0.89 | 0.41 |
| Hex | 66 | B | C6 | 30 | 5E | 0 | 16 | 10D | 59 | 29 |
| Octal | 146 | 13 | 306 | 60 | 136 | 0 | 26 | 415 | 131 | 51 |
| Binary | 1100110 | 1011 | 11000110 | 110000 | 1011110 | 0 | 10110 | 100001101 | 1011001 | 101001 |
Color Harmonies of #660BC6
Complementary color
Monochromatic Colors of #660BC6
Black with #660BC6
Text Example
Text Example
White with #660BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660BC6; }
p { color: rgb(102,11,198); }
H1.HeaderClassName
{
color: #660BC6;
}
.AnyTagClassName
{
color: #660BC6;
}
</style>
background-color css
<style>
a { background-color: #660BC6; }
a { background-color: rgb(102,11,198); }
div.DivClassName
{
background-color: #660BC6;
}
.BgClassName
{
background-color: #660BC6;
}
</style>
border-color css
<style>
span { border-color: #660BC6; }
span { border-color: rgb(102,11,198); }
td.TdClassName
{
border-color: #660BC6;
}
.TagClassName
{
border-color: #660BC6;
}
</style>