Shades of Purple Heart #663ED8
Tints of Purple Heart #663ED8
RGB
CMYK
RGB Variations
Color information
#663ED8 (or 0x663ED8) is known color: Purple Heart. HEX triplet: 66, 3E and D8. RGB value is (102,62,216). Sum of RGB (Red+Green+Blue) = 102+62+216=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 62 (24.61% from 255 or 16.32% from 380); Blue value is 216 (84.77% from 255 or 56.84% from 380); Max value from RGB is 216 - color contains mainly: blue. Hex color #663ED8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663ED8 is #99C127. Grayscale: #5A5A5A. Windows color (decimal): -10076456 or 14171750. OLE color: 14171750.
HSL color Cylindrical-coordinate representation of color #663ED8: hue angle of 255.58º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #663ED8 is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 62 | 216 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.15 |
| HSL | 255.58º | 0.66% | 0.55% | - |
| HSV(B) | 255.58º | 0.71% | 0.85% | - |
| XYZ | 19.6 | 11.23 | 66.1 | - |
| YUV | 91.52 | 198.25 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 216 | 0.53 | 0.71 | 0 | 0.15 | 255.58 | 0.66 | 0.55 |
| Hex | 66 | 3E | D8 | 35 | 47 | 0 | F | 100 | 42 | 37 |
| Octal | 146 | 76 | 330 | 65 | 107 | 0 | 17 | 400 | 102 | 67 |
| Binary | 1100110 | 111110 | 11011000 | 110101 | 1000111 | 0 | 1111 | 100000000 | 1000010 | 110111 |
Color Harmonies of #663ED8
Complementary color
Monochromatic Colors of #663ED8
Black with #663ED8
Text Example
Text Example
White with #663ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663ED8; }
p { color: rgb(102,62,216); }
H1.HeaderClassName
{
color: #663ED8;
}
.AnyTagClassName
{
color: #663ED8;
}
</style>
background-color css
<style>
a { background-color: #663ED8; }
a { background-color: rgb(102,62,216); }
div.DivClassName
{
background-color: #663ED8;
}
.BgClassName
{
background-color: #663ED8;
}
</style>
border-color css
<style>
span { border-color: #663ED8; }
span { border-color: rgb(102,62,216); }
td.TdClassName
{
border-color: #663ED8;
}
.TagClassName
{
border-color: #663ED8;
}
</style>