Shades of Purple Heart #6D43CA
Tints of Purple Heart #6D43CA
RGB
CMYK
RGB Variations
Color information
#6D43CA (or 0x6D43CA) is known color: Purple Heart. HEX triplet: 6D, 43 and CA. RGB value is (109,67,202). Sum of RGB (Red+Green+Blue) = 109+67+202=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D43CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D43CA is #92BC35. Grayscale: #5E5E5E. Windows color (decimal): -9616438 or 13255533. OLE color: 13255533.
HSL color Cylindrical-coordinate representation of color #6D43CA: hue angle of 258.67º degrees, saturation: 0.56, 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 #6D43CA is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 67 | 202 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.21 |
| HSL | 258.67º | 0.56% | 0.53% | - |
| HSV(B) | 258.67º | 0.67% | 0.79% | - |
| XYZ | 18.97 | 11.53 | 57.1 | - |
| YUV | 94.95 | 188.41 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 67 | 202 | 0.46 | 0.67 | 0 | 0.21 | 258.67 | 0.56 | 0.53 |
| Hex | 6D | 43 | CA | 2E | 43 | 0 | 15 | 103 | 38 | 35 |
| Octal | 155 | 103 | 312 | 56 | 103 | 0 | 25 | 403 | 70 | 65 |
| Binary | 1101101 | 1000011 | 11001010 | 101110 | 1000011 | 0 | 10101 | 100000011 | 111000 | 110101 |
Color Harmonies of #6D43CA
Complementary color
Monochromatic Colors of #6D43CA
Black with #6D43CA
Text Example
Text Example
White with #6D43CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D43CA; }
p { color: rgb(109,67,202); }
H1.HeaderClassName
{
color: #6D43CA;
}
.AnyTagClassName
{
color: #6D43CA;
}
</style>
background-color css
<style>
a { background-color: #6D43CA; }
a { background-color: rgb(109,67,202); }
div.DivClassName
{
background-color: #6D43CA;
}
.BgClassName
{
background-color: #6D43CA;
}
</style>
border-color css
<style>
span { border-color: #6D43CA; }
span { border-color: rgb(109,67,202); }
td.TdClassName
{
border-color: #6D43CA;
}
.TagClassName
{
border-color: #6D43CA;
}
</style>