Shades of Purple #6E157F
Tints of Purple #6E157F
RGB
CMYK
RGB Variations
Color information
#6E157F (or 0x6E157F) is known color: Purple. HEX triplet: 6E, 15 and 7F. RGB value is (110,21,127). Sum of RGB (Red+Green+Blue) = 110+21+127=258 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.64% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E157F is #91EA80. Grayscale: #3B3B3B. Windows color (decimal): -9562753 or 8328558. OLE color: 8328558.
HSL color Cylindrical-coordinate representation of color #6E157F: hue angle of 290.38º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E157F is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 21 | 127 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.50 |
| HSL | 290.38º | 0.72% | 0.29% | - |
| HSV(B) | 290.38º | 0.83% | 0.5% | - |
| XYZ | 10.53 | 5.38 | 20.56 | - |
| YUV | 59.7 | 165.99 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 21 | 127 | 0.13 | 0.83 | 0 | 0.50 | 290.38 | 0.72 | 0.29 |
| Hex | 6E | 15 | 7F | D | 53 | 0 | 32 | 122 | 48 | 1D |
| Octal | 156 | 25 | 177 | 15 | 123 | 0 | 62 | 442 | 110 | 35 |
| Binary | 1101110 | 10101 | 1111111 | 1101 | 1010011 | 0 | 110010 | 100100010 | 1001000 | 11101 |
Color Harmonies of #6E157F
Complementary color
Monochromatic Colors of #6E157F
Black with #6E157F
Text Example
Text Example
White with #6E157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E157F; }
p { color: rgb(110,21,127); }
H1.HeaderClassName
{
color: #6E157F;
}
.AnyTagClassName
{
color: #6E157F;
}
</style>
background-color css
<style>
a { background-color: #6E157F; }
a { background-color: rgb(110,21,127); }
div.DivClassName
{
background-color: #6E157F;
}
.BgClassName
{
background-color: #6E157F;
}
</style>
border-color css
<style>
span { border-color: #6E157F; }
span { border-color: rgb(110,21,127); }
td.TdClassName
{
border-color: #6E157F;
}
.TagClassName
{
border-color: #6E157F;
}
</style>