Shades of Purple Heart #663AD8
Tints of Purple Heart #663AD8
RGB
CMYK
RGB Variations
Color information
#663AD8 (or 0x663AD8) is known color: Purple Heart. HEX triplet: 66, 3A and D8. RGB value is (102,58,216). Sum of RGB (Red+Green+Blue) = 102+58+216=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 216 (84.77% from 255 or 57.45% from 376); Max value from RGB is 216 - color contains mainly: blue. Hex color #663AD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663AD8 is #99C527. Grayscale: #585858. Windows color (decimal): -10077480 or 14170726. OLE color: 14170726.
HSL color Cylindrical-coordinate representation of color #663AD8: hue angle of 256.71º degrees, saturation: 0.67, 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 #663AD8 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 58 | 216 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.15 |
| HSL | 256.71º | 0.67% | 0.54% | - |
| HSV(B) | 256.71º | 0.73% | 0.85% | - |
| XYZ | 19.39 | 10.81 | 66.03 | - |
| YUV | 89.17 | 199.58 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 216 | 0.53 | 0.73 | 0 | 0.15 | 256.71 | 0.67 | 0.54 |
| Hex | 66 | 3A | D8 | 35 | 49 | 0 | F | 101 | 43 | 36 |
| Octal | 146 | 72 | 330 | 65 | 111 | 0 | 17 | 401 | 103 | 66 |
| Binary | 1100110 | 111010 | 11011000 | 110101 | 1001001 | 0 | 1111 | 100000001 | 1000011 | 110110 |
Color Harmonies of #663AD8
Complementary color
Monochromatic Colors of #663AD8
Black with #663AD8
Text Example
Text Example
White with #663AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663AD8; }
p { color: rgb(102,58,216); }
H1.HeaderClassName
{
color: #663AD8;
}
.AnyTagClassName
{
color: #663AD8;
}
</style>
background-color css
<style>
a { background-color: #663AD8; }
a { background-color: rgb(102,58,216); }
div.DivClassName
{
background-color: #663AD8;
}
.BgClassName
{
background-color: #663AD8;
}
</style>
border-color css
<style>
span { border-color: #663AD8; }
span { border-color: rgb(102,58,216); }
td.TdClassName
{
border-color: #663AD8;
}
.TagClassName
{
border-color: #663AD8;
}
</style>