Shades of Purple Heart #661EBC
Tints of Purple Heart #661EBC
RGB
CMYK
RGB Variations
Color information
#661EBC (or 0x661EBC) is known color: Purple Heart. HEX triplet: 66, 1E and BC. RGB value is (102,30,188). Sum of RGB (Red+Green+Blue) = 102+30+188=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #661EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661EBC is #99E143. Grayscale: #444444. Windows color (decimal): -10084676 or 12328550. OLE color: 12328550.
HSL color Cylindrical-coordinate representation of color #661EBC: hue angle of 267.34º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661EBC is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 30 | 188 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.26 |
| HSL | 267.34º | 0.72% | 0.43% | - |
| HSV(B) | 267.34º | 0.84% | 0.74% | - |
| XYZ | 15.02 | 7.38 | 48.21 | - |
| YUV | 69.54 | 194.85 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 30 | 188 | 0.46 | 0.84 | 0 | 0.26 | 267.34 | 0.72 | 0.43 |
| Hex | 66 | 1E | BC | 2E | 54 | 0 | 1A | 10B | 48 | 2B |
| Octal | 146 | 36 | 274 | 56 | 124 | 0 | 32 | 413 | 110 | 53 |
| Binary | 1100110 | 11110 | 10111100 | 101110 | 1010100 | 0 | 11010 | 100001011 | 1001000 | 101011 |
Color Harmonies of #661EBC
Complementary color
Monochromatic Colors of #661EBC
Black with #661EBC
Text Example
Text Example
White with #661EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661EBC; }
p { color: rgb(102,30,188); }
H1.HeaderClassName
{
color: #661EBC;
}
.AnyTagClassName
{
color: #661EBC;
}
</style>
background-color css
<style>
a { background-color: #661EBC; }
a { background-color: rgb(102,30,188); }
div.DivClassName
{
background-color: #661EBC;
}
.BgClassName
{
background-color: #661EBC;
}
</style>
border-color css
<style>
span { border-color: #661EBC; }
span { border-color: rgb(102,30,188); }
td.TdClassName
{
border-color: #661EBC;
}
.TagClassName
{
border-color: #661EBC;
}
</style>