Shades of Purple #6E148A
Tints of Purple #6E148A
RGB
CMYK
RGB Variations
Color information
#6E148A (or 0x6E148A) is known color: Purple. HEX triplet: 6E, 14 and 8A. RGB value is (110,20,138). Sum of RGB (Red+Green+Blue) = 110+20+138=268 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.04% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E148A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E148A is #91EB75. Grayscale: #3B3B3B. Windows color (decimal): -9562998 or 9049198. OLE color: 9049198.
HSL color Cylindrical-coordinate representation of color #6E148A: hue angle of 285.76º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E148A is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 20 | 138 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.46 |
| HSL | 285.76º | 0.75% | 0.31% | - |
| HSV(B) | 285.76º | 0.86% | 0.54% | - |
| XYZ | 11.27 | 5.65 | 24.54 | - |
| YUV | 60.36 | 171.82 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 20 | 138 | 0.20 | 0.86 | 0 | 0.46 | 285.76 | 0.75 | 0.31 |
| Hex | 6E | 14 | 8A | 14 | 56 | 0 | 2E | 11E | 4B | 1F |
| Octal | 156 | 24 | 212 | 24 | 126 | 0 | 56 | 436 | 113 | 37 |
| Binary | 1101110 | 10100 | 10001010 | 10100 | 1010110 | 0 | 101110 | 100011110 | 1001011 | 11111 |
Color Harmonies of #6E148A
Complementary color
Monochromatic Colors of #6E148A
Black with #6E148A
Text Example
Text Example
White with #6E148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E148A; }
p { color: rgb(110,20,138); }
H1.HeaderClassName
{
color: #6E148A;
}
.AnyTagClassName
{
color: #6E148A;
}
</style>
background-color css
<style>
a { background-color: #6E148A; }
a { background-color: rgb(110,20,138); }
div.DivClassName
{
background-color: #6E148A;
}
.BgClassName
{
background-color: #6E148A;
}
</style>
border-color css
<style>
span { border-color: #6E148A; }
span { border-color: rgb(110,20,138); }
td.TdClassName
{
border-color: #6E148A;
}
.TagClassName
{
border-color: #6E148A;
}
</style>