Shades of Purple Heart #663ADE
Tints of Purple Heart #663ADE
RGB
CMYK
RGB Variations
Color information
#663ADE (or 0x663ADE) is known color: Purple Heart. HEX triplet: 66, 3A and DE. RGB value is (102,58,222). Sum of RGB (Red+Green+Blue) = 102+58+222=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #663ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663ADE is #99C521. Grayscale: #595959. Windows color (decimal): -10077474 or 14563942. OLE color: 14563942.
HSL color Cylindrical-coordinate representation of color #663ADE: hue angle of 256.1º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #663ADE is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 58 | 222 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.13 |
| HSL | 256.1º | 0.71% | 0.55% | - |
| HSV(B) | 256.1º | 0.74% | 0.87% | - |
| XYZ | 20.18 | 11.12 | 70.19 | - |
| YUV | 89.85 | 202.58 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 222 | 0.54 | 0.74 | 0 | 0.13 | 256.1 | 0.71 | 0.55 |
| Hex | 66 | 3A | DE | 36 | 4A | 0 | D | 100 | 47 | 37 |
| Octal | 146 | 72 | 336 | 66 | 112 | 0 | 15 | 400 | 107 | 67 |
| Binary | 1100110 | 111010 | 11011110 | 110110 | 1001010 | 0 | 1101 | 100000000 | 1000111 | 110111 |
Color Harmonies of #663ADE
Complementary color
Monochromatic Colors of #663ADE
Black with #663ADE
Text Example
Text Example
White with #663ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663ADE; }
p { color: rgb(102,58,222); }
H1.HeaderClassName
{
color: #663ADE;
}
.AnyTagClassName
{
color: #663ADE;
}
</style>
background-color css
<style>
a { background-color: #663ADE; }
a { background-color: rgb(102,58,222); }
div.DivClassName
{
background-color: #663ADE;
}
.BgClassName
{
background-color: #663ADE;
}
</style>
border-color css
<style>
span { border-color: #663ADE; }
span { border-color: rgb(102,58,222); }
td.TdClassName
{
border-color: #663ADE;
}
.TagClassName
{
border-color: #663ADE;
}
</style>