Shades of Purple Heart #663DD6
Tints of Purple Heart #663DD6
RGB
CMYK
RGB Variations
Color information
#663DD6 (or 0x663DD6) is known color: Purple Heart. HEX triplet: 66, 3D and D6. RGB value is (102,61,214). Sum of RGB (Red+Green+Blue) = 102+61+214=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 214 (83.98% from 255 or 56.76% from 377); Max value from RGB is 214 - color contains mainly: blue. Hex color #663DD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DD6 is #99C229. Grayscale: #5A5A5A. Windows color (decimal): -10076714 or 14040422. OLE color: 14040422.
HSL color Cylindrical-coordinate representation of color #663DD6: hue angle of 256.08º 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 #663DD6 is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 61 | 214 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.16 |
| HSL | 256.08º | 0.65% | 0.54% | - |
| HSV(B) | 256.08º | 0.71% | 0.84% | - |
| XYZ | 19.29 | 11.02 | 64.73 | - |
| YUV | 90.7 | 197.58 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 214 | 0.52 | 0.71 | 0 | 0.16 | 256.08 | 0.65 | 0.54 |
| Hex | 66 | 3D | D6 | 34 | 47 | 0 | 10 | 100 | 41 | 36 |
| Octal | 146 | 75 | 326 | 64 | 107 | 0 | 20 | 400 | 101 | 66 |
| Binary | 1100110 | 111101 | 11010110 | 110100 | 1000111 | 0 | 10000 | 100000000 | 1000001 | 110110 |
Color Harmonies of #663DD6
Complementary color
Monochromatic Colors of #663DD6
Black with #663DD6
Text Example
Text Example
White with #663DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663DD6; }
p { color: rgb(102,61,214); }
H1.HeaderClassName
{
color: #663DD6;
}
.AnyTagClassName
{
color: #663DD6;
}
</style>
background-color css
<style>
a { background-color: #663DD6; }
a { background-color: rgb(102,61,214); }
div.DivClassName
{
background-color: #663DD6;
}
.BgClassName
{
background-color: #663DD6;
}
</style>
border-color css
<style>
span { border-color: #663DD6; }
span { border-color: rgb(102,61,214); }
td.TdClassName
{
border-color: #663DD6;
}
.TagClassName
{
border-color: #663DD6;
}
</style>