Shades of Purple Heart #661BBA
Tints of Purple Heart #661BBA
RGB
CMYK
RGB Variations
Color information
#661BBA (or 0x661BBA) is known color: Purple Heart. HEX triplet: 66, 1B and BA. RGB value is (102,27,186). Sum of RGB (Red+Green+Blue) = 102+27+186=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #661BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661BBA is #99E445. Grayscale: #424242. Windows color (decimal): -10085446 or 12196710. OLE color: 12196710.
HSL color Cylindrical-coordinate representation of color #661BBA: hue angle of 268.3º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #661BBA is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 27 | 186 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.27 |
| HSL | 268.3º | 0.75% | 0.42% | - |
| HSV(B) | 268.3º | 0.85% | 0.73% | - |
| XYZ | 14.73 | 7.15 | 47.06 | - |
| YUV | 67.55 | 194.85 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 186 | 0.45 | 0.85 | 0 | 0.27 | 268.3 | 0.75 | 0.42 |
| Hex | 66 | 1B | BA | 2D | 55 | 0 | 1B | 10C | 4B | 2A |
| Octal | 146 | 33 | 272 | 55 | 125 | 0 | 33 | 414 | 113 | 52 |
| Binary | 1100110 | 11011 | 10111010 | 101101 | 1010101 | 0 | 11011 | 100001100 | 1001011 | 101010 |
Color Harmonies of #661BBA
Complementary color
Monochromatic Colors of #661BBA
Black with #661BBA
Text Example
Text Example
White with #661BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661BBA; }
p { color: rgb(102,27,186); }
H1.HeaderClassName
{
color: #661BBA;
}
.AnyTagClassName
{
color: #661BBA;
}
</style>
background-color css
<style>
a { background-color: #661BBA; }
a { background-color: rgb(102,27,186); }
div.DivClassName
{
background-color: #661BBA;
}
.BgClassName
{
background-color: #661BBA;
}
</style>
border-color css
<style>
span { border-color: #661BBA; }
span { border-color: rgb(102,27,186); }
td.TdClassName
{
border-color: #661BBA;
}
.TagClassName
{
border-color: #661BBA;
}
</style>