Shades of Purple Heart #663EC8
Tints of Purple Heart #663EC8
RGB
CMYK
RGB Variations
Color information
#663EC8 (or 0x663EC8) is known color: Purple Heart. HEX triplet: 66, 3E and C8. RGB value is (102,62,200). Sum of RGB (Red+Green+Blue) = 102+62+200=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 200 (78.52% from 255 or 54.95% from 364); Max value from RGB is 200 - color contains mainly: blue. Hex color #663EC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663EC8 is #99C137. Grayscale: #595959. Windows color (decimal): -10076472 or 13123174. OLE color: 13123174.
HSL color Cylindrical-coordinate representation of color #663EC8: hue angle of 257.39º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #663EC8 is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 62 | 200 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.22 |
| HSL | 257.39º | 0.56% | 0.51% | - |
| HSV(B) | 257.39º | 0.69% | 0.78% | - |
| XYZ | 17.63 | 10.44 | 55.73 | - |
| YUV | 89.69 | 190.25 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 200 | 0.49 | 0.69 | 0 | 0.22 | 257.39 | 0.56 | 0.51 |
| Hex | 66 | 3E | C8 | 31 | 45 | 0 | 16 | 101 | 38 | 33 |
| Octal | 146 | 76 | 310 | 61 | 105 | 0 | 26 | 401 | 70 | 63 |
| Binary | 1100110 | 111110 | 11001000 | 110001 | 1000101 | 0 | 10110 | 100000001 | 111000 | 110011 |
Color Harmonies of #663EC8
Complementary color
Monochromatic Colors of #663EC8
Black with #663EC8
Text Example
Text Example
White with #663EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663EC8; }
p { color: rgb(102,62,200); }
H1.HeaderClassName
{
color: #663EC8;
}
.AnyTagClassName
{
color: #663EC8;
}
</style>
background-color css
<style>
a { background-color: #663EC8; }
a { background-color: rgb(102,62,200); }
div.DivClassName
{
background-color: #663EC8;
}
.BgClassName
{
background-color: #663EC8;
}
</style>
border-color css
<style>
span { border-color: #663EC8; }
span { border-color: rgb(102,62,200); }
td.TdClassName
{
border-color: #663EC8;
}
.TagClassName
{
border-color: #663EC8;
}
</style>