Shades of Purple Heart #661EC7
Tints of Purple Heart #661EC7
RGB
CMYK
RGB Variations
Color information
#661EC7 (or 0x661EC7) is known color: Purple Heart. HEX triplet: 66, 1E and C7. RGB value is (102,30,199). Sum of RGB (Red+Green+Blue) = 102+30+199=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 199 (78.12% from 255 or 60.12% from 331); Max value from RGB is 199 - color contains mainly: blue. Hex color #661EC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661EC7 is #99E138. Grayscale: #464646. Windows color (decimal): -10084665 or 13049446. OLE color: 13049446.
HSL color Cylindrical-coordinate representation of color #661EC7: hue angle of 265.56º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #661EC7 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 30 | 199 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.22 |
| HSL | 265.56º | 0.74% | 0.45% | - |
| HSV(B) | 265.56º | 0.85% | 0.78% | - |
| XYZ | 16.25 | 7.88 | 54.7 | - |
| YUV | 70.79 | 200.35 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 30 | 199 | 0.49 | 0.85 | 0 | 0.22 | 265.56 | 0.74 | 0.45 |
| Hex | 66 | 1E | C7 | 31 | 55 | 0 | 16 | 10A | 4A | 2D |
| Octal | 146 | 36 | 307 | 61 | 125 | 0 | 26 | 412 | 112 | 55 |
| Binary | 1100110 | 11110 | 11000111 | 110001 | 1010101 | 0 | 10110 | 100001010 | 1001010 | 101101 |
Color Harmonies of #661EC7
Complementary color
Monochromatic Colors of #661EC7
Black with #661EC7
Text Example
Text Example
White with #661EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661EC7; }
p { color: rgb(102,30,199); }
H1.HeaderClassName
{
color: #661EC7;
}
.AnyTagClassName
{
color: #661EC7;
}
</style>
background-color css
<style>
a { background-color: #661EC7; }
a { background-color: rgb(102,30,199); }
div.DivClassName
{
background-color: #661EC7;
}
.BgClassName
{
background-color: #661EC7;
}
</style>
border-color css
<style>
span { border-color: #661EC7; }
span { border-color: rgb(102,30,199); }
td.TdClassName
{
border-color: #661EC7;
}
.TagClassName
{
border-color: #661EC7;
}
</style>