Shades of Purple Heart #663BD7
Tints of Purple Heart #663BD7
RGB
CMYK
RGB Variations
Color information
#663BD7 (or 0x663BD7) is known color: Purple Heart. HEX triplet: 66, 3B and D7. RGB value is (102,59,215). Sum of RGB (Red+Green+Blue) = 102+59+215=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 59 (23.44% from 255 or 15.69% from 376); Blue value is 215 (84.38% from 255 or 57.18% from 376); Max value from RGB is 215 - color contains mainly: blue. Hex color #663BD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663BD7 is #99C428. Grayscale: #595959. Windows color (decimal): -10077225 or 14105446. OLE color: 14105446.
HSL color Cylindrical-coordinate representation of color #663BD7: hue angle of 256.54º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #663BD7 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 59 | 215 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.16 |
| HSL | 256.54º | 0.66% | 0.54% | - |
| HSV(B) | 256.54º | 0.73% | 0.84% | - |
| XYZ | 19.31 | 10.86 | 65.37 | - |
| YUV | 89.64 | 198.75 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 215 | 0.53 | 0.73 | 0 | 0.16 | 256.54 | 0.66 | 0.54 |
| Hex | 66 | 3B | D7 | 35 | 49 | 0 | 10 | 101 | 42 | 36 |
| Octal | 146 | 73 | 327 | 65 | 111 | 0 | 20 | 401 | 102 | 66 |
| Binary | 1100110 | 111011 | 11010111 | 110101 | 1001001 | 0 | 10000 | 100000001 | 1000010 | 110110 |
Color Harmonies of #663BD7
Complementary color
Monochromatic Colors of #663BD7
Black with #663BD7
Text Example
Text Example
White with #663BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663BD7; }
p { color: rgb(102,59,215); }
H1.HeaderClassName
{
color: #663BD7;
}
.AnyTagClassName
{
color: #663BD7;
}
</style>
background-color css
<style>
a { background-color: #663BD7; }
a { background-color: rgb(102,59,215); }
div.DivClassName
{
background-color: #663BD7;
}
.BgClassName
{
background-color: #663BD7;
}
</style>
border-color css
<style>
span { border-color: #663BD7; }
span { border-color: rgb(102,59,215); }
td.TdClassName
{
border-color: #663BD7;
}
.TagClassName
{
border-color: #663BD7;
}
</style>