Shades of Purple Heart #6844B7
Tints of Purple Heart #6844B7
RGB
CMYK
RGB Variations
Color information
#6844B7 (or 0x6844B7) is known color: Purple Heart. HEX triplet: 68, 44 and B7. RGB value is (104,68,183). Sum of RGB (Red+Green+Blue) = 104+68+183=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 183 (71.88% from 255 or 51.55% from 355); Max value from RGB is 183 - color contains mainly: blue. Hex color #6844B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6844B7 is #97BB48. Grayscale: #5B5B5B. Windows color (decimal): -9943881 or 12010600. OLE color: 12010600.
HSL color Cylindrical-coordinate representation of color #6844B7: hue angle of 258.78º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6844B7 is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 68 | 183 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.28 |
| HSL | 258.78º | 0.46% | 0.49% | - |
| HSV(B) | 258.78º | 0.63% | 0.72% | - |
| XYZ | 16.32 | 10.5 | 45.97 | - |
| YUV | 91.87 | 179.43 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 183 | 0.43 | 0.63 | 0 | 0.28 | 258.78 | 0.46 | 0.49 |
| Hex | 68 | 44 | B7 | 2B | 3F | 0 | 1C | 103 | 2E | 31 |
| Octal | 150 | 104 | 267 | 53 | 77 | 0 | 34 | 403 | 56 | 61 |
| Binary | 1101000 | 1000100 | 10110111 | 101011 | 111111 | 0 | 11100 | 100000011 | 101110 | 110001 |
Color Harmonies of #6844B7
Complementary color
Monochromatic Colors of #6844B7
Black with #6844B7
Text Example
Text Example
White with #6844B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6844B7; }
p { color: rgb(104,68,183); }
H1.HeaderClassName
{
color: #6844B7;
}
.AnyTagClassName
{
color: #6844B7;
}
</style>
background-color css
<style>
a { background-color: #6844B7; }
a { background-color: rgb(104,68,183); }
div.DivClassName
{
background-color: #6844B7;
}
.BgClassName
{
background-color: #6844B7;
}
</style>
border-color css
<style>
span { border-color: #6844B7; }
span { border-color: rgb(104,68,183); }
td.TdClassName
{
border-color: #6844B7;
}
.TagClassName
{
border-color: #6844B7;
}
</style>