Shades of Purple Heart #6D18C9
Tints of Purple Heart #6D18C9
RGB
CMYK
RGB Variations
Color information
#6D18C9 (or 0x6D18C9) is known color: Purple Heart. HEX triplet: 6D, 18 and C9. RGB value is (109,24,201). Sum of RGB (Red+Green+Blue) = 109+24+201=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 201 (78.91% from 255 or 60.18% from 334); Max value from RGB is 201 - color contains mainly: blue. Hex color #6D18C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D18C9 is #92E736. Grayscale: #444444. Windows color (decimal): -9627447 or 13178989. OLE color: 13178989.
HSL color Cylindrical-coordinate representation of color #6D18C9: hue angle of 268.81º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D18C9 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 24 | 201 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.21 |
| HSL | 268.81º | 0.79% | 0.44% | - |
| HSV(B) | 268.81º | 0.88% | 0.79% | - |
| XYZ | 17.18 | 8.12 | 55.92 | - |
| YUV | 69.59 | 202.16 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 24 | 201 | 0.46 | 0.88 | 0 | 0.21 | 268.81 | 0.79 | 0.44 |
| Hex | 6D | 18 | C9 | 2E | 58 | 0 | 15 | 10D | 4F | 2C |
| Octal | 155 | 30 | 311 | 56 | 130 | 0 | 25 | 415 | 117 | 54 |
| Binary | 1101101 | 11000 | 11001001 | 101110 | 1011000 | 0 | 10101 | 100001101 | 1001111 | 101100 |
Color Harmonies of #6D18C9
Complementary color
Monochromatic Colors of #6D18C9
Black with #6D18C9
Text Example
Text Example
White with #6D18C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D18C9; }
p { color: rgb(109,24,201); }
H1.HeaderClassName
{
color: #6D18C9;
}
.AnyTagClassName
{
color: #6D18C9;
}
</style>
background-color css
<style>
a { background-color: #6D18C9; }
a { background-color: rgb(109,24,201); }
div.DivClassName
{
background-color: #6D18C9;
}
.BgClassName
{
background-color: #6D18C9;
}
</style>
border-color css
<style>
span { border-color: #6D18C9; }
span { border-color: rgb(109,24,201); }
td.TdClassName
{
border-color: #6D18C9;
}
.TagClassName
{
border-color: #6D18C9;
}
</style>