Shades of Purple #6E137D
Tints of Purple #6E137D
RGB
CMYK
RGB Variations
Color information
#6E137D (or 0x6E137D) is known color: Purple. HEX triplet: 6E, 13 and 7D. RGB value is (110,19,125). Sum of RGB (Red+Green+Blue) = 110+19+125=254 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.31% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E137D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E137D is #91EC82. Grayscale: #393939. Windows color (decimal): -9563267 or 8196974. OLE color: 8196974.
HSL color Cylindrical-coordinate representation of color #6E137D: hue angle of 291.51º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E137D is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 19 | 125 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.51 |
| HSL | 291.51º | 0.74% | 0.28% | - |
| HSV(B) | 291.51º | 0.85% | 0.49% | - |
| XYZ | 10.36 | 5.26 | 19.87 | - |
| YUV | 58.29 | 165.65 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 19 | 125 | 0.12 | 0.85 | 0 | 0.51 | 291.51 | 0.74 | 0.28 |
| Hex | 6E | 13 | 7D | C | 55 | 0 | 33 | 124 | 4A | 1C |
| Octal | 156 | 23 | 175 | 14 | 125 | 0 | 63 | 444 | 112 | 34 |
| Binary | 1101110 | 10011 | 1111101 | 1100 | 1010101 | 0 | 110011 | 100100100 | 1001010 | 11100 |
Color Harmonies of #6E137D
Complementary color
Monochromatic Colors of #6E137D
Black with #6E137D
Text Example
Text Example
White with #6E137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E137D; }
p { color: rgb(110,19,125); }
H1.HeaderClassName
{
color: #6E137D;
}
.AnyTagClassName
{
color: #6E137D;
}
</style>
background-color css
<style>
a { background-color: #6E137D; }
a { background-color: rgb(110,19,125); }
div.DivClassName
{
background-color: #6E137D;
}
.BgClassName
{
background-color: #6E137D;
}
</style>
border-color css
<style>
span { border-color: #6E137D; }
span { border-color: rgb(110,19,125); }
td.TdClassName
{
border-color: #6E137D;
}
.TagClassName
{
border-color: #6E137D;
}
</style>