Shades of Purple Heart #6D40CD
Tints of Purple Heart #6D40CD
RGB
CMYK
RGB Variations
Color information
#6D40CD (or 0x6D40CD) is known color: Purple Heart. HEX triplet: 6D, 40 and CD. RGB value is (109,64,205). Sum of RGB (Red+Green+Blue) = 109+64+205=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D40CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D40CD is #92BF32. Grayscale: #5D5D5D. Windows color (decimal): -9617203 or 13451373. OLE color: 13451373.
HSL color Cylindrical-coordinate representation of color #6D40CD: hue angle of 259.15º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D40CD is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 64 | 205 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.20 |
| HSL | 259.15º | 0.59% | 0.53% | - |
| HSV(B) | 259.15º | 0.69% | 0.8% | - |
| XYZ | 19.16 | 11.33 | 58.93 | - |
| YUV | 93.53 | 190.91 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 64 | 205 | 0.47 | 0.69 | 0 | 0.20 | 259.15 | 0.59 | 0.53 |
| Hex | 6D | 40 | CD | 2F | 45 | 0 | 14 | 103 | 3B | 35 |
| Octal | 155 | 100 | 315 | 57 | 105 | 0 | 24 | 403 | 73 | 65 |
| Binary | 1101101 | 1000000 | 11001101 | 101111 | 1000101 | 0 | 10100 | 100000011 | 111011 | 110101 |
Color Harmonies of #6D40CD
Complementary color
Monochromatic Colors of #6D40CD
Black with #6D40CD
Text Example
Text Example
White with #6D40CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D40CD; }
p { color: rgb(109,64,205); }
H1.HeaderClassName
{
color: #6D40CD;
}
.AnyTagClassName
{
color: #6D40CD;
}
</style>
background-color css
<style>
a { background-color: #6D40CD; }
a { background-color: rgb(109,64,205); }
div.DivClassName
{
background-color: #6D40CD;
}
.BgClassName
{
background-color: #6D40CD;
}
</style>
border-color css
<style>
span { border-color: #6D40CD; }
span { border-color: rgb(109,64,205); }
td.TdClassName
{
border-color: #6D40CD;
}
.TagClassName
{
border-color: #6D40CD;
}
</style>