Shades of Purple #6E127B
Tints of Purple #6E127B
RGB
CMYK
RGB Variations
Color information
#6E127B (or 0x6E127B) is known color: Purple. HEX triplet: 6E, 12 and 7B. RGB value is (110,18,123). Sum of RGB (Red+Green+Blue) = 110+18+123=251 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.82% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E127B is #91ED84. Grayscale: #393939. Windows color (decimal): -9563525 or 8065646. OLE color: 8065646.
HSL color Cylindrical-coordinate representation of color #6E127B: hue angle of 292.57º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E127B is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 18 | 123 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.52 |
| HSL | 292.57º | 0.74% | 0.28% | - |
| HSV(B) | 292.57º | 0.85% | 0.48% | - |
| XYZ | 10.22 | 5.18 | 19.2 | - |
| YUV | 57.48 | 164.98 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 18 | 123 | 0.11 | 0.85 | 0 | 0.52 | 292.57 | 0.74 | 0.28 |
| Hex | 6E | 12 | 7B | B | 55 | 0 | 34 | 125 | 4A | 1C |
| Octal | 156 | 22 | 173 | 13 | 125 | 0 | 64 | 445 | 112 | 34 |
| Binary | 1101110 | 10010 | 1111011 | 1011 | 1010101 | 0 | 110100 | 100100101 | 1001010 | 11100 |
Color Harmonies of #6E127B
Complementary color
Monochromatic Colors of #6E127B
Black with #6E127B
Text Example
Text Example
White with #6E127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E127B; }
p { color: rgb(110,18,123); }
H1.HeaderClassName
{
color: #6E127B;
}
.AnyTagClassName
{
color: #6E127B;
}
</style>
background-color css
<style>
a { background-color: #6E127B; }
a { background-color: rgb(110,18,123); }
div.DivClassName
{
background-color: #6E127B;
}
.BgClassName
{
background-color: #6E127B;
}
</style>
border-color css
<style>
span { border-color: #6E127B; }
span { border-color: rgb(110,18,123); }
td.TdClassName
{
border-color: #6E127B;
}
.TagClassName
{
border-color: #6E127B;
}
</style>