Shades of Purple Heart #6934DB
Tints of Purple Heart #6934DB
RGB
CMYK
RGB Variations
Color information
#6934DB (or 0x6934DB) is known color: Purple Heart. HEX triplet: 69, 34 and DB. RGB value is (105,52,219). Sum of RGB (Red+Green+Blue) = 105+52+219=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #6934DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6934DB is #96CB24. Grayscale: #565656. Windows color (decimal): -9882405 or 14365801. OLE color: 14365801.
HSL color Cylindrical-coordinate representation of color #6934DB: hue angle of 259.04º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6934DB is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 52 | 219 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.14 |
| HSL | 259.04º | 0.7% | 0.53% | - |
| HSV(B) | 259.04º | 0.76% | 0.86% | - |
| XYZ | 19.84 | 10.57 | 68.01 | - |
| YUV | 86.89 | 202.56 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 52 | 219 | 0.52 | 0.76 | 0 | 0.14 | 259.04 | 0.7 | 0.53 |
| Hex | 69 | 34 | DB | 34 | 4C | 0 | E | 103 | 46 | 35 |
| Octal | 151 | 64 | 333 | 64 | 114 | 0 | 16 | 403 | 106 | 65 |
| Binary | 1101001 | 110100 | 11011011 | 110100 | 1001100 | 0 | 1110 | 100000011 | 1000110 | 110101 |
Color Harmonies of #6934DB
Complementary color
Monochromatic Colors of #6934DB
Black with #6934DB
Text Example
Text Example
White with #6934DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6934DB; }
p { color: rgb(105,52,219); }
H1.HeaderClassName
{
color: #6934DB;
}
.AnyTagClassName
{
color: #6934DB;
}
</style>
background-color css
<style>
a { background-color: #6934DB; }
a { background-color: rgb(105,52,219); }
div.DivClassName
{
background-color: #6934DB;
}
.BgClassName
{
background-color: #6934DB;
}
</style>
border-color css
<style>
span { border-color: #6934DB; }
span { border-color: rgb(105,52,219); }
td.TdClassName
{
border-color: #6934DB;
}
.TagClassName
{
border-color: #6934DB;
}
</style>