Shades of Purple #6E1375
Tints of Purple #6E1375
RGB
CMYK
RGB Variations
Color information
#6E1375 (or 0x6E1375) is known color: Purple. HEX triplet: 6E, 13 and 75. RGB value is (110,19,117). Sum of RGB (Red+Green+Blue) = 110+19+117=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #6E1375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1375 is #91EC8A. Grayscale: #393939. Windows color (decimal): -9563275 or 7672686. OLE color: 7672686.
HSL color Cylindrical-coordinate representation of color #6E1375: hue angle of 295.71º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E1375 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 19 | 117 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.54 |
| HSL | 295.71º | 0.72% | 0.27% | - |
| HSV(B) | 295.71º | 0.84% | 0.46% | - |
| XYZ | 9.87 | 5.07 | 17.29 | - |
| YUV | 57.38 | 161.65 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 19 | 117 | 0.06 | 0.84 | 0 | 0.54 | 295.71 | 0.72 | 0.27 |
| Hex | 6E | 13 | 75 | 6 | 54 | 0 | 36 | 128 | 48 | 1B |
| Octal | 156 | 23 | 165 | 6 | 124 | 0 | 66 | 450 | 110 | 33 |
| Binary | 1101110 | 10011 | 1110101 | 110 | 1010100 | 0 | 110110 | 100101000 | 1001000 | 11011 |
Color Harmonies of #6E1375
Complementary color
Monochromatic Colors of #6E1375
Black with #6E1375
Text Example
Text Example
White with #6E1375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1375; }
p { color: rgb(110,19,117); }
H1.HeaderClassName
{
color: #6E1375;
}
.AnyTagClassName
{
color: #6E1375;
}
</style>
background-color css
<style>
a { background-color: #6E1375; }
a { background-color: rgb(110,19,117); }
div.DivClassName
{
background-color: #6E1375;
}
.BgClassName
{
background-color: #6E1375;
}
</style>
border-color css
<style>
span { border-color: #6E1375; }
span { border-color: rgb(110,19,117); }
td.TdClassName
{
border-color: #6E1375;
}
.TagClassName
{
border-color: #6E1375;
}
</style>