Shades of Purple Heart #663CD8
Tints of Purple Heart #663CD8
RGB
CMYK
RGB Variations
Color information
#663CD8 (or 0x663CD8) is known color: Purple Heart. HEX triplet: 66, 3C and D8. RGB value is (102,60,216). Sum of RGB (Red+Green+Blue) = 102+60+216=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 216 (84.77% from 255 or 57.14% from 378); Max value from RGB is 216 - color contains mainly: blue. Hex color #663CD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663CD8 is #99C327. Grayscale: #595959. Windows color (decimal): -10076968 or 14171238. OLE color: 14171238.
HSL color Cylindrical-coordinate representation of color #663CD8: hue angle of 256.15º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #663CD8 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 60 | 216 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.15 |
| HSL | 256.15º | 0.67% | 0.54% | - |
| HSV(B) | 256.15º | 0.72% | 0.85% | - |
| XYZ | 19.49 | 11.01 | 66.06 | - |
| YUV | 90.34 | 198.91 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 216 | 0.53 | 0.72 | 0 | 0.15 | 256.15 | 0.67 | 0.54 |
| Hex | 66 | 3C | D8 | 35 | 48 | 0 | F | 100 | 43 | 36 |
| Octal | 146 | 74 | 330 | 65 | 110 | 0 | 17 | 400 | 103 | 66 |
| Binary | 1100110 | 111100 | 11011000 | 110101 | 1001000 | 0 | 1111 | 100000000 | 1000011 | 110110 |
Color Harmonies of #663CD8
Complementary color
Monochromatic Colors of #663CD8
Black with #663CD8
Text Example
Text Example
White with #663CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663CD8; }
p { color: rgb(102,60,216); }
H1.HeaderClassName
{
color: #663CD8;
}
.AnyTagClassName
{
color: #663CD8;
}
</style>
background-color css
<style>
a { background-color: #663CD8; }
a { background-color: rgb(102,60,216); }
div.DivClassName
{
background-color: #663CD8;
}
.BgClassName
{
background-color: #663CD8;
}
</style>
border-color css
<style>
span { border-color: #663CD8; }
span { border-color: rgb(102,60,216); }
td.TdClassName
{
border-color: #663CD8;
}
.TagClassName
{
border-color: #663CD8;
}
</style>