Shades of Purple Heart #6610DB
Tints of Purple Heart #6610DB
RGB
CMYK
RGB Variations
Color information
#6610DB (or 0x6610DB) is known color: Purple Heart. HEX triplet: 66, 10 and DB. RGB value is (102,16,219). Sum of RGB (Red+Green+Blue) = 102+16+219=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #6610DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6610DB is #99EF24. Grayscale: #404040. Windows color (decimal): -10088229 or 14356582. OLE color: 14356582.
HSL color Cylindrical-coordinate representation of color #6610DB: hue angle of 265.42º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6610DB is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 16 | 219 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.14 |
| HSL | 265.42º | 0.86% | 0.46% | - |
| HSV(B) | 265.42º | 0.93% | 0.86% | - |
| XYZ | 18.45 | 8.31 | 67.65 | - |
| YUV | 64.86 | 214.99 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 16 | 219 | 0.53 | 0.93 | 0 | 0.14 | 265.42 | 0.86 | 0.46 |
| Hex | 66 | 10 | DB | 35 | 5D | 0 | E | 109 | 56 | 2E |
| Octal | 146 | 20 | 333 | 65 | 135 | 0 | 16 | 411 | 126 | 56 |
| Binary | 1100110 | 10000 | 11011011 | 110101 | 1011101 | 0 | 1110 | 100001001 | 1010110 | 101110 |
Color Harmonies of #6610DB
Complementary color
Monochromatic Colors of #6610DB
Black with #6610DB
Text Example
Text Example
White with #6610DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6610DB; }
p { color: rgb(102,16,219); }
H1.HeaderClassName
{
color: #6610DB;
}
.AnyTagClassName
{
color: #6610DB;
}
</style>
background-color css
<style>
a { background-color: #6610DB; }
a { background-color: rgb(102,16,219); }
div.DivClassName
{
background-color: #6610DB;
}
.BgClassName
{
background-color: #6610DB;
}
</style>
border-color css
<style>
span { border-color: #6610DB; }
span { border-color: rgb(102,16,219); }
td.TdClassName
{
border-color: #6610DB;
}
.TagClassName
{
border-color: #6610DB;
}
</style>