Shades of Purple Heart #6941BD
Tints of Purple Heart #6941BD
RGB
CMYK
RGB Variations
Color information
#6941BD (or 0x6941BD) is known color: Purple Heart. HEX triplet: 69, 41 and BD. RGB value is (105,65,189). Sum of RGB (Red+Green+Blue) = 105+65+189=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #6941BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6941BD is #96BE42. Grayscale: #5A5A5A. Windows color (decimal): -9879107 or 12403049. OLE color: 12403049.
HSL color Cylindrical-coordinate representation of color #6941BD: hue angle of 259.35º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6941BD is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 65 | 189 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.26 |
| HSL | 259.35º | 0.49% | 0.5% | - |
| HSV(B) | 259.35º | 0.66% | 0.74% | - |
| XYZ | 16.9 | 10.46 | 49.27 | - |
| YUV | 91.1 | 183.25 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 189 | 0.44 | 0.66 | 0 | 0.26 | 259.35 | 0.49 | 0.5 |
| Hex | 69 | 41 | BD | 2C | 42 | 0 | 1A | 103 | 31 | 32 |
| Octal | 151 | 101 | 275 | 54 | 102 | 0 | 32 | 403 | 61 | 62 |
| Binary | 1101001 | 1000001 | 10111101 | 101100 | 1000010 | 0 | 11010 | 100000011 | 110001 | 110010 |
Color Harmonies of #6941BD
Complementary color
Monochromatic Colors of #6941BD
Black with #6941BD
Text Example
Text Example
White with #6941BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6941BD; }
p { color: rgb(105,65,189); }
H1.HeaderClassName
{
color: #6941BD;
}
.AnyTagClassName
{
color: #6941BD;
}
</style>
background-color css
<style>
a { background-color: #6941BD; }
a { background-color: rgb(105,65,189); }
div.DivClassName
{
background-color: #6941BD;
}
.BgClassName
{
background-color: #6941BD;
}
</style>
border-color css
<style>
span { border-color: #6941BD; }
span { border-color: rgb(105,65,189); }
td.TdClassName
{
border-color: #6941BD;
}
.TagClassName
{
border-color: #6941BD;
}
</style>