Shades of Purple Heart #663ADA
Tints of Purple Heart #663ADA
RGB
CMYK
RGB Variations
Color information
#663ADA (or 0x663ADA) is known color: Purple Heart. HEX triplet: 66, 3A and DA. RGB value is (102,58,218). Sum of RGB (Red+Green+Blue) = 102+58+218=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #663ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663ADA is #99C525. Grayscale: #585858. Windows color (decimal): -10077478 or 14301798. OLE color: 14301798.
HSL color Cylindrical-coordinate representation of color #663ADA: hue angle of 256.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #663ADA is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 58 | 218 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.15 |
| HSL | 256.5º | 0.68% | 0.54% | - |
| HSV(B) | 256.5º | 0.73% | 0.85% | - |
| XYZ | 19.65 | 10.91 | 67.4 | - |
| YUV | 89.4 | 200.58 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 218 | 0.53 | 0.73 | 0 | 0.15 | 256.5 | 0.68 | 0.54 |
| Hex | 66 | 3A | DA | 35 | 49 | 0 | F | 100 | 44 | 36 |
| Octal | 146 | 72 | 332 | 65 | 111 | 0 | 17 | 400 | 104 | 66 |
| Binary | 1100110 | 111010 | 11011010 | 110101 | 1001001 | 0 | 1111 | 100000000 | 1000100 | 110110 |
Color Harmonies of #663ADA
Complementary color
Monochromatic Colors of #663ADA
Black with #663ADA
Text Example
Text Example
White with #663ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663ADA; }
p { color: rgb(102,58,218); }
H1.HeaderClassName
{
color: #663ADA;
}
.AnyTagClassName
{
color: #663ADA;
}
</style>
background-color css
<style>
a { background-color: #663ADA; }
a { background-color: rgb(102,58,218); }
div.DivClassName
{
background-color: #663ADA;
}
.BgClassName
{
background-color: #663ADA;
}
</style>
border-color css
<style>
span { border-color: #663ADA; }
span { border-color: rgb(102,58,218); }
td.TdClassName
{
border-color: #663ADA;
}
.TagClassName
{
border-color: #663ADA;
}
</style>