Shades of Purple Heart #663CE1
Tints of Purple Heart #663CE1
RGB
CMYK
RGB Variations
Color information
#663CE1 (or 0x663CE1) is known color: Purple Heart. HEX triplet: 66, 3C and E1. RGB value is (102,60,225). Sum of RGB (Red+Green+Blue) = 102+60+225=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 225 (88.28% from 255 or 58.14% from 387); Max value from RGB is 225 - color contains mainly: blue. Hex color #663CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663CE1 is #99C31E. Grayscale: #5A5A5A. Windows color (decimal): -10076959 or 14761062. OLE color: 14761062.
HSL color Cylindrical-coordinate representation of color #663CE1: hue angle of 255.27º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #663CE1 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 60 | 225 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.12 |
| HSL | 255.27º | 0.73% | 0.56% | - |
| HSV(B) | 255.27º | 0.73% | 0.88% | - |
| XYZ | 20.69 | 11.49 | 72.36 | - |
| YUV | 91.37 | 203.41 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 225 | 0.55 | 0.73 | 0 | 0.12 | 255.27 | 0.73 | 0.56 |
| Hex | 66 | 3C | E1 | 37 | 49 | 0 | C | FF | 49 | 38 |
| Octal | 146 | 74 | 341 | 67 | 111 | 0 | 14 | 377 | 111 | 70 |
| Binary | 1100110 | 111100 | 11100001 | 110111 | 1001001 | 0 | 1100 | 11111111 | 1001001 | 111000 |
Color Harmonies of #663CE1
Complementary color
Monochromatic Colors of #663CE1
Black with #663CE1
Text Example
Text Example
White with #663CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663CE1; }
p { color: rgb(102,60,225); }
H1.HeaderClassName
{
color: #663CE1;
}
.AnyTagClassName
{
color: #663CE1;
}
</style>
background-color css
<style>
a { background-color: #663CE1; }
a { background-color: rgb(102,60,225); }
div.DivClassName
{
background-color: #663CE1;
}
.BgClassName
{
background-color: #663CE1;
}
</style>
border-color css
<style>
span { border-color: #663CE1; }
span { border-color: rgb(102,60,225); }
td.TdClassName
{
border-color: #663CE1;
}
.TagClassName
{
border-color: #663CE1;
}
</style>