Shades of Purple Heart #662EDE
Tints of Purple Heart #662EDE
RGB
CMYK
RGB Variations
Color information
#662EDE (or 0x662EDE) is known color: Purple Heart. HEX triplet: 66, 2E and DE. RGB value is (102,46,222). Sum of RGB (Red+Green+Blue) = 102+46+222=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #662EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662EDE is #99D121. Grayscale: #525252. Windows color (decimal): -10080546 or 14560870. OLE color: 14560870.
HSL color Cylindrical-coordinate representation of color #662EDE: hue angle of 259.09º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #662EDE is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 46 | 222 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.13 |
| HSL | 259.09º | 0.73% | 0.53% | - |
| HSV(B) | 259.09º | 0.79% | 0.87% | - |
| XYZ | 19.64 | 10.05 | 70.01 | - |
| YUV | 82.81 | 206.55 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 222 | 0.54 | 0.79 | 0 | 0.13 | 259.09 | 0.73 | 0.53 |
| Hex | 66 | 2E | DE | 36 | 4F | 0 | D | 103 | 49 | 35 |
| Octal | 146 | 56 | 336 | 66 | 117 | 0 | 15 | 403 | 111 | 65 |
| Binary | 1100110 | 101110 | 11011110 | 110110 | 1001111 | 0 | 1101 | 100000011 | 1001001 | 110101 |
Color Harmonies of #662EDE
Complementary color
Monochromatic Colors of #662EDE
Black with #662EDE
Text Example
Text Example
White with #662EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662EDE; }
p { color: rgb(102,46,222); }
H1.HeaderClassName
{
color: #662EDE;
}
.AnyTagClassName
{
color: #662EDE;
}
</style>
background-color css
<style>
a { background-color: #662EDE; }
a { background-color: rgb(102,46,222); }
div.DivClassName
{
background-color: #662EDE;
}
.BgClassName
{
background-color: #662EDE;
}
</style>
border-color css
<style>
span { border-color: #662EDE; }
span { border-color: rgb(102,46,222); }
td.TdClassName
{
border-color: #662EDE;
}
.TagClassName
{
border-color: #662EDE;
}
</style>