Shades of Purple Heart #6D2CC1
Tints of Purple Heart #6D2CC1
RGB
CMYK
RGB Variations
Color information
#6D2CC1 (or 0x6D2CC1) is known color: Purple Heart. HEX triplet: 6D, 2C and C1. RGB value is (109,44,193). Sum of RGB (Red+Green+Blue) = 109+44+193=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 193 (75.78% from 255 or 55.78% from 346); Max value from RGB is 193 - color contains mainly: blue. Hex color #6D2CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D2CC1 is #92D33E. Grayscale: #4F4F4F. Windows color (decimal): -9622335 or 12659821. OLE color: 12659821.
HSL color Cylindrical-coordinate representation of color #6D2CC1: hue angle of 266.17º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D2CC1 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 44 | 193 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.24 |
| HSL | 266.17º | 0.63% | 0.46% | - |
| HSV(B) | 266.17º | 0.77% | 0.76% | - |
| XYZ | 16.83 | 8.9 | 51.28 | - |
| YUV | 80.42 | 191.53 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 44 | 193 | 0.44 | 0.77 | 0 | 0.24 | 266.17 | 0.63 | 0.46 |
| Hex | 6D | 2C | C1 | 2C | 4D | 0 | 18 | 10A | 3F | 2E |
| Octal | 155 | 54 | 301 | 54 | 115 | 0 | 30 | 412 | 77 | 56 |
| Binary | 1101101 | 101100 | 11000001 | 101100 | 1001101 | 0 | 11000 | 100001010 | 111111 | 101110 |
Color Harmonies of #6D2CC1
Complementary color
Monochromatic Colors of #6D2CC1
Black with #6D2CC1
Text Example
Text Example
White with #6D2CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2CC1; }
p { color: rgb(109,44,193); }
H1.HeaderClassName
{
color: #6D2CC1;
}
.AnyTagClassName
{
color: #6D2CC1;
}
</style>
background-color css
<style>
a { background-color: #6D2CC1; }
a { background-color: rgb(109,44,193); }
div.DivClassName
{
background-color: #6D2CC1;
}
.BgClassName
{
background-color: #6D2CC1;
}
</style>
border-color css
<style>
span { border-color: #6D2CC1; }
span { border-color: rgb(109,44,193); }
td.TdClassName
{
border-color: #6D2CC1;
}
.TagClassName
{
border-color: #6D2CC1;
}
</style>