Shades of Purple Heart #661EBB
Tints of Purple Heart #661EBB
RGB
CMYK
RGB Variations
Color information
#661EBB (or 0x661EBB) is known color: Purple Heart. HEX triplet: 66, 1E and BB. RGB value is (102,30,187). Sum of RGB (Red+Green+Blue) = 102+30+187=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #661EBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661EBB is #99E144. Grayscale: #444444. Windows color (decimal): -10084677 or 12263014. OLE color: 12263014.
HSL color Cylindrical-coordinate representation of color #661EBB: hue angle of 267.52º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661EBB is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 30 | 187 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.27 |
| HSL | 267.52º | 0.72% | 0.43% | - |
| HSV(B) | 267.52º | 0.84% | 0.73% | - |
| XYZ | 14.91 | 7.34 | 47.64 | - |
| YUV | 69.43 | 194.35 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 30 | 187 | 0.45 | 0.84 | 0 | 0.27 | 267.52 | 0.72 | 0.43 |
| Hex | 66 | 1E | BB | 2D | 54 | 0 | 1B | 10C | 48 | 2B |
| Octal | 146 | 36 | 273 | 55 | 124 | 0 | 33 | 414 | 110 | 53 |
| Binary | 1100110 | 11110 | 10111011 | 101101 | 1010100 | 0 | 11011 | 100001100 | 1001000 | 101011 |
Color Harmonies of #661EBB
Complementary color
Monochromatic Colors of #661EBB
Black with #661EBB
Text Example
Text Example
White with #661EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661EBB; }
p { color: rgb(102,30,187); }
H1.HeaderClassName
{
color: #661EBB;
}
.AnyTagClassName
{
color: #661EBB;
}
</style>
background-color css
<style>
a { background-color: #661EBB; }
a { background-color: rgb(102,30,187); }
div.DivClassName
{
background-color: #661EBB;
}
.BgClassName
{
background-color: #661EBB;
}
</style>
border-color css
<style>
span { border-color: #661EBB; }
span { border-color: rgb(102,30,187); }
td.TdClassName
{
border-color: #661EBB;
}
.TagClassName
{
border-color: #661EBB;
}
</style>