Shades of Purple #6E127A
Tints of Purple #6E127A
RGB
CMYK
RGB Variations
Color information
#6E127A (or 0x6E127A) is known color: Purple. HEX triplet: 6E, 12 and 7A. RGB value is (110,18,122). Sum of RGB (Red+Green+Blue) = 110+18+122=250 (33% of max value = 765). Red value is 110 (43.36% from 255 or 44% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E127A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E127A is #91ED85. Grayscale: #393939. Windows color (decimal): -9563526 or 8000110. OLE color: 8000110.
HSL color Cylindrical-coordinate representation of color #6E127A: hue angle of 293.08º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E127A is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 18 | 122 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.52 |
| HSL | 293.08º | 0.74% | 0.27% | - |
| HSV(B) | 293.08º | 0.85% | 0.48% | - |
| XYZ | 10.16 | 5.15 | 18.87 | - |
| YUV | 57.36 | 164.48 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 18 | 122 | 0.10 | 0.85 | 0 | 0.52 | 293.08 | 0.74 | 0.27 |
| Hex | 6E | 12 | 7A | A | 55 | 0 | 34 | 125 | 4A | 1B |
| Octal | 156 | 22 | 172 | 12 | 125 | 0 | 64 | 445 | 112 | 33 |
| Binary | 1101110 | 10010 | 1111010 | 1010 | 1010101 | 0 | 110100 | 100100101 | 1001010 | 11011 |
Color Harmonies of #6E127A
Complementary color
Monochromatic Colors of #6E127A
Black with #6E127A
Text Example
Text Example
White with #6E127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E127A; }
p { color: rgb(110,18,122); }
H1.HeaderClassName
{
color: #6E127A;
}
.AnyTagClassName
{
color: #6E127A;
}
</style>
background-color css
<style>
a { background-color: #6E127A; }
a { background-color: rgb(110,18,122); }
div.DivClassName
{
background-color: #6E127A;
}
.BgClassName
{
background-color: #6E127A;
}
</style>
border-color css
<style>
span { border-color: #6E127A; }
span { border-color: rgb(110,18,122); }
td.TdClassName
{
border-color: #6E127A;
}
.TagClassName
{
border-color: #6E127A;
}
</style>