Shades of Purple Heart #660BAE
Tints of Purple Heart #660BAE
RGB
CMYK
RGB Variations
Color information
#660BAE (or 0x660BAE) is known color: Purple Heart. HEX triplet: 66, 0B and AE. RGB value is (102,11,174). Sum of RGB (Red+Green+Blue) = 102+11+174=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #660BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660BAE is #99F451. Grayscale: #383838. Windows color (decimal): -10089554 or 11406182. OLE color: 11406182.
HSL color Cylindrical-coordinate representation of color #660BAE: hue angle of 273.5º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660BAE is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 11 | 174 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.32 |
| HSL | 273.5º | 0.88% | 0.36% | - |
| HSV(B) | 273.5º | 0.94% | 0.68% | - |
| XYZ | 13.24 | 6.12 | 40.53 | - |
| YUV | 56.79 | 194.15 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 174 | 0.41 | 0.94 | 0 | 0.32 | 273.5 | 0.88 | 0.36 |
| Hex | 66 | B | AE | 29 | 5E | 0 | 20 | 111 | 58 | 24 |
| Octal | 146 | 13 | 256 | 51 | 136 | 0 | 40 | 421 | 130 | 44 |
| Binary | 1100110 | 1011 | 10101110 | 101001 | 1011110 | 0 | 100000 | 100010001 | 1011000 | 100100 |
Color Harmonies of #660BAE
Complementary color
Monochromatic Colors of #660BAE
Black with #660BAE
Text Example
Text Example
White with #660BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660BAE; }
p { color: rgb(102,11,174); }
H1.HeaderClassName
{
color: #660BAE;
}
.AnyTagClassName
{
color: #660BAE;
}
</style>
background-color css
<style>
a { background-color: #660BAE; }
a { background-color: rgb(102,11,174); }
div.DivClassName
{
background-color: #660BAE;
}
.BgClassName
{
background-color: #660BAE;
}
</style>
border-color css
<style>
span { border-color: #660BAE; }
span { border-color: rgb(102,11,174); }
td.TdClassName
{
border-color: #660BAE;
}
.TagClassName
{
border-color: #660BAE;
}
</style>