Shades of Purple Heart #6941BA
Tints of Purple Heart #6941BA
RGB
CMYK
RGB Variations
Color information
#6941BA (or 0x6941BA) is known color: Purple Heart. HEX triplet: 69, 41 and BA. RGB value is (105,65,186). Sum of RGB (Red+Green+Blue) = 105+65+186=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #6941BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6941BA is #96BE45. Grayscale: #5A5A5A. Windows color (decimal): -9879110 or 12206441. OLE color: 12206441.
HSL color Cylindrical-coordinate representation of color #6941BA: hue angle of 259.83º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6941BA is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 65 | 186 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.27 |
| HSL | 259.83º | 0.48% | 0.49% | - |
| HSV(B) | 259.83º | 0.65% | 0.73% | - |
| XYZ | 16.58 | 10.33 | 47.57 | - |
| YUV | 90.75 | 181.75 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 186 | 0.44 | 0.65 | 0 | 0.27 | 259.83 | 0.48 | 0.49 |
| Hex | 69 | 41 | BA | 2C | 41 | 0 | 1B | 104 | 30 | 31 |
| Octal | 151 | 101 | 272 | 54 | 101 | 0 | 33 | 404 | 60 | 61 |
| Binary | 1101001 | 1000001 | 10111010 | 101100 | 1000001 | 0 | 11011 | 100000100 | 110000 | 110001 |
Color Harmonies of #6941BA
Complementary color
Monochromatic Colors of #6941BA
Black with #6941BA
Text Example
Text Example
White with #6941BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6941BA; }
p { color: rgb(105,65,186); }
H1.HeaderClassName
{
color: #6941BA;
}
.AnyTagClassName
{
color: #6941BA;
}
</style>
background-color css
<style>
a { background-color: #6941BA; }
a { background-color: rgb(105,65,186); }
div.DivClassName
{
background-color: #6941BA;
}
.BgClassName
{
background-color: #6941BA;
}
</style>
border-color css
<style>
span { border-color: #6941BA; }
span { border-color: rgb(105,65,186); }
td.TdClassName
{
border-color: #6941BA;
}
.TagClassName
{
border-color: #6941BA;
}
</style>