Shades of Purple Heart #6E12CA
Tints of Purple Heart #6E12CA
RGB
CMYK
RGB Variations
Color information
#6E12CA (or 0x6E12CA) is known color: Purple Heart. HEX triplet: 6E, 12 and CA. RGB value is (110,18,202). Sum of RGB (Red+Green+Blue) = 110+18+202=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E12CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E12CA is #91ED35. Grayscale: #414141. Windows color (decimal): -9563446 or 13242990. OLE color: 13242990.
HSL color Cylindrical-coordinate representation of color #6E12CA: hue angle of 270º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E12CA is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 18 | 202 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.21 |
| HSL | 270º | 0.84% | 0.43% | - |
| HSV(B) | 270º | 0.91% | 0.79% | - |
| XYZ | 17.31 | 8.01 | 56.51 | - |
| YUV | 66.48 | 204.48 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 18 | 202 | 0.46 | 0.91 | 0 | 0.21 | 270 | 0.84 | 0.43 |
| Hex | 6E | 12 | CA | 2E | 5B | 0 | 15 | 10E | 54 | 2B |
| Octal | 156 | 22 | 312 | 56 | 133 | 0 | 25 | 416 | 124 | 53 |
| Binary | 1101110 | 10010 | 11001010 | 101110 | 1011011 | 0 | 10101 | 100001110 | 1010100 | 101011 |
Color Harmonies of #6E12CA
Complementary color
Monochromatic Colors of #6E12CA
Black with #6E12CA
Text Example
Text Example
White with #6E12CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E12CA; }
p { color: rgb(110,18,202); }
H1.HeaderClassName
{
color: #6E12CA;
}
.AnyTagClassName
{
color: #6E12CA;
}
</style>
background-color css
<style>
a { background-color: #6E12CA; }
a { background-color: rgb(110,18,202); }
div.DivClassName
{
background-color: #6E12CA;
}
.BgClassName
{
background-color: #6E12CA;
}
</style>
border-color css
<style>
span { border-color: #6E12CA; }
span { border-color: rgb(110,18,202); }
td.TdClassName
{
border-color: #6E12CA;
}
.TagClassName
{
border-color: #6E12CA;
}
</style>