Shades of Purple Heart #662EDD
Tints of Purple Heart #662EDD
RGB
CMYK
RGB Variations
Color information
#662EDD (or 0x662EDD) is known color: Purple Heart. HEX triplet: 66, 2E and DD. RGB value is (102,46,221). Sum of RGB (Red+Green+Blue) = 102+46+221=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #662EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662EDD is #99D122. Grayscale: #525252. Windows color (decimal): -10080547 or 14495334. OLE color: 14495334.
HSL color Cylindrical-coordinate representation of color #662EDD: hue angle of 259.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #662EDD is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 46 | 221 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.13 |
| HSL | 259.2º | 0.72% | 0.52% | - |
| HSV(B) | 259.2º | 0.79% | 0.87% | - |
| XYZ | 19.51 | 10 | 69.31 | - |
| YUV | 82.69 | 206.05 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 221 | 0.54 | 0.79 | 0 | 0.13 | 259.2 | 0.72 | 0.52 |
| Hex | 66 | 2E | DD | 36 | 4F | 0 | D | 103 | 48 | 34 |
| Octal | 146 | 56 | 335 | 66 | 117 | 0 | 15 | 403 | 110 | 64 |
| Binary | 1100110 | 101110 | 11011101 | 110110 | 1001111 | 0 | 1101 | 100000011 | 1001000 | 110100 |
Color Harmonies of #662EDD
Complementary color
Monochromatic Colors of #662EDD
Black with #662EDD
Text Example
Text Example
White with #662EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662EDD; }
p { color: rgb(102,46,221); }
H1.HeaderClassName
{
color: #662EDD;
}
.AnyTagClassName
{
color: #662EDD;
}
</style>
background-color css
<style>
a { background-color: #662EDD; }
a { background-color: rgb(102,46,221); }
div.DivClassName
{
background-color: #662EDD;
}
.BgClassName
{
background-color: #662EDD;
}
</style>
border-color css
<style>
span { border-color: #662EDD; }
span { border-color: rgb(102,46,221); }
td.TdClassName
{
border-color: #662EDD;
}
.TagClassName
{
border-color: #662EDD;
}
</style>