Shades of Purple #6E157B
Tints of Purple #6E157B
RGB
CMYK
RGB Variations
Color information
#6E157B (or 0x6E157B) is known color: Purple. HEX triplet: 6E, 15 and 7B. RGB value is (110,21,123). Sum of RGB (Red+Green+Blue) = 110+21+123=254 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.31% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E157B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E157B is #91EA84. Grayscale: #3A3A3A. Windows color (decimal): -9562757 or 8066414. OLE color: 8066414.
HSL color Cylindrical-coordinate representation of color #6E157B: hue angle of 292.35º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E157B is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 21 | 123 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.52 |
| HSL | 292.35º | 0.71% | 0.28% | - |
| HSV(B) | 292.35º | 0.83% | 0.48% | - |
| XYZ | 10.27 | 5.28 | 19.22 | - |
| YUV | 59.24 | 163.99 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 21 | 123 | 0.11 | 0.83 | 0 | 0.52 | 292.35 | 0.71 | 0.28 |
| Hex | 6E | 15 | 7B | B | 53 | 0 | 34 | 124 | 47 | 1C |
| Octal | 156 | 25 | 173 | 13 | 123 | 0 | 64 | 444 | 107 | 34 |
| Binary | 1101110 | 10101 | 1111011 | 1011 | 1010011 | 0 | 110100 | 100100100 | 1000111 | 11100 |
Color Harmonies of #6E157B
Complementary color
Monochromatic Colors of #6E157B
Black with #6E157B
Text Example
Text Example
White with #6E157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E157B; }
p { color: rgb(110,21,123); }
H1.HeaderClassName
{
color: #6E157B;
}
.AnyTagClassName
{
color: #6E157B;
}
</style>
background-color css
<style>
a { background-color: #6E157B; }
a { background-color: rgb(110,21,123); }
div.DivClassName
{
background-color: #6E157B;
}
.BgClassName
{
background-color: #6E157B;
}
</style>
border-color css
<style>
span { border-color: #6E157B; }
span { border-color: rgb(110,21,123); }
td.TdClassName
{
border-color: #6E157B;
}
.TagClassName
{
border-color: #6E157B;
}
</style>