Shades of Purple #6E1372
Tints of Purple #6E1372
RGB
CMYK
RGB Variations
Color information
#6E1372 (or 0x6E1372) is known color: Purple. HEX triplet: 6E, 13 and 72. RGB value is (110,19,114). Sum of RGB (Red+Green+Blue) = 110+19+114=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #6E1372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1372 is #91EC8D. Grayscale: #383838. Windows color (decimal): -9563278 or 7476078. OLE color: 7476078.
HSL color Cylindrical-coordinate representation of color #6E1372: hue angle of 297.47º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E1372 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 19 | 114 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.55 |
| HSL | 297.47º | 0.71% | 0.26% | - |
| HSV(B) | 297.47º | 0.83% | 0.45% | - |
| XYZ | 9.7 | 5 | 16.37 | - |
| YUV | 57.04 | 160.15 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 19 | 114 | 0.04 | 0.83 | 0 | 0.55 | 297.47 | 0.71 | 0.26 |
| Hex | 6E | 13 | 72 | 4 | 53 | 0 | 37 | 129 | 47 | 1A |
| Octal | 156 | 23 | 162 | 4 | 123 | 0 | 67 | 451 | 107 | 32 |
| Binary | 1101110 | 10011 | 1110010 | 100 | 1010011 | 0 | 110111 | 100101001 | 1000111 | 11010 |
Color Harmonies of #6E1372
Complementary color
Monochromatic Colors of #6E1372
Black with #6E1372
Text Example
Text Example
White with #6E1372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1372; }
p { color: rgb(110,19,114); }
H1.HeaderClassName
{
color: #6E1372;
}
.AnyTagClassName
{
color: #6E1372;
}
</style>
background-color css
<style>
a { background-color: #6E1372; }
a { background-color: rgb(110,19,114); }
div.DivClassName
{
background-color: #6E1372;
}
.BgClassName
{
background-color: #6E1372;
}
</style>
border-color css
<style>
span { border-color: #6E1372; }
span { border-color: rgb(110,19,114); }
td.TdClassName
{
border-color: #6E1372;
}
.TagClassName
{
border-color: #6E1372;
}
</style>