Shades of Purple Heart #661EC3
Tints of Purple Heart #661EC3
RGB
CMYK
RGB Variations
Color information
#661EC3 (or 0x661EC3) is known color: Purple Heart. HEX triplet: 66, 1E and C3. RGB value is (102,30,195). Sum of RGB (Red+Green+Blue) = 102+30+195=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 195 (76.56% from 255 or 59.63% from 327); Max value from RGB is 195 - color contains mainly: blue. Hex color #661EC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661EC3 is #99E13C. Grayscale: #454545. Windows color (decimal): -10084669 or 12787302. OLE color: 12787302.
HSL color Cylindrical-coordinate representation of color #661EC3: hue angle of 266.18º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #661EC3 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 30 | 195 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.24 |
| HSL | 266.18º | 0.73% | 0.44% | - |
| HSV(B) | 266.18º | 0.85% | 0.76% | - |
| XYZ | 15.79 | 7.69 | 52.28 | - |
| YUV | 70.34 | 198.35 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 30 | 195 | 0.48 | 0.85 | 0 | 0.24 | 266.18 | 0.73 | 0.44 |
| Hex | 66 | 1E | C3 | 30 | 55 | 0 | 18 | 10A | 49 | 2C |
| Octal | 146 | 36 | 303 | 60 | 125 | 0 | 30 | 412 | 111 | 54 |
| Binary | 1100110 | 11110 | 11000011 | 110000 | 1010101 | 0 | 11000 | 100001010 | 1001001 | 101100 |
Color Harmonies of #661EC3
Complementary color
Monochromatic Colors of #661EC3
Black with #661EC3
Text Example
Text Example
White with #661EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661EC3; }
p { color: rgb(102,30,195); }
H1.HeaderClassName
{
color: #661EC3;
}
.AnyTagClassName
{
color: #661EC3;
}
</style>
background-color css
<style>
a { background-color: #661EC3; }
a { background-color: rgb(102,30,195); }
div.DivClassName
{
background-color: #661EC3;
}
.BgClassName
{
background-color: #661EC3;
}
</style>
border-color css
<style>
span { border-color: #661EC3; }
span { border-color: rgb(102,30,195); }
td.TdClassName
{
border-color: #661EC3;
}
.TagClassName
{
border-color: #661EC3;
}
</style>