Shades of Purple Heart #6941CE
Tints of Purple Heart #6941CE
RGB
CMYK
RGB Variations
Color information
#6941CE (or 0x6941CE) is known color: Purple Heart. HEX triplet: 69, 41 and CE. RGB value is (105,65,206). Sum of RGB (Red+Green+Blue) = 105+65+206=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #6941CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6941CE is #96BE31. Grayscale: #5C5C5C. Windows color (decimal): -9879090 or 13517161. OLE color: 13517161.
HSL color Cylindrical-coordinate representation of color #6941CE: hue angle of 257.02º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6941CE is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 65 | 206 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.19 |
| HSL | 257.02º | 0.59% | 0.53% | - |
| HSV(B) | 257.02º | 0.68% | 0.81% | - |
| XYZ | 18.86 | 11.24 | 59.57 | - |
| YUV | 93.03 | 191.75 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 206 | 0.49 | 0.68 | 0 | 0.19 | 257.02 | 0.59 | 0.53 |
| Hex | 69 | 41 | CE | 31 | 44 | 0 | 13 | 101 | 3B | 35 |
| Octal | 151 | 101 | 316 | 61 | 104 | 0 | 23 | 401 | 73 | 65 |
| Binary | 1101001 | 1000001 | 11001110 | 110001 | 1000100 | 0 | 10011 | 100000001 | 111011 | 110101 |
Color Harmonies of #6941CE
Complementary color
Monochromatic Colors of #6941CE
Black with #6941CE
Text Example
Text Example
White with #6941CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6941CE; }
p { color: rgb(105,65,206); }
H1.HeaderClassName
{
color: #6941CE;
}
.AnyTagClassName
{
color: #6941CE;
}
</style>
background-color css
<style>
a { background-color: #6941CE; }
a { background-color: rgb(105,65,206); }
div.DivClassName
{
background-color: #6941CE;
}
.BgClassName
{
background-color: #6941CE;
}
</style>
border-color css
<style>
span { border-color: #6941CE; }
span { border-color: rgb(105,65,206); }
td.TdClassName
{
border-color: #6941CE;
}
.TagClassName
{
border-color: #6941CE;
}
</style>