Shades of Purple Heart #6D43CB
Tints of Purple Heart #6D43CB
RGB
CMYK
RGB Variations
Color information
#6D43CB (or 0x6D43CB) is known color: Purple Heart. HEX triplet: 6D, 43 and CB. RGB value is (109,67,203). Sum of RGB (Red+Green+Blue) = 109+67+203=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D43CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D43CB is #92BC34. Grayscale: #5E5E5E. Windows color (decimal): -9616437 or 13321069. OLE color: 13321069.
HSL color Cylindrical-coordinate representation of color #6D43CB: hue angle of 258.53º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D43CB is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 67 | 203 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.20 |
| HSL | 258.53º | 0.57% | 0.53% | - |
| HSV(B) | 258.53º | 0.67% | 0.8% | - |
| XYZ | 19.09 | 11.58 | 57.73 | - |
| YUV | 95.06 | 188.91 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 67 | 203 | 0.46 | 0.67 | 0 | 0.20 | 258.53 | 0.57 | 0.53 |
| Hex | 6D | 43 | CB | 2E | 43 | 0 | 14 | 103 | 39 | 35 |
| Octal | 155 | 103 | 313 | 56 | 103 | 0 | 24 | 403 | 71 | 65 |
| Binary | 1101101 | 1000011 | 11001011 | 101110 | 1000011 | 0 | 10100 | 100000011 | 111001 | 110101 |
Color Harmonies of #6D43CB
Complementary color
Monochromatic Colors of #6D43CB
Black with #6D43CB
Text Example
Text Example
White with #6D43CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D43CB; }
p { color: rgb(109,67,203); }
H1.HeaderClassName
{
color: #6D43CB;
}
.AnyTagClassName
{
color: #6D43CB;
}
</style>
background-color css
<style>
a { background-color: #6D43CB; }
a { background-color: rgb(109,67,203); }
div.DivClassName
{
background-color: #6D43CB;
}
.BgClassName
{
background-color: #6D43CB;
}
</style>
border-color css
<style>
span { border-color: #6D43CB; }
span { border-color: rgb(109,67,203); }
td.TdClassName
{
border-color: #6D43CB;
}
.TagClassName
{
border-color: #6D43CB;
}
</style>