Shades of Purple Heart #6940BF
Tints of Purple Heart #6940BF
RGB
CMYK
RGB Variations
Color information
#6940BF (or 0x6940BF) is known color: Purple Heart. HEX triplet: 69, 40 and BF. RGB value is (105,64,191). Sum of RGB (Red+Green+Blue) = 105+64+191=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #6940BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6940BF is #96BF40. Grayscale: #5A5A5A. Windows color (decimal): -9879361 or 12533865. OLE color: 12533865.
HSL color Cylindrical-coordinate representation of color #6940BF: hue angle of 259.37º 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 #6940BF is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 64 | 191 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.25 |
| HSL | 259.37º | 0.5% | 0.5% | - |
| HSV(B) | 259.37º | 0.66% | 0.75% | - |
| XYZ | 17.06 | 10.43 | 50.4 | - |
| YUV | 90.74 | 184.58 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 191 | 0.45 | 0.66 | 0 | 0.25 | 259.37 | 0.5 | 0.5 |
| Hex | 69 | 40 | BF | 2D | 42 | 0 | 19 | 103 | 32 | 32 |
| Octal | 151 | 100 | 277 | 55 | 102 | 0 | 31 | 403 | 62 | 62 |
| Binary | 1101001 | 1000000 | 10111111 | 101101 | 1000010 | 0 | 11001 | 100000011 | 110010 | 110010 |
Color Harmonies of #6940BF
Complementary color
Monochromatic Colors of #6940BF
Black with #6940BF
Text Example
Text Example
White with #6940BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6940BF; }
p { color: rgb(105,64,191); }
H1.HeaderClassName
{
color: #6940BF;
}
.AnyTagClassName
{
color: #6940BF;
}
</style>
background-color css
<style>
a { background-color: #6940BF; }
a { background-color: rgb(105,64,191); }
div.DivClassName
{
background-color: #6940BF;
}
.BgClassName
{
background-color: #6940BF;
}
</style>
border-color css
<style>
span { border-color: #6940BF; }
span { border-color: rgb(105,64,191); }
td.TdClassName
{
border-color: #6940BF;
}
.TagClassName
{
border-color: #6940BF;
}
</style>