Shades of Purple Heart #663ECF
Tints of Purple Heart #663ECF
RGB
CMYK
RGB Variations
Color information
#663ECF (or 0x663ECF) is known color: Purple Heart. HEX triplet: 66, 3E and CF. RGB value is (102,62,207). Sum of RGB (Red+Green+Blue) = 102+62+207=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #663ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663ECF is #99C130. Grayscale: #595959. Windows color (decimal): -10076465 or 13581926. OLE color: 13581926.
HSL color Cylindrical-coordinate representation of color #663ECF: hue angle of 256.55º 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 #663ECF is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 62 | 207 | - |
| CMYK | 0.51 | 0.70 | 0 | 0.19 |
| HSL | 256.55º | 0.6% | 0.53% | - |
| HSV(B) | 256.55º | 0.7% | 0.81% | - |
| XYZ | 18.46 | 10.78 | 60.14 | - |
| YUV | 90.49 | 193.75 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 207 | 0.51 | 0.70 | 0 | 0.19 | 256.55 | 0.6 | 0.53 |
| Hex | 66 | 3E | CF | 33 | 46 | 0 | 13 | 101 | 3C | 35 |
| Octal | 146 | 76 | 317 | 63 | 106 | 0 | 23 | 401 | 74 | 65 |
| Binary | 1100110 | 111110 | 11001111 | 110011 | 1000110 | 0 | 10011 | 100000001 | 111100 | 110101 |
Color Harmonies of #663ECF
Complementary color
Monochromatic Colors of #663ECF
Black with #663ECF
Text Example
Text Example
White with #663ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663ECF; }
p { color: rgb(102,62,207); }
H1.HeaderClassName
{
color: #663ECF;
}
.AnyTagClassName
{
color: #663ECF;
}
</style>
background-color css
<style>
a { background-color: #663ECF; }
a { background-color: rgb(102,62,207); }
div.DivClassName
{
background-color: #663ECF;
}
.BgClassName
{
background-color: #663ECF;
}
</style>
border-color css
<style>
span { border-color: #663ECF; }
span { border-color: rgb(102,62,207); }
td.TdClassName
{
border-color: #663ECF;
}
.TagClassName
{
border-color: #663ECF;
}
</style>