Shades of Purple Heart #661EDC
Tints of Purple Heart #661EDC
RGB
CMYK
RGB Variations
Color information
#661EDC (or 0x661EDC) is known color: Purple Heart. HEX triplet: 66, 1E and DC. RGB value is (102,30,220). Sum of RGB (Red+Green+Blue) = 102+30+220=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #661EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661EDC is #99E123. Grayscale: #484848. Windows color (decimal): -10084644 or 14425702. OLE color: 14425702.
HSL color Cylindrical-coordinate representation of color #661EDC: hue angle of 262.74º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #661EDC is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 30 | 220 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.14 |
| HSL | 262.74º | 0.76% | 0.49% | - |
| HSV(B) | 262.74º | 0.86% | 0.86% | - |
| XYZ | 18.86 | 8.92 | 68.44 | - |
| YUV | 73.19 | 210.85 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 30 | 220 | 0.54 | 0.86 | 0 | 0.14 | 262.74 | 0.76 | 0.49 |
| Hex | 66 | 1E | DC | 36 | 56 | 0 | E | 107 | 4C | 31 |
| Octal | 146 | 36 | 334 | 66 | 126 | 0 | 16 | 407 | 114 | 61 |
| Binary | 1100110 | 11110 | 11011100 | 110110 | 1010110 | 0 | 1110 | 100000111 | 1001100 | 110001 |
Color Harmonies of #661EDC
Complementary color
Monochromatic Colors of #661EDC
Black with #661EDC
Text Example
Text Example
White with #661EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661EDC; }
p { color: rgb(102,30,220); }
H1.HeaderClassName
{
color: #661EDC;
}
.AnyTagClassName
{
color: #661EDC;
}
</style>
background-color css
<style>
a { background-color: #661EDC; }
a { background-color: rgb(102,30,220); }
div.DivClassName
{
background-color: #661EDC;
}
.BgClassName
{
background-color: #661EDC;
}
</style>
border-color css
<style>
span { border-color: #661EDC; }
span { border-color: rgb(102,30,220); }
td.TdClassName
{
border-color: #661EDC;
}
.TagClassName
{
border-color: #661EDC;
}
</style>