Shades of Purple Heart #6611DB
Tints of Purple Heart #6611DB
RGB
CMYK
RGB Variations
Color information
#6611DB (or 0x6611DB) is known color: Purple Heart. HEX triplet: 66, 11 and DB. RGB value is (102,17,219). Sum of RGB (Red+Green+Blue) = 102+17+219=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #6611DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6611DB is #99EE24. Grayscale: #404040. Windows color (decimal): -10087973 or 14356838. OLE color: 14356838.
HSL color Cylindrical-coordinate representation of color #6611DB: hue angle of 265.25º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6611DB is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 17 | 219 | - |
| CMYK | 0.53 | 0.92 | 0 | 0.14 |
| HSL | 265.25º | 0.86% | 0.46% | - |
| HSV(B) | 265.25º | 0.92% | 0.86% | - |
| XYZ | 18.47 | 8.34 | 67.65 | - |
| YUV | 65.44 | 214.66 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 219 | 0.53 | 0.92 | 0 | 0.14 | 265.25 | 0.86 | 0.46 |
| Hex | 66 | 11 | DB | 35 | 5C | 0 | E | 109 | 56 | 2E |
| Octal | 146 | 21 | 333 | 65 | 134 | 0 | 16 | 411 | 126 | 56 |
| Binary | 1100110 | 10001 | 11011011 | 110101 | 1011100 | 0 | 1110 | 100001001 | 1010110 | 101110 |
Color Harmonies of #6611DB
Complementary color
Monochromatic Colors of #6611DB
Black with #6611DB
Text Example
Text Example
White with #6611DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6611DB; }
p { color: rgb(102,17,219); }
H1.HeaderClassName
{
color: #6611DB;
}
.AnyTagClassName
{
color: #6611DB;
}
</style>
background-color css
<style>
a { background-color: #6611DB; }
a { background-color: rgb(102,17,219); }
div.DivClassName
{
background-color: #6611DB;
}
.BgClassName
{
background-color: #6611DB;
}
</style>
border-color css
<style>
span { border-color: #6611DB; }
span { border-color: rgb(102,17,219); }
td.TdClassName
{
border-color: #6611DB;
}
.TagClassName
{
border-color: #6611DB;
}
</style>