Shades of Purple Heart #6D44C2
Tints of Purple Heart #6D44C2
RGB
CMYK
RGB Variations
Color information
#6D44C2 (or 0x6D44C2) is known color: Purple Heart. HEX triplet: 6D, 44 and C2. RGB value is (109,68,194). Sum of RGB (Red+Green+Blue) = 109+68+194=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #6D44C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D44C2 is #92BB3D. Grayscale: #5E5E5E. Windows color (decimal): -9616190 or 12731501. OLE color: 12731501.
HSL color Cylindrical-coordinate representation of color #6D44C2: hue angle of 259.52º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D44C2 is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 68 | 194 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.24 |
| HSL | 259.52º | 0.51% | 0.51% | - |
| HSV(B) | 259.52º | 0.65% | 0.76% | - |
| XYZ | 18.11 | 11.28 | 52.26 | - |
| YUV | 94.62 | 184.08 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 68 | 194 | 0.44 | 0.65 | 0 | 0.24 | 259.52 | 0.51 | 0.51 |
| Hex | 6D | 44 | C2 | 2C | 41 | 0 | 18 | 104 | 33 | 33 |
| Octal | 155 | 104 | 302 | 54 | 101 | 0 | 30 | 404 | 63 | 63 |
| Binary | 1101101 | 1000100 | 11000010 | 101100 | 1000001 | 0 | 11000 | 100000100 | 110011 | 110011 |
Color Harmonies of #6D44C2
Complementary color
Monochromatic Colors of #6D44C2
Black with #6D44C2
Text Example
Text Example
White with #6D44C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D44C2; }
p { color: rgb(109,68,194); }
H1.HeaderClassName
{
color: #6D44C2;
}
.AnyTagClassName
{
color: #6D44C2;
}
</style>
background-color css
<style>
a { background-color: #6D44C2; }
a { background-color: rgb(109,68,194); }
div.DivClassName
{
background-color: #6D44C2;
}
.BgClassName
{
background-color: #6D44C2;
}
</style>
border-color css
<style>
span { border-color: #6D44C2; }
span { border-color: rgb(109,68,194); }
td.TdClassName
{
border-color: #6D44C2;
}
.TagClassName
{
border-color: #6D44C2;
}
</style>