Shades of Purple Heart #662ED9
Tints of Purple Heart #662ED9
RGB
CMYK
RGB Variations
Color information
#662ED9 (or 0x662ED9) is known color: Purple Heart. HEX triplet: 66, 2E and D9. RGB value is (102,46,217). Sum of RGB (Red+Green+Blue) = 102+46+217=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 217 (85.16% from 255 or 59.45% from 365); Max value from RGB is 217 - color contains mainly: blue. Hex color #662ED9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662ED9 is #99D126. Grayscale: #515151. Windows color (decimal): -10080551 or 14233190. OLE color: 14233190.
HSL color Cylindrical-coordinate representation of color #662ED9: hue angle of 259.65º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #662ED9 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 46 | 217 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.15 |
| HSL | 259.65º | 0.69% | 0.52% | - |
| HSV(B) | 259.65º | 0.79% | 0.85% | - |
| XYZ | 18.98 | 9.79 | 66.53 | - |
| YUV | 82.24 | 204.05 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 217 | 0.53 | 0.79 | 0 | 0.15 | 259.65 | 0.69 | 0.52 |
| Hex | 66 | 2E | D9 | 35 | 4F | 0 | F | 104 | 45 | 34 |
| Octal | 146 | 56 | 331 | 65 | 117 | 0 | 17 | 404 | 105 | 64 |
| Binary | 1100110 | 101110 | 11011001 | 110101 | 1001111 | 0 | 1111 | 100000100 | 1000101 | 110100 |
Color Harmonies of #662ED9
Complementary color
Monochromatic Colors of #662ED9
Black with #662ED9
Text Example
Text Example
White with #662ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662ED9; }
p { color: rgb(102,46,217); }
H1.HeaderClassName
{
color: #662ED9;
}
.AnyTagClassName
{
color: #662ED9;
}
</style>
background-color css
<style>
a { background-color: #662ED9; }
a { background-color: rgb(102,46,217); }
div.DivClassName
{
background-color: #662ED9;
}
.BgClassName
{
background-color: #662ED9;
}
</style>
border-color css
<style>
span { border-color: #662ED9; }
span { border-color: rgb(102,46,217); }
td.TdClassName
{
border-color: #662ED9;
}
.TagClassName
{
border-color: #662ED9;
}
</style>