Shades of Purple Heart #6D45C1
Tints of Purple Heart #6D45C1
RGB
CMYK
RGB Variations
Color information
#6D45C1 (or 0x6D45C1) is known color: Purple Heart. HEX triplet: 6D, 45 and C1. RGB value is (109,69,193). Sum of RGB (Red+Green+Blue) = 109+69+193=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #6D45C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D45C1 is #92BA3E. Grayscale: #5E5E5E. Windows color (decimal): -9615935 or 12666221. OLE color: 12666221.
HSL color Cylindrical-coordinate representation of color #6D45C1: hue angle of 259.35º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D45C1 is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 69 | 193 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.24 |
| HSL | 259.35º | 0.5% | 0.51% | - |
| HSV(B) | 259.35º | 0.64% | 0.76% | - |
| XYZ | 18.06 | 11.36 | 51.69 | - |
| YUV | 95.1 | 183.25 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 69 | 193 | 0.44 | 0.64 | 0 | 0.24 | 259.35 | 0.5 | 0.51 |
| Hex | 6D | 45 | C1 | 2C | 40 | 0 | 18 | 103 | 32 | 33 |
| Octal | 155 | 105 | 301 | 54 | 100 | 0 | 30 | 403 | 62 | 63 |
| Binary | 1101101 | 1000101 | 11000001 | 101100 | 1000000 | 0 | 11000 | 100000011 | 110010 | 110011 |
Color Harmonies of #6D45C1
Complementary color
Monochromatic Colors of #6D45C1
Black with #6D45C1
Text Example
Text Example
White with #6D45C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D45C1; }
p { color: rgb(109,69,193); }
H1.HeaderClassName
{
color: #6D45C1;
}
.AnyTagClassName
{
color: #6D45C1;
}
</style>
background-color css
<style>
a { background-color: #6D45C1; }
a { background-color: rgb(109,69,193); }
div.DivClassName
{
background-color: #6D45C1;
}
.BgClassName
{
background-color: #6D45C1;
}
</style>
border-color css
<style>
span { border-color: #6D45C1; }
span { border-color: rgb(109,69,193); }
td.TdClassName
{
border-color: #6D45C1;
}
.TagClassName
{
border-color: #6D45C1;
}
</style>