Shades of Purple Heart #663AD7
Tints of Purple Heart #663AD7
RGB
CMYK
RGB Variations
Color information
#663AD7 (or 0x663AD7) is known color: Purple Heart. HEX triplet: 66, 3A and D7. RGB value is (102,58,215). Sum of RGB (Red+Green+Blue) = 102+58+215=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 215 (84.38% from 255 or 57.33% from 375); Max value from RGB is 215 - color contains mainly: blue. Hex color #663AD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663AD7 is #99C528. Grayscale: #585858. Windows color (decimal): -10077481 or 14105190. OLE color: 14105190.
HSL color Cylindrical-coordinate representation of color #663AD7: hue angle of 256.82º 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 #663AD7 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 58 | 215 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.16 |
| HSL | 256.82º | 0.66% | 0.54% | - |
| HSV(B) | 256.82º | 0.73% | 0.84% | - |
| XYZ | 19.26 | 10.76 | 65.35 | - |
| YUV | 89.05 | 199.08 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 215 | 0.53 | 0.73 | 0 | 0.16 | 256.82 | 0.66 | 0.54 |
| Hex | 66 | 3A | D7 | 35 | 49 | 0 | 10 | 101 | 42 | 36 |
| Octal | 146 | 72 | 327 | 65 | 111 | 0 | 20 | 401 | 102 | 66 |
| Binary | 1100110 | 111010 | 11010111 | 110101 | 1001001 | 0 | 10000 | 100000001 | 1000010 | 110110 |
Color Harmonies of #663AD7
Complementary color
Monochromatic Colors of #663AD7
Black with #663AD7
Text Example
Text Example
White with #663AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663AD7; }
p { color: rgb(102,58,215); }
H1.HeaderClassName
{
color: #663AD7;
}
.AnyTagClassName
{
color: #663AD7;
}
</style>
background-color css
<style>
a { background-color: #663AD7; }
a { background-color: rgb(102,58,215); }
div.DivClassName
{
background-color: #663AD7;
}
.BgClassName
{
background-color: #663AD7;
}
</style>
border-color css
<style>
span { border-color: #663AD7; }
span { border-color: rgb(102,58,215); }
td.TdClassName
{
border-color: #663AD7;
}
.TagClassName
{
border-color: #663AD7;
}
</style>