Shades of Purple Heart #663ECC
Tints of Purple Heart #663ECC
RGB
CMYK
RGB Variations
Color information
#663ECC (or 0x663ECC) is known color: Purple Heart. HEX triplet: 66, 3E and CC. RGB value is (102,62,204). Sum of RGB (Red+Green+Blue) = 102+62+204=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #663ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663ECC is #99C133. Grayscale: #595959. Windows color (decimal): -10076468 or 13385318. OLE color: 13385318.
HSL color Cylindrical-coordinate representation of color #663ECC: hue angle of 256.9º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #663ECC is Cyan = 0.5, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 62 | 204 | - |
| CMYK | 0.5 | 0.70 | 0 | 0.2 |
| HSL | 256.9º | 0.58% | 0.52% | - |
| HSV(B) | 256.9º | 0.7% | 0.8% | - |
| XYZ | 18.1 | 10.63 | 58.22 | - |
| YUV | 90.15 | 192.25 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 204 | 0.5 | 0.70 | 0 | 0.2 | 256.9 | 0.58 | 0.52 |
| Hex | 66 | 3E | CC | 32 | 46 | 0 | 14 | 101 | 3A | 34 |
| Octal | 146 | 76 | 314 | 62 | 106 | 0 | 24 | 401 | 72 | 64 |
| Binary | 1100110 | 111110 | 11001100 | 110010 | 1000110 | 0 | 10100 | 100000001 | 111010 | 110100 |
Color Harmonies of #663ECC
Complementary color
Monochromatic Colors of #663ECC
Black with #663ECC
Text Example
Text Example
White with #663ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663ECC; }
p { color: rgb(102,62,204); }
H1.HeaderClassName
{
color: #663ECC;
}
.AnyTagClassName
{
color: #663ECC;
}
</style>
background-color css
<style>
a { background-color: #663ECC; }
a { background-color: rgb(102,62,204); }
div.DivClassName
{
background-color: #663ECC;
}
.BgClassName
{
background-color: #663ECC;
}
</style>
border-color css
<style>
span { border-color: #663ECC; }
span { border-color: rgb(102,62,204); }
td.TdClassName
{
border-color: #663ECC;
}
.TagClassName
{
border-color: #663ECC;
}
</style>