Shades of Purple Heart #6940CE
Tints of Purple Heart #6940CE
RGB
CMYK
RGB Variations
Color information
#6940CE (or 0x6940CE) is known color: Purple Heart. HEX triplet: 69, 40 and CE. RGB value is (105,64,206). Sum of RGB (Red+Green+Blue) = 105+64+206=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #6940CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6940CE is #96BF31. Grayscale: #5B5B5B. Windows color (decimal): -9879346 or 13516905. OLE color: 13516905.
HSL color Cylindrical-coordinate representation of color #6940CE: hue angle of 257.32º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6940CE is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 64 | 206 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.19 |
| HSL | 257.32º | 0.59% | 0.53% | - |
| HSV(B) | 257.32º | 0.69% | 0.81% | - |
| XYZ | 18.8 | 11.13 | 59.55 | - |
| YUV | 92.45 | 192.08 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 206 | 0.49 | 0.69 | 0 | 0.19 | 257.32 | 0.59 | 0.53 |
| Hex | 69 | 40 | CE | 31 | 45 | 0 | 13 | 101 | 3B | 35 |
| Octal | 151 | 100 | 316 | 61 | 105 | 0 | 23 | 401 | 73 | 65 |
| Binary | 1101001 | 1000000 | 11001110 | 110001 | 1000101 | 0 | 10011 | 100000001 | 111011 | 110101 |
Color Harmonies of #6940CE
Complementary color
Monochromatic Colors of #6940CE
Black with #6940CE
Text Example
Text Example
White with #6940CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6940CE; }
p { color: rgb(105,64,206); }
H1.HeaderClassName
{
color: #6940CE;
}
.AnyTagClassName
{
color: #6940CE;
}
</style>
background-color css
<style>
a { background-color: #6940CE; }
a { background-color: rgb(105,64,206); }
div.DivClassName
{
background-color: #6940CE;
}
.BgClassName
{
background-color: #6940CE;
}
</style>
border-color css
<style>
span { border-color: #6940CE; }
span { border-color: rgb(105,64,206); }
td.TdClassName
{
border-color: #6940CE;
}
.TagClassName
{
border-color: #6940CE;
}
</style>