Shades of Purple Heart #663ECE
Tints of Purple Heart #663ECE
RGB
CMYK
RGB Variations
Color information
#663ECE (or 0x663ECE) is known color: Purple Heart. HEX triplet: 66, 3E and CE. RGB value is (102,62,206). Sum of RGB (Red+Green+Blue) = 102+62+206=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #663ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663ECE is #99C131. Grayscale: #595959. Windows color (decimal): -10076466 or 13516390. OLE color: 13516390.
HSL color Cylindrical-coordinate representation of color #663ECE: hue angle of 256.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #663ECE is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 62 | 206 | - |
| CMYK | 0.50 | 0.70 | 0 | 0.19 |
| HSL | 256.67º | 0.6% | 0.53% | - |
| HSV(B) | 256.67º | 0.7% | 0.81% | - |
| XYZ | 18.34 | 10.73 | 59.5 | - |
| YUV | 90.38 | 193.25 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 206 | 0.50 | 0.70 | 0 | 0.19 | 256.67 | 0.6 | 0.53 |
| Hex | 66 | 3E | CE | 32 | 46 | 0 | 13 | 101 | 3C | 35 |
| Octal | 146 | 76 | 316 | 62 | 106 | 0 | 23 | 401 | 74 | 65 |
| Binary | 1100110 | 111110 | 11001110 | 110010 | 1000110 | 0 | 10011 | 100000001 | 111100 | 110101 |
Color Harmonies of #663ECE
Complementary color
Monochromatic Colors of #663ECE
Black with #663ECE
Text Example
Text Example
White with #663ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663ECE; }
p { color: rgb(102,62,206); }
H1.HeaderClassName
{
color: #663ECE;
}
.AnyTagClassName
{
color: #663ECE;
}
</style>
background-color css
<style>
a { background-color: #663ECE; }
a { background-color: rgb(102,62,206); }
div.DivClassName
{
background-color: #663ECE;
}
.BgClassName
{
background-color: #663ECE;
}
</style>
border-color css
<style>
span { border-color: #663ECE; }
span { border-color: rgb(102,62,206); }
td.TdClassName
{
border-color: #663ECE;
}
.TagClassName
{
border-color: #663ECE;
}
</style>