Shades of Purple Heart #660BC5
Tints of Purple Heart #660BC5
RGB
CMYK
RGB Variations
Color information
#660BC5 (or 0x660BC5) is known color: Purple Heart. HEX triplet: 66, 0B and C5. RGB value is (102,11,197). Sum of RGB (Red+Green+Blue) = 102+11+197=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 197 (77.34% from 255 or 63.55% from 310); Max value from RGB is 197 - color contains mainly: blue. Hex color #660BC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660BC5 is #99F43A. Grayscale: #3A3A3A. Windows color (decimal): -10089531 or 12913510. OLE color: 12913510.
HSL color Cylindrical-coordinate representation of color #660BC5: hue angle of 269.35º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660BC5 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 11 | 197 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.23 |
| HSL | 269.35º | 0.89% | 0.41% | - |
| HSV(B) | 269.35º | 0.94% | 0.77% | - |
| XYZ | 15.68 | 7.1 | 53.37 | - |
| YUV | 59.41 | 205.65 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 197 | 0.48 | 0.94 | 0 | 0.23 | 269.35 | 0.89 | 0.41 |
| Hex | 66 | B | C5 | 30 | 5E | 0 | 17 | 10D | 59 | 29 |
| Octal | 146 | 13 | 305 | 60 | 136 | 0 | 27 | 415 | 131 | 51 |
| Binary | 1100110 | 1011 | 11000101 | 110000 | 1011110 | 0 | 10111 | 100001101 | 1011001 | 101001 |
Color Harmonies of #660BC5
Complementary color
Monochromatic Colors of #660BC5
Black with #660BC5
Text Example
Text Example
White with #660BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660BC5; }
p { color: rgb(102,11,197); }
H1.HeaderClassName
{
color: #660BC5;
}
.AnyTagClassName
{
color: #660BC5;
}
</style>
background-color css
<style>
a { background-color: #660BC5; }
a { background-color: rgb(102,11,197); }
div.DivClassName
{
background-color: #660BC5;
}
.BgClassName
{
background-color: #660BC5;
}
</style>
border-color css
<style>
span { border-color: #660BC5; }
span { border-color: rgb(102,11,197); }
td.TdClassName
{
border-color: #660BC5;
}
.TagClassName
{
border-color: #660BC5;
}
</style>