Shades of Purple Heart #6937BA
Tints of Purple Heart #6937BA
RGB
CMYK
RGB Variations
Color information
#6937BA (or 0x6937BA) is known color: Purple Heart. HEX triplet: 69, 37 and BA. RGB value is (105,55,186). Sum of RGB (Red+Green+Blue) = 105+55+186=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #6937BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6937BA is #96C845. Grayscale: #545454. Windows color (decimal): -9881670 or 12203881. OLE color: 12203881.
HSL color Cylindrical-coordinate representation of color #6937BA: hue angle of 262.9º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6937BA is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 55 | 186 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.27 |
| HSL | 262.9º | 0.54% | 0.47% | - |
| HSV(B) | 262.9º | 0.7% | 0.73% | - |
| XYZ | 16.05 | 9.28 | 47.4 | - |
| YUV | 84.88 | 185.07 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 55 | 186 | 0.44 | 0.70 | 0 | 0.27 | 262.9 | 0.54 | 0.47 |
| Hex | 69 | 37 | BA | 2C | 46 | 0 | 1B | 107 | 36 | 2F |
| Octal | 151 | 67 | 272 | 54 | 106 | 0 | 33 | 407 | 66 | 57 |
| Binary | 1101001 | 110111 | 10111010 | 101100 | 1000110 | 0 | 11011 | 100000111 | 110110 | 101111 |
Color Harmonies of #6937BA
Complementary color
Monochromatic Colors of #6937BA
Black with #6937BA
Text Example
Text Example
White with #6937BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6937BA; }
p { color: rgb(105,55,186); }
H1.HeaderClassName
{
color: #6937BA;
}
.AnyTagClassName
{
color: #6937BA;
}
</style>
background-color css
<style>
a { background-color: #6937BA; }
a { background-color: rgb(105,55,186); }
div.DivClassName
{
background-color: #6937BA;
}
.BgClassName
{
background-color: #6937BA;
}
</style>
border-color css
<style>
span { border-color: #6937BA; }
span { border-color: rgb(105,55,186); }
td.TdClassName
{
border-color: #6937BA;
}
.TagClassName
{
border-color: #6937BA;
}
</style>