Shades of Purple Heart #6941BF
Tints of Purple Heart #6941BF
RGB
CMYK
RGB Variations
Color information
#6941BF (or 0x6941BF) is known color: Purple Heart. HEX triplet: 69, 41 and BF. RGB value is (105,65,191). Sum of RGB (Red+Green+Blue) = 105+65+191=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #6941BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6941BF is #96BE40. Grayscale: #5A5A5A. Windows color (decimal): -9879105 or 12534121. OLE color: 12534121.
HSL color Cylindrical-coordinate representation of color #6941BF: hue angle of 259.05º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6941BF is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 65 | 191 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.25 |
| HSL | 259.05º | 0.5% | 0.5% | - |
| HSV(B) | 259.05º | 0.66% | 0.75% | - |
| XYZ | 17.12 | 10.55 | 50.42 | - |
| YUV | 91.32 | 184.25 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 191 | 0.45 | 0.66 | 0 | 0.25 | 259.05 | 0.5 | 0.5 |
| Hex | 69 | 41 | BF | 2D | 42 | 0 | 19 | 103 | 32 | 32 |
| Octal | 151 | 101 | 277 | 55 | 102 | 0 | 31 | 403 | 62 | 62 |
| Binary | 1101001 | 1000001 | 10111111 | 101101 | 1000010 | 0 | 11001 | 100000011 | 110010 | 110010 |
Color Harmonies of #6941BF
Complementary color
Monochromatic Colors of #6941BF
Black with #6941BF
Text Example
Text Example
White with #6941BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6941BF; }
p { color: rgb(105,65,191); }
H1.HeaderClassName
{
color: #6941BF;
}
.AnyTagClassName
{
color: #6941BF;
}
</style>
background-color css
<style>
a { background-color: #6941BF; }
a { background-color: rgb(105,65,191); }
div.DivClassName
{
background-color: #6941BF;
}
.BgClassName
{
background-color: #6941BF;
}
</style>
border-color css
<style>
span { border-color: #6941BF; }
span { border-color: rgb(105,65,191); }
td.TdClassName
{
border-color: #6941BF;
}
.TagClassName
{
border-color: #6941BF;
}
</style>