Shades of Purple Heart #6C43C9
Tints of Purple Heart #6C43C9
RGB
CMYK
RGB Variations
Color information
#6C43C9 (or 0x6C43C9) is known color: Purple Heart. HEX triplet: 6C, 43 and C9. RGB value is (108,67,201). Sum of RGB (Red+Green+Blue) = 108+67+201=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #6C43C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C43C9 is #93BC36. Grayscale: #5E5E5E. Windows color (decimal): -9681975 or 13189996. OLE color: 13189996.
HSL color Cylindrical-coordinate representation of color #6C43C9: hue angle of 258.36º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C43C9 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 67 | 201 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.21 |
| HSL | 258.36º | 0.55% | 0.53% | - |
| HSV(B) | 258.36º | 0.67% | 0.79% | - |
| XYZ | 18.73 | 11.42 | 56.48 | - |
| YUV | 94.54 | 188.08 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 67 | 201 | 0.46 | 0.67 | 0 | 0.21 | 258.36 | 0.55 | 0.53 |
| Hex | 6C | 43 | C9 | 2E | 43 | 0 | 15 | 102 | 37 | 35 |
| Octal | 154 | 103 | 311 | 56 | 103 | 0 | 25 | 402 | 67 | 65 |
| Binary | 1101100 | 1000011 | 11001001 | 101110 | 1000011 | 0 | 10101 | 100000010 | 110111 | 110101 |
Color Harmonies of #6C43C9
Complementary color
Monochromatic Colors of #6C43C9
Black with #6C43C9
Text Example
Text Example
White with #6C43C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C43C9; }
p { color: rgb(108,67,201); }
H1.HeaderClassName
{
color: #6C43C9;
}
.AnyTagClassName
{
color: #6C43C9;
}
</style>
background-color css
<style>
a { background-color: #6C43C9; }
a { background-color: rgb(108,67,201); }
div.DivClassName
{
background-color: #6C43C9;
}
.BgClassName
{
background-color: #6C43C9;
}
</style>
border-color css
<style>
span { border-color: #6C43C9; }
span { border-color: rgb(108,67,201); }
td.TdClassName
{
border-color: #6C43C9;
}
.TagClassName
{
border-color: #6C43C9;
}
</style>