Shades of Purple Heart #663DDF
Tints of Purple Heart #663DDF
RGB
CMYK
RGB Variations
Color information
#663DDF (or 0x663DDF) is known color: Purple Heart. HEX triplet: 66, 3D and DF. RGB value is (102,61,223). Sum of RGB (Red+Green+Blue) = 102+61+223=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #663DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DDF is #99C220. Grayscale: #5B5B5B. Windows color (decimal): -10076705 or 14630246. OLE color: 14630246.
HSL color Cylindrical-coordinate representation of color #663DDF: hue angle of 255.19º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #663DDF is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 61 | 223 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.13 |
| HSL | 255.19º | 0.72% | 0.56% | - |
| HSV(B) | 255.19º | 0.73% | 0.87% | - |
| XYZ | 20.47 | 11.49 | 70.95 | - |
| YUV | 91.73 | 202.08 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 223 | 0.54 | 0.73 | 0 | 0.13 | 255.19 | 0.72 | 0.56 |
| Hex | 66 | 3D | DF | 36 | 49 | 0 | D | FF | 48 | 38 |
| Octal | 146 | 75 | 337 | 66 | 111 | 0 | 15 | 377 | 110 | 70 |
| Binary | 1100110 | 111101 | 11011111 | 110110 | 1001001 | 0 | 1101 | 11111111 | 1001000 | 111000 |
Color Harmonies of #663DDF
Complementary color
Monochromatic Colors of #663DDF
Black with #663DDF
Text Example
Text Example
White with #663DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663DDF; }
p { color: rgb(102,61,223); }
H1.HeaderClassName
{
color: #663DDF;
}
.AnyTagClassName
{
color: #663DDF;
}
</style>
background-color css
<style>
a { background-color: #663DDF; }
a { background-color: rgb(102,61,223); }
div.DivClassName
{
background-color: #663DDF;
}
.BgClassName
{
background-color: #663DDF;
}
</style>
border-color css
<style>
span { border-color: #663DDF; }
span { border-color: rgb(102,61,223); }
td.TdClassName
{
border-color: #663DDF;
}
.TagClassName
{
border-color: #663DDF;
}
</style>