Shades of Purple Heart #6940C9
Tints of Purple Heart #6940C9
RGB
CMYK
RGB Variations
Color information
#6940C9 (or 0x6940C9) is known color: Purple Heart. HEX triplet: 69, 40 and C9. RGB value is (105,64,201). Sum of RGB (Red+Green+Blue) = 105+64+201=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 201 (78.91% from 255 or 54.32% from 370); Max value from RGB is 201 - color contains mainly: blue. Hex color #6940C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6940C9 is #96BF36. Grayscale: #5B5B5B. Windows color (decimal): -9879351 or 13189225. OLE color: 13189225.
HSL color Cylindrical-coordinate representation of color #6940C9: hue angle of 257.96º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6940C9 is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 64 | 201 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.21 |
| HSL | 257.96º | 0.56% | 0.52% | - |
| HSV(B) | 257.96º | 0.68% | 0.79% | - |
| XYZ | 18.2 | 10.89 | 56.4 | - |
| YUV | 91.88 | 189.58 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 201 | 0.48 | 0.68 | 0 | 0.21 | 257.96 | 0.56 | 0.52 |
| Hex | 69 | 40 | C9 | 30 | 44 | 0 | 15 | 102 | 38 | 34 |
| Octal | 151 | 100 | 311 | 60 | 104 | 0 | 25 | 402 | 70 | 64 |
| Binary | 1101001 | 1000000 | 11001001 | 110000 | 1000100 | 0 | 10101 | 100000010 | 111000 | 110100 |
Color Harmonies of #6940C9
Complementary color
Monochromatic Colors of #6940C9
Black with #6940C9
Text Example
Text Example
White with #6940C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6940C9; }
p { color: rgb(105,64,201); }
H1.HeaderClassName
{
color: #6940C9;
}
.AnyTagClassName
{
color: #6940C9;
}
</style>
background-color css
<style>
a { background-color: #6940C9; }
a { background-color: rgb(105,64,201); }
div.DivClassName
{
background-color: #6940C9;
}
.BgClassName
{
background-color: #6940C9;
}
</style>
border-color css
<style>
span { border-color: #6940C9; }
span { border-color: rgb(105,64,201); }
td.TdClassName
{
border-color: #6940C9;
}
.TagClassName
{
border-color: #6940C9;
}
</style>