Shades of Purple Heart #6D13CD
Tints of Purple Heart #6D13CD
RGB
CMYK
RGB Variations
Color information
#6D13CD (or 0x6D13CD) is known color: Purple Heart. HEX triplet: 6D, 13 and CD. RGB value is (109,19,205). Sum of RGB (Red+Green+Blue) = 109+19+205=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D13CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D13CD is #92EC32. Grayscale: #424242. Windows color (decimal): -9628723 or 13439853. OLE color: 13439853.
HSL color Cylindrical-coordinate representation of color #6D13CD: hue angle of 269.03º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D13CD is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 19 | 205 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.20 |
| HSL | 269.03º | 0.83% | 0.44% | - |
| HSV(B) | 269.03º | 0.91% | 0.8% | - |
| XYZ | 17.56 | 8.12 | 58.4 | - |
| YUV | 67.11 | 205.82 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 205 | 0.47 | 0.91 | 0 | 0.20 | 269.03 | 0.83 | 0.44 |
| Hex | 6D | 13 | CD | 2F | 5B | 0 | 14 | 10D | 53 | 2C |
| Octal | 155 | 23 | 315 | 57 | 133 | 0 | 24 | 415 | 123 | 54 |
| Binary | 1101101 | 10011 | 11001101 | 101111 | 1011011 | 0 | 10100 | 100001101 | 1010011 | 101100 |
Color Harmonies of #6D13CD
Complementary color
Monochromatic Colors of #6D13CD
Black with #6D13CD
Text Example
Text Example
White with #6D13CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D13CD; }
p { color: rgb(109,19,205); }
H1.HeaderClassName
{
color: #6D13CD;
}
.AnyTagClassName
{
color: #6D13CD;
}
</style>
background-color css
<style>
a { background-color: #6D13CD; }
a { background-color: rgb(109,19,205); }
div.DivClassName
{
background-color: #6D13CD;
}
.BgClassName
{
background-color: #6D13CD;
}
</style>
border-color css
<style>
span { border-color: #6D13CD; }
span { border-color: rgb(109,19,205); }
td.TdClassName
{
border-color: #6D13CD;
}
.TagClassName
{
border-color: #6D13CD;
}
</style>