Shades of Purple Heart #6C44B9
Tints of Purple Heart #6C44B9
RGB
CMYK
RGB Variations
Color information
#6C44B9 (or 0x6C44B9) is known color: Purple Heart. HEX triplet: 6C, 44 and B9. RGB value is (108,68,185). Sum of RGB (Red+Green+Blue) = 108+68+185=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 185 (72.66% from 255 or 51.25% from 361); Max value from RGB is 185 - color contains mainly: blue. Hex color #6C44B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C44B9 is #93BB46. Grayscale: #5C5C5C. Windows color (decimal): -9681735 or 12141676. OLE color: 12141676.
HSL color Cylindrical-coordinate representation of color #6C44B9: hue angle of 260.51º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C44B9 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 68 | 185 | - |
| CMYK | 0.42 | 0.63 | 0 | 0.27 |
| HSL | 260.51º | 0.46% | 0.5% | - |
| HSV(B) | 260.51º | 0.63% | 0.73% | - |
| XYZ | 17.01 | 10.83 | 47.09 | - |
| YUV | 93.3 | 179.75 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 68 | 185 | 0.42 | 0.63 | 0 | 0.27 | 260.51 | 0.46 | 0.5 |
| Hex | 6C | 44 | B9 | 2A | 3F | 0 | 1B | 105 | 2E | 32 |
| Octal | 154 | 104 | 271 | 52 | 77 | 0 | 33 | 405 | 56 | 62 |
| Binary | 1101100 | 1000100 | 10111001 | 101010 | 111111 | 0 | 11011 | 100000101 | 101110 | 110010 |
Color Harmonies of #6C44B9
Complementary color
Monochromatic Colors of #6C44B9
Black with #6C44B9
Text Example
Text Example
White with #6C44B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C44B9; }
p { color: rgb(108,68,185); }
H1.HeaderClassName
{
color: #6C44B9;
}
.AnyTagClassName
{
color: #6C44B9;
}
</style>
background-color css
<style>
a { background-color: #6C44B9; }
a { background-color: rgb(108,68,185); }
div.DivClassName
{
background-color: #6C44B9;
}
.BgClassName
{
background-color: #6C44B9;
}
</style>
border-color css
<style>
span { border-color: #6C44B9; }
span { border-color: rgb(108,68,185); }
td.TdClassName
{
border-color: #6C44B9;
}
.TagClassName
{
border-color: #6C44B9;
}
</style>