Shades of Purple Heart #6910DB
Tints of Purple Heart #6910DB
RGB
CMYK
RGB Variations
Color information
#6910DB (or 0x6910DB) is known color: Purple Heart. HEX triplet: 69, 10 and DB. RGB value is (105,16,219). Sum of RGB (Red+Green+Blue) = 105+16+219=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #6910DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6910DB is #96EF24. Grayscale: #414141. Windows color (decimal): -9891621 or 14356585. OLE color: 14356585.
HSL color Cylindrical-coordinate representation of color #6910DB: hue angle of 266.31º 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 #6910DB is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 16 | 219 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.14 |
| HSL | 266.31º | 0.86% | 0.46% | - |
| HSV(B) | 266.31º | 0.93% | 0.86% | - |
| XYZ | 18.8 | 8.49 | 67.67 | - |
| YUV | 65.75 | 214.49 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 16 | 219 | 0.52 | 0.93 | 0 | 0.14 | 266.31 | 0.86 | 0.46 |
| Hex | 69 | 10 | DB | 34 | 5D | 0 | E | 10A | 56 | 2E |
| Octal | 151 | 20 | 333 | 64 | 135 | 0 | 16 | 412 | 126 | 56 |
| Binary | 1101001 | 10000 | 11011011 | 110100 | 1011101 | 0 | 1110 | 100001010 | 1010110 | 101110 |
Color Harmonies of #6910DB
Complementary color
Monochromatic Colors of #6910DB
Black with #6910DB
Text Example
Text Example
White with #6910DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6910DB; }
p { color: rgb(105,16,219); }
H1.HeaderClassName
{
color: #6910DB;
}
.AnyTagClassName
{
color: #6910DB;
}
</style>
background-color css
<style>
a { background-color: #6910DB; }
a { background-color: rgb(105,16,219); }
div.DivClassName
{
background-color: #6910DB;
}
.BgClassName
{
background-color: #6910DB;
}
</style>
border-color css
<style>
span { border-color: #6910DB; }
span { border-color: rgb(105,16,219); }
td.TdClassName
{
border-color: #6910DB;
}
.TagClassName
{
border-color: #6910DB;
}
</style>