Shades of Purple #6E0165
Tints of Purple #6E0165
RGB
CMYK
RGB Variations
Color information
#6E0165 (or 0x6E0165) is known color: Purple. HEX triplet: 6E, 01 and 65. RGB value is (110,1,101). Sum of RGB (Red+Green+Blue) = 110+1+101=212 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.89% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0165 is #91FE9A. Grayscale: #2C2C2C. Windows color (decimal): -9567899 or 6619502. OLE color: 6619502.
HSL color Cylindrical-coordinate representation of color #6E0165: hue angle of 304.95º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E0165 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 1 | 101 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.57 |
| HSL | 304.95º | 0.98% | 0.22% | - |
| HSV(B) | 304.95º | 0.99% | 0.43% | - |
| XYZ | 8.79 | 4.28 | 12.67 | - |
| YUV | 44.99 | 159.61 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 1 | 101 | 0 | 0.99 | 0.08 | 0.57 | 304.95 | 0.98 | 0.22 |
| Hex | 6E | 1 | 65 | 0 | 63 | 8 | 39 | 131 | 62 | 16 |
| Octal | 156 | 1 | 145 | 0 | 143 | 10 | 71 | 461 | 142 | 26 |
| Binary | 1101110 | 1 | 1100101 | 0 | 1100011 | 1000 | 111001 | 100110001 | 1100010 | 10110 |
Color Harmonies of #6E0165
Complementary color
Monochromatic Colors of #6E0165
Black with #6E0165
Text Example
Text Example
White with #6E0165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0165; }
p { color: rgb(110,1,101); }
H1.HeaderClassName
{
color: #6E0165;
}
.AnyTagClassName
{
color: #6E0165;
}
</style>
background-color css
<style>
a { background-color: #6E0165; }
a { background-color: rgb(110,1,101); }
div.DivClassName
{
background-color: #6E0165;
}
.BgClassName
{
background-color: #6E0165;
}
</style>
border-color css
<style>
span { border-color: #6E0165; }
span { border-color: rgb(110,1,101); }
td.TdClassName
{
border-color: #6E0165;
}
.TagClassName
{
border-color: #6E0165;
}
</style>