Shades of Purple #6E0875
Tints of Purple #6E0875
RGB
CMYK
RGB Variations
Color information
#6E0875 (or 0x6E0875) is known color: Purple. HEX triplet: 6E, 08 and 75. RGB value is (110,8,117). Sum of RGB (Red+Green+Blue) = 110+8+117=235 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.81% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #6E0875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0875 is #91F78A. Grayscale: #323232. Windows color (decimal): -9566091 or 7669870. OLE color: 7669870.
HSL color Cylindrical-coordinate representation of color #6E0875: hue angle of 296.15º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E0875 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 8 | 117 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.54 |
| HSL | 296.15º | 0.87% | 0.25% | - |
| HSV(B) | 296.15º | 0.93% | 0.46% | - |
| XYZ | 9.73 | 4.77 | 17.24 | - |
| YUV | 50.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 8 | 117 | 0.06 | 0.93 | 0 | 0.54 | 296.15 | 0.87 | 0.25 |
| Hex | 6E | 8 | 75 | 6 | 5D | 0 | 36 | 128 | 57 | 19 |
| Octal | 156 | 10 | 165 | 6 | 135 | 0 | 66 | 450 | 127 | 31 |
| Binary | 1101110 | 1000 | 1110101 | 110 | 1011101 | 0 | 110110 | 100101000 | 1010111 | 11001 |
Color Harmonies of #6E0875
Complementary color
Monochromatic Colors of #6E0875
Black with #6E0875
Text Example
Text Example
White with #6E0875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0875; }
p { color: rgb(110,8,117); }
H1.HeaderClassName
{
color: #6E0875;
}
.AnyTagClassName
{
color: #6E0875;
}
</style>
background-color css
<style>
a { background-color: #6E0875; }
a { background-color: rgb(110,8,117); }
div.DivClassName
{
background-color: #6E0875;
}
.BgClassName
{
background-color: #6E0875;
}
</style>
border-color css
<style>
span { border-color: #6E0875; }
span { border-color: rgb(110,8,117); }
td.TdClassName
{
border-color: #6E0875;
}
.TagClassName
{
border-color: #6E0875;
}
</style>