Shades of Purple Heart #6E15CA
Tints of Purple Heart #6E15CA
RGB
CMYK
RGB Variations
Color information
#6E15CA (or 0x6E15CA) is known color: Purple Heart. HEX triplet: 6E, 15 and CA. RGB value is (110,21,202). Sum of RGB (Red+Green+Blue) = 110+21+202=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E15CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E15CA is #91EA35. Grayscale: #434343. Windows color (decimal): -9562678 or 13243758. OLE color: 13243758.
HSL color Cylindrical-coordinate representation of color #6E15CA: hue angle of 269.5º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E15CA is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 21 | 202 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.21 |
| HSL | 269.5º | 0.81% | 0.44% | - |
| HSV(B) | 269.5º | 0.9% | 0.79% | - |
| XYZ | 17.36 | 8.12 | 56.53 | - |
| YUV | 68.25 | 203.49 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 21 | 202 | 0.46 | 0.90 | 0 | 0.21 | 269.5 | 0.81 | 0.44 |
| Hex | 6E | 15 | CA | 2E | 5A | 0 | 15 | 10E | 51 | 2C |
| Octal | 156 | 25 | 312 | 56 | 132 | 0 | 25 | 416 | 121 | 54 |
| Binary | 1101110 | 10101 | 11001010 | 101110 | 1011010 | 0 | 10101 | 100001110 | 1010001 | 101100 |
Color Harmonies of #6E15CA
Complementary color
Monochromatic Colors of #6E15CA
Black with #6E15CA
Text Example
Text Example
White with #6E15CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E15CA; }
p { color: rgb(110,21,202); }
H1.HeaderClassName
{
color: #6E15CA;
}
.AnyTagClassName
{
color: #6E15CA;
}
</style>
background-color css
<style>
a { background-color: #6E15CA; }
a { background-color: rgb(110,21,202); }
div.DivClassName
{
background-color: #6E15CA;
}
.BgClassName
{
background-color: #6E15CA;
}
</style>
border-color css
<style>
span { border-color: #6E15CA; }
span { border-color: rgb(110,21,202); }
td.TdClassName
{
border-color: #6E15CA;
}
.TagClassName
{
border-color: #6E15CA;
}
</style>