Shades of Purple #6E0F7D
Tints of Purple #6E0F7D
RGB
CMYK
RGB Variations
Color information
#6E0F7D (or 0x6E0F7D) is known color: Purple. HEX triplet: 6E, 0F and 7D. RGB value is (110,15,125). Sum of RGB (Red+Green+Blue) = 110+15+125=250 (33% of max value = 765). Red value is 110 (43.36% from 255 or 44% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E0F7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0F7D is #91F082. Grayscale: #373737. Windows color (decimal): -9564291 or 8195950. OLE color: 8195950.
HSL color Cylindrical-coordinate representation of color #6E0F7D: hue angle of 291.82º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E0F7D is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 15 | 125 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.51 |
| HSL | 291.82º | 0.79% | 0.27% | - |
| HSV(B) | 291.82º | 0.88% | 0.49% | - |
| XYZ | 10.3 | 5.14 | 19.85 | - |
| YUV | 55.95 | 166.97 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 15 | 125 | 0.12 | 0.88 | 0 | 0.51 | 291.82 | 0.79 | 0.27 |
| Hex | 6E | F | 7D | C | 58 | 0 | 33 | 124 | 4F | 1B |
| Octal | 156 | 17 | 175 | 14 | 130 | 0 | 63 | 444 | 117 | 33 |
| Binary | 1101110 | 1111 | 1111101 | 1100 | 1011000 | 0 | 110011 | 100100100 | 1001111 | 11011 |
Color Harmonies of #6E0F7D
Complementary color
Monochromatic Colors of #6E0F7D
Black with #6E0F7D
Text Example
Text Example
White with #6E0F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0F7D; }
p { color: rgb(110,15,125); }
H1.HeaderClassName
{
color: #6E0F7D;
}
.AnyTagClassName
{
color: #6E0F7D;
}
</style>
background-color css
<style>
a { background-color: #6E0F7D; }
a { background-color: rgb(110,15,125); }
div.DivClassName
{
background-color: #6E0F7D;
}
.BgClassName
{
background-color: #6E0F7D;
}
</style>
border-color css
<style>
span { border-color: #6E0F7D; }
span { border-color: rgb(110,15,125); }
td.TdClassName
{
border-color: #6E0F7D;
}
.TagClassName
{
border-color: #6E0F7D;
}
</style>