Shades of Purple #6E167D
Tints of Purple #6E167D
RGB
CMYK
RGB Variations
Color information
#6E167D (or 0x6E167D) is known color: Purple. HEX triplet: 6E, 16 and 7D. RGB value is (110,22,125). Sum of RGB (Red+Green+Blue) = 110+22+125=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E167D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E167D is #91E982. Grayscale: #3B3B3B. Windows color (decimal): -9562499 or 8197742. OLE color: 8197742.
HSL color Cylindrical-coordinate representation of color #6E167D: hue angle of 291.26º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E167D is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 22 | 125 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.51 |
| HSL | 291.26º | 0.7% | 0.29% | - |
| HSV(B) | 291.26º | 0.82% | 0.49% | - |
| XYZ | 10.42 | 5.37 | 19.89 | - |
| YUV | 60.05 | 164.65 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 125 | 0.12 | 0.82 | 0 | 0.51 | 291.26 | 0.7 | 0.29 |
| Hex | 6E | 16 | 7D | C | 52 | 0 | 33 | 123 | 46 | 1D |
| Octal | 156 | 26 | 175 | 14 | 122 | 0 | 63 | 443 | 106 | 35 |
| Binary | 1101110 | 10110 | 1111101 | 1100 | 1010010 | 0 | 110011 | 100100011 | 1000110 | 11101 |
Color Harmonies of #6E167D
Complementary color
Monochromatic Colors of #6E167D
Black with #6E167D
Text Example
Text Example
White with #6E167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E167D; }
p { color: rgb(110,22,125); }
H1.HeaderClassName
{
color: #6E167D;
}
.AnyTagClassName
{
color: #6E167D;
}
</style>
background-color css
<style>
a { background-color: #6E167D; }
a { background-color: rgb(110,22,125); }
div.DivClassName
{
background-color: #6E167D;
}
.BgClassName
{
background-color: #6E167D;
}
</style>
border-color css
<style>
span { border-color: #6E167D; }
span { border-color: rgb(110,22,125); }
td.TdClassName
{
border-color: #6E167D;
}
.TagClassName
{
border-color: #6E167D;
}
</style>