Shades of Purple Heart #6D43C5
Tints of Purple Heart #6D43C5
RGB
CMYK
RGB Variations
Color information
#6D43C5 (or 0x6D43C5) is known color: Purple Heart. HEX triplet: 6D, 43 and C5. RGB value is (109,67,197). Sum of RGB (Red+Green+Blue) = 109+67+197=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 197 (77.34% from 255 or 52.82% from 373); Max value from RGB is 197 - color contains mainly: blue. Hex color #6D43C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D43C5 is #92BC3A. Grayscale: #5D5D5D. Windows color (decimal): -9616443 or 12927853. OLE color: 12927853.
HSL color Cylindrical-coordinate representation of color #6D43C5: hue angle of 259.38º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D43C5 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 67 | 197 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.23 |
| HSL | 259.38º | 0.53% | 0.52% | - |
| HSV(B) | 259.38º | 0.66% | 0.77% | - |
| XYZ | 18.39 | 11.3 | 54.03 | - |
| YUV | 94.38 | 185.91 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 67 | 197 | 0.45 | 0.66 | 0 | 0.23 | 259.38 | 0.53 | 0.52 |
| Hex | 6D | 43 | C5 | 2D | 42 | 0 | 17 | 103 | 35 | 34 |
| Octal | 155 | 103 | 305 | 55 | 102 | 0 | 27 | 403 | 65 | 64 |
| Binary | 1101101 | 1000011 | 11000101 | 101101 | 1000010 | 0 | 10111 | 100000011 | 110101 | 110100 |
Color Harmonies of #6D43C5
Complementary color
Monochromatic Colors of #6D43C5
Black with #6D43C5
Text Example
Text Example
White with #6D43C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D43C5; }
p { color: rgb(109,67,197); }
H1.HeaderClassName
{
color: #6D43C5;
}
.AnyTagClassName
{
color: #6D43C5;
}
</style>
background-color css
<style>
a { background-color: #6D43C5; }
a { background-color: rgb(109,67,197); }
div.DivClassName
{
background-color: #6D43C5;
}
.BgClassName
{
background-color: #6D43C5;
}
</style>
border-color css
<style>
span { border-color: #6D43C5; }
span { border-color: rgb(109,67,197); }
td.TdClassName
{
border-color: #6D43C5;
}
.TagClassName
{
border-color: #6D43C5;
}
</style>