Shades of Purple Heart #663FD6
Tints of Purple Heart #663FD6
RGB
CMYK
RGB Variations
Color information
#663FD6 (or 0x663FD6) is known color: Purple Heart. HEX triplet: 66, 3F and D6. RGB value is (102,63,214). Sum of RGB (Red+Green+Blue) = 102+63+214=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 214 (83.98% from 255 or 56.46% from 379); Max value from RGB is 214 - color contains mainly: blue. Hex color #663FD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663FD6 is #99C029. Grayscale: #5B5B5B. Windows color (decimal): -10076202 or 14040934. OLE color: 14040934.
HSL color Cylindrical-coordinate representation of color #663FD6: hue angle of 255.5º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #663FD6 is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 63 | 214 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.16 |
| HSL | 255.5º | 0.65% | 0.54% | - |
| HSV(B) | 255.5º | 0.71% | 0.84% | - |
| XYZ | 19.39 | 11.23 | 64.76 | - |
| YUV | 91.88 | 196.92 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 214 | 0.52 | 0.71 | 0 | 0.16 | 255.5 | 0.65 | 0.54 |
| Hex | 66 | 3F | D6 | 34 | 47 | 0 | 10 | FF | 41 | 36 |
| Octal | 146 | 77 | 326 | 64 | 107 | 0 | 20 | 377 | 101 | 66 |
| Binary | 1100110 | 111111 | 11010110 | 110100 | 1000111 | 0 | 10000 | 11111111 | 1000001 | 110110 |
Color Harmonies of #663FD6
Complementary color
Monochromatic Colors of #663FD6
Black with #663FD6
Text Example
Text Example
White with #663FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663FD6; }
p { color: rgb(102,63,214); }
H1.HeaderClassName
{
color: #663FD6;
}
.AnyTagClassName
{
color: #663FD6;
}
</style>
background-color css
<style>
a { background-color: #663FD6; }
a { background-color: rgb(102,63,214); }
div.DivClassName
{
background-color: #663FD6;
}
.BgClassName
{
background-color: #663FD6;
}
</style>
border-color css
<style>
span { border-color: #663FD6; }
span { border-color: rgb(102,63,214); }
td.TdClassName
{
border-color: #663FD6;
}
.TagClassName
{
border-color: #663FD6;
}
</style>