Shades of Purple Heart #6619DB
Tints of Purple Heart #6619DB
RGB
CMYK
RGB Variations
Color information
#6619DB (or 0x6619DB) is known color: Purple Heart. HEX triplet: 66, 19 and DB. RGB value is (102,25,219). Sum of RGB (Red+Green+Blue) = 102+25+219=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #6619DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6619DB is #99E624. Grayscale: #454545. Windows color (decimal): -10085925 or 14358886. OLE color: 14358886.
HSL color Cylindrical-coordinate representation of color #6619DB: hue angle of 263.81º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6619DB is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 25 | 219 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.14 |
| HSL | 263.81º | 0.8% | 0.48% | - |
| HSV(B) | 263.81º | 0.89% | 0.86% | - |
| XYZ | 18.61 | 8.63 | 67.7 | - |
| YUV | 70.14 | 212.01 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 219 | 0.53 | 0.89 | 0 | 0.14 | 263.81 | 0.8 | 0.48 |
| Hex | 66 | 19 | DB | 35 | 59 | 0 | E | 108 | 50 | 30 |
| Octal | 146 | 31 | 333 | 65 | 131 | 0 | 16 | 410 | 120 | 60 |
| Binary | 1100110 | 11001 | 11011011 | 110101 | 1011001 | 0 | 1110 | 100001000 | 1010000 | 110000 |
Color Harmonies of #6619DB
Complementary color
Monochromatic Colors of #6619DB
Black with #6619DB
Text Example
Text Example
White with #6619DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6619DB; }
p { color: rgb(102,25,219); }
H1.HeaderClassName
{
color: #6619DB;
}
.AnyTagClassName
{
color: #6619DB;
}
</style>
background-color css
<style>
a { background-color: #6619DB; }
a { background-color: rgb(102,25,219); }
div.DivClassName
{
background-color: #6619DB;
}
.BgClassName
{
background-color: #6619DB;
}
</style>
border-color css
<style>
span { border-color: #6619DB; }
span { border-color: rgb(102,25,219); }
td.TdClassName
{
border-color: #6619DB;
}
.TagClassName
{
border-color: #6619DB;
}
</style>