Shades of Purple Heart #663ACE
Tints of Purple Heart #663ACE
RGB
CMYK
RGB Variations
Color information
#663ACE (or 0x663ACE) is known color: Purple Heart. HEX triplet: 66, 3A and CE. RGB value is (102,58,206). Sum of RGB (Red+Green+Blue) = 102+58+206=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #663ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663ACE is #99C531. Grayscale: #575757. Windows color (decimal): -10077490 or 13515366. OLE color: 13515366.
HSL color Cylindrical-coordinate representation of color #663ACE: hue angle of 257.84º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #663ACE is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 58 | 206 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.19 |
| HSL | 257.84º | 0.6% | 0.52% | - |
| HSV(B) | 257.84º | 0.72% | 0.81% | - |
| XYZ | 18.13 | 10.31 | 59.43 | - |
| YUV | 88.03 | 194.58 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 206 | 0.50 | 0.72 | 0 | 0.19 | 257.84 | 0.6 | 0.52 |
| Hex | 66 | 3A | CE | 32 | 48 | 0 | 13 | 102 | 3C | 34 |
| Octal | 146 | 72 | 316 | 62 | 110 | 0 | 23 | 402 | 74 | 64 |
| Binary | 1100110 | 111010 | 11001110 | 110010 | 1001000 | 0 | 10011 | 100000010 | 111100 | 110100 |
Color Harmonies of #663ACE
Complementary color
Monochromatic Colors of #663ACE
Black with #663ACE
Text Example
Text Example
White with #663ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663ACE; }
p { color: rgb(102,58,206); }
H1.HeaderClassName
{
color: #663ACE;
}
.AnyTagClassName
{
color: #663ACE;
}
</style>
background-color css
<style>
a { background-color: #663ACE; }
a { background-color: rgb(102,58,206); }
div.DivClassName
{
background-color: #663ACE;
}
.BgClassName
{
background-color: #663ACE;
}
</style>
border-color css
<style>
span { border-color: #663ACE; }
span { border-color: rgb(102,58,206); }
td.TdClassName
{
border-color: #663ACE;
}
.TagClassName
{
border-color: #663ACE;
}
</style>