Shades of Purple #6E157C
Tints of Purple #6E157C
RGB
CMYK
RGB Variations
Color information
#6E157C (or 0x6E157C) is known color: Purple. HEX triplet: 6E, 15 and 7C. RGB value is (110,21,124). Sum of RGB (Red+Green+Blue) = 110+21+124=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E157C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E157C is #91EA83. Grayscale: #3B3B3B. Windows color (decimal): -9562756 or 8131950. OLE color: 8131950.
HSL color Cylindrical-coordinate representation of color #6E157C: hue angle of 291.84º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E157C is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 21 | 124 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.51 |
| HSL | 291.84º | 0.71% | 0.28% | - |
| HSV(B) | 291.84º | 0.83% | 0.49% | - |
| XYZ | 10.34 | 5.31 | 19.55 | - |
| YUV | 59.35 | 164.49 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 21 | 124 | 0.11 | 0.83 | 0 | 0.51 | 291.84 | 0.71 | 0.28 |
| Hex | 6E | 15 | 7C | B | 53 | 0 | 33 | 124 | 47 | 1C |
| Octal | 156 | 25 | 174 | 13 | 123 | 0 | 63 | 444 | 107 | 34 |
| Binary | 1101110 | 10101 | 1111100 | 1011 | 1010011 | 0 | 110011 | 100100100 | 1000111 | 11100 |
Color Harmonies of #6E157C
Complementary color
Monochromatic Colors of #6E157C
Black with #6E157C
Text Example
Text Example
White with #6E157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E157C; }
p { color: rgb(110,21,124); }
H1.HeaderClassName
{
color: #6E157C;
}
.AnyTagClassName
{
color: #6E157C;
}
</style>
background-color css
<style>
a { background-color: #6E157C; }
a { background-color: rgb(110,21,124); }
div.DivClassName
{
background-color: #6E157C;
}
.BgClassName
{
background-color: #6E157C;
}
</style>
border-color css
<style>
span { border-color: #6E157C; }
span { border-color: rgb(110,21,124); }
td.TdClassName
{
border-color: #6E157C;
}
.TagClassName
{
border-color: #6E157C;
}
</style>