Shades of Purple Heart #6944C6
Tints of Purple Heart #6944C6
RGB
CMYK
RGB Variations
Color information
#6944C6 (or 0x6944C6) is known color: Purple Heart. HEX triplet: 69, 44 and C6. RGB value is (105,68,198). Sum of RGB (Red+Green+Blue) = 105+68+198=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 198 (77.73% from 255 or 53.37% from 371); Max value from RGB is 198 - color contains mainly: blue. Hex color #6944C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6944C6 is #96BB39. Grayscale: #5D5D5D. Windows color (decimal): -9878330 or 12993641. OLE color: 12993641.
HSL color Cylindrical-coordinate representation of color #6944C6: hue angle of 257.08º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6944C6 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 68 | 198 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.22 |
| HSL | 257.08º | 0.53% | 0.52% | - |
| HSV(B) | 257.08º | 0.66% | 0.78% | - |
| XYZ | 18.09 | 11.21 | 54.64 | - |
| YUV | 93.88 | 186.76 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 68 | 198 | 0.47 | 0.66 | 0 | 0.22 | 257.08 | 0.53 | 0.52 |
| Hex | 69 | 44 | C6 | 2F | 42 | 0 | 16 | 101 | 35 | 34 |
| Octal | 151 | 104 | 306 | 57 | 102 | 0 | 26 | 401 | 65 | 64 |
| Binary | 1101001 | 1000100 | 11000110 | 101111 | 1000010 | 0 | 10110 | 100000001 | 110101 | 110100 |
Color Harmonies of #6944C6
Complementary color
Monochromatic Colors of #6944C6
Black with #6944C6
Text Example
Text Example
White with #6944C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6944C6; }
p { color: rgb(105,68,198); }
H1.HeaderClassName
{
color: #6944C6;
}
.AnyTagClassName
{
color: #6944C6;
}
</style>
background-color css
<style>
a { background-color: #6944C6; }
a { background-color: rgb(105,68,198); }
div.DivClassName
{
background-color: #6944C6;
}
.BgClassName
{
background-color: #6944C6;
}
</style>
border-color css
<style>
span { border-color: #6944C6; }
span { border-color: rgb(105,68,198); }
td.TdClassName
{
border-color: #6944C6;
}
.TagClassName
{
border-color: #6944C6;
}
</style>