Shades of Purple Heart #6926DB
Tints of Purple Heart #6926DB
RGB
CMYK
RGB Variations
Color information
#6926DB (or 0x6926DB) is known color: Purple Heart. HEX triplet: 69, 26 and DB. RGB value is (105,38,219). Sum of RGB (Red+Green+Blue) = 105+38+219=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #6926DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6926DB is #96D924. Grayscale: #4E4E4E. Windows color (decimal): -9885989 or 14362217. OLE color: 14362217.
HSL color Cylindrical-coordinate representation of color #6926DB: hue angle of 262.21º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6926DB is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 38 | 219 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.14 |
| HSL | 262.21º | 0.72% | 0.5% | - |
| HSV(B) | 262.21º | 0.83% | 0.86% | - |
| XYZ | 19.3 | 9.5 | 67.83 | - |
| YUV | 78.67 | 207.2 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 38 | 219 | 0.52 | 0.83 | 0 | 0.14 | 262.21 | 0.72 | 0.5 |
| Hex | 69 | 26 | DB | 34 | 53 | 0 | E | 106 | 48 | 32 |
| Octal | 151 | 46 | 333 | 64 | 123 | 0 | 16 | 406 | 110 | 62 |
| Binary | 1101001 | 100110 | 11011011 | 110100 | 1010011 | 0 | 1110 | 100000110 | 1001000 | 110010 |
Color Harmonies of #6926DB
Complementary color
Monochromatic Colors of #6926DB
Black with #6926DB
Text Example
Text Example
White with #6926DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6926DB; }
p { color: rgb(105,38,219); }
H1.HeaderClassName
{
color: #6926DB;
}
.AnyTagClassName
{
color: #6926DB;
}
</style>
background-color css
<style>
a { background-color: #6926DB; }
a { background-color: rgb(105,38,219); }
div.DivClassName
{
background-color: #6926DB;
}
.BgClassName
{
background-color: #6926DB;
}
</style>
border-color css
<style>
span { border-color: #6926DB; }
span { border-color: rgb(105,38,219); }
td.TdClassName
{
border-color: #6926DB;
}
.TagClassName
{
border-color: #6926DB;
}
</style>