Shades of Purple Heart #663EDB
Tints of Purple Heart #663EDB
RGB
CMYK
RGB Variations
Color information
#663EDB (or 0x663EDB) is known color: Purple Heart. HEX triplet: 66, 3E and DB. RGB value is (102,62,219). Sum of RGB (Red+Green+Blue) = 102+62+219=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #663EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663EDB is #99C124. Grayscale: #5B5B5B. Windows color (decimal): -10076453 or 14368358. OLE color: 14368358.
HSL color Cylindrical-coordinate representation of color #663EDB: hue angle of 255.29º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #663EDB is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 62 | 219 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.14 |
| HSL | 255.29º | 0.69% | 0.55% | - |
| HSV(B) | 255.29º | 0.72% | 0.86% | - |
| XYZ | 19.99 | 11.38 | 68.16 | - |
| YUV | 91.86 | 199.75 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 219 | 0.53 | 0.72 | 0 | 0.14 | 255.29 | 0.69 | 0.55 |
| Hex | 66 | 3E | DB | 35 | 48 | 0 | E | FF | 45 | 37 |
| Octal | 146 | 76 | 333 | 65 | 110 | 0 | 16 | 377 | 105 | 67 |
| Binary | 1100110 | 111110 | 11011011 | 110101 | 1001000 | 0 | 1110 | 11111111 | 1000101 | 110111 |
Color Harmonies of #663EDB
Complementary color
Monochromatic Colors of #663EDB
Black with #663EDB
Text Example
Text Example
White with #663EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663EDB; }
p { color: rgb(102,62,219); }
H1.HeaderClassName
{
color: #663EDB;
}
.AnyTagClassName
{
color: #663EDB;
}
</style>
background-color css
<style>
a { background-color: #663EDB; }
a { background-color: rgb(102,62,219); }
div.DivClassName
{
background-color: #663EDB;
}
.BgClassName
{
background-color: #663EDB;
}
</style>
border-color css
<style>
span { border-color: #663EDB; }
span { border-color: rgb(102,62,219); }
td.TdClassName
{
border-color: #663EDB;
}
.TagClassName
{
border-color: #663EDB;
}
</style>