Shades of Purple Heart #6D42C3
Tints of Purple Heart #6D42C3
RGB
CMYK
RGB Variations
Color information
#6D42C3 (or 0x6D42C3) is known color: Purple Heart. HEX triplet: 6D, 42 and C3. RGB value is (109,66,195). Sum of RGB (Red+Green+Blue) = 109+66+195=370 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.46% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 195 (76.56% from 255 or 52.70% from 370); Max value from RGB is 195 - color contains mainly: blue. Hex color #6D42C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D42C3 is #92BD3C. Grayscale: #5D5D5D. Windows color (decimal): -9616701 or 12796525. OLE color: 12796525.
HSL color Cylindrical-coordinate representation of color #6D42C3: hue angle of 260º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D42C3 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 66 | 195 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.24 |
| HSL | 260º | 0.52% | 0.51% | - |
| HSV(B) | 260º | 0.66% | 0.76% | - |
| XYZ | 18.11 | 11.09 | 52.82 | - |
| YUV | 93.56 | 185.25 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 66 | 195 | 0.44 | 0.66 | 0 | 0.24 | 260 | 0.52 | 0.51 |
| Hex | 6D | 42 | C3 | 2C | 42 | 0 | 18 | 104 | 34 | 33 |
| Octal | 155 | 102 | 303 | 54 | 102 | 0 | 30 | 404 | 64 | 63 |
| Binary | 1101101 | 1000010 | 11000011 | 101100 | 1000010 | 0 | 11000 | 100000100 | 110100 | 110011 |
Color Harmonies of #6D42C3
Complementary color
Monochromatic Colors of #6D42C3
Black with #6D42C3
Text Example
Text Example
White with #6D42C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D42C3; }
p { color: rgb(109,66,195); }
H1.HeaderClassName
{
color: #6D42C3;
}
.AnyTagClassName
{
color: #6D42C3;
}
</style>
background-color css
<style>
a { background-color: #6D42C3; }
a { background-color: rgb(109,66,195); }
div.DivClassName
{
background-color: #6D42C3;
}
.BgClassName
{
background-color: #6D42C3;
}
</style>
border-color css
<style>
span { border-color: #6D42C3; }
span { border-color: rgb(109,66,195); }
td.TdClassName
{
border-color: #6D42C3;
}
.TagClassName
{
border-color: #6D42C3;
}
</style>