Shades of Purple Heart #6E18C1
Tints of Purple Heart #6E18C1
RGB
CMYK
RGB Variations
Color information
#6E18C1 (or 0x6E18C1) is known color: Purple Heart. HEX triplet: 6E, 18 and C1. RGB value is (110,24,193). Sum of RGB (Red+Green+Blue) = 110+24+193=327 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.64% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 193 (75.78% from 255 or 59.02% from 327); Max value from RGB is 193 - color contains mainly: blue. Hex color #6E18C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E18C1 is #91E73E. Grayscale: #444444. Windows color (decimal): -9561919 or 12654702. OLE color: 12654702.
HSL color Cylindrical-coordinate representation of color #6E18C1: hue angle of 270.53º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E18C1 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 24 | 193 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.24 |
| HSL | 270.53º | 0.78% | 0.43% | - |
| HSV(B) | 270.53º | 0.88% | 0.76% | - |
| XYZ | 16.38 | 7.82 | 51.1 | - |
| YUV | 68.98 | 197.99 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 24 | 193 | 0.43 | 0.88 | 0 | 0.24 | 270.53 | 0.78 | 0.43 |
| Hex | 6E | 18 | C1 | 2B | 58 | 0 | 18 | 10F | 4E | 2B |
| Octal | 156 | 30 | 301 | 53 | 130 | 0 | 30 | 417 | 116 | 53 |
| Binary | 1101110 | 11000 | 11000001 | 101011 | 1011000 | 0 | 11000 | 100001111 | 1001110 | 101011 |
Color Harmonies of #6E18C1
Complementary color
Monochromatic Colors of #6E18C1
Black with #6E18C1
Text Example
Text Example
White with #6E18C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E18C1; }
p { color: rgb(110,24,193); }
H1.HeaderClassName
{
color: #6E18C1;
}
.AnyTagClassName
{
color: #6E18C1;
}
</style>
background-color css
<style>
a { background-color: #6E18C1; }
a { background-color: rgb(110,24,193); }
div.DivClassName
{
background-color: #6E18C1;
}
.BgClassName
{
background-color: #6E18C1;
}
</style>
border-color css
<style>
span { border-color: #6E18C1; }
span { border-color: rgb(110,24,193); }
td.TdClassName
{
border-color: #6E18C1;
}
.TagClassName
{
border-color: #6E18C1;
}
</style>