Shades of Purple Heart #6844C3
Tints of Purple Heart #6844C3
RGB
CMYK
RGB Variations
Color information
#6844C3 (or 0x6844C3) is known color: Purple Heart. HEX triplet: 68, 44 and C3. RGB value is (104,68,195). Sum of RGB (Red+Green+Blue) = 104+68+195=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 195 (76.56% from 255 or 53.13% from 367); Max value from RGB is 195 - color contains mainly: blue. Hex color #6844C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6844C3 is #97BB3C. Grayscale: #5C5C5C. Windows color (decimal): -9943869 or 12797032. OLE color: 12797032.
HSL color Cylindrical-coordinate representation of color #6844C3: hue angle of 257.01º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6844C3 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 68 | 195 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.24 |
| HSL | 257.01º | 0.51% | 0.52% | - |
| HSV(B) | 257.01º | 0.65% | 0.76% | - |
| XYZ | 17.63 | 11.02 | 52.83 | - |
| YUV | 93.24 | 185.43 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 195 | 0.47 | 0.65 | 0 | 0.24 | 257.01 | 0.51 | 0.52 |
| Hex | 68 | 44 | C3 | 2F | 41 | 0 | 18 | 101 | 33 | 34 |
| Octal | 150 | 104 | 303 | 57 | 101 | 0 | 30 | 401 | 63 | 64 |
| Binary | 1101000 | 1000100 | 11000011 | 101111 | 1000001 | 0 | 11000 | 100000001 | 110011 | 110100 |
Color Harmonies of #6844C3
Complementary color
Monochromatic Colors of #6844C3
Black with #6844C3
Text Example
Text Example
White with #6844C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6844C3; }
p { color: rgb(104,68,195); }
H1.HeaderClassName
{
color: #6844C3;
}
.AnyTagClassName
{
color: #6844C3;
}
</style>
background-color css
<style>
a { background-color: #6844C3; }
a { background-color: rgb(104,68,195); }
div.DivClassName
{
background-color: #6844C3;
}
.BgClassName
{
background-color: #6844C3;
}
</style>
border-color css
<style>
span { border-color: #6844C3; }
span { border-color: rgb(104,68,195); }
td.TdClassName
{
border-color: #6844C3;
}
.TagClassName
{
border-color: #6844C3;
}
</style>