Shades of Purple #6E058A
Tints of Purple #6E058A
RGB
CMYK
RGB Variations
Color information
#6E058A (or 0x6E058A) is known color: Purple. HEX triplet: 6E, 05 and 8A. RGB value is (110,5,138). Sum of RGB (Red+Green+Blue) = 110+5+138=253 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.48% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E058A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E058A is #91FA75. Grayscale: #333333. Windows color (decimal): -9566838 or 9045358. OLE color: 9045358.
HSL color Cylindrical-coordinate representation of color #6E058A: hue angle of 287.37º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E058A is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 5 | 138 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.46 |
| HSL | 287.37º | 0.93% | 0.28% | - |
| HSV(B) | 287.37º | 0.96% | 0.54% | - |
| XYZ | 11.07 | 5.26 | 24.48 | - |
| YUV | 51.56 | 176.79 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 5 | 138 | 0.20 | 0.96 | 0 | 0.46 | 287.37 | 0.93 | 0.28 |
| Hex | 6E | 5 | 8A | 14 | 60 | 0 | 2E | 11F | 5D | 1C |
| Octal | 156 | 5 | 212 | 24 | 140 | 0 | 56 | 437 | 135 | 34 |
| Binary | 1101110 | 101 | 10001010 | 10100 | 1100000 | 0 | 101110 | 100011111 | 1011101 | 11100 |
Color Harmonies of #6E058A
Complementary color
Monochromatic Colors of #6E058A
Black with #6E058A
Text Example
Text Example
White with #6E058A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E058A; }
p { color: rgb(110,5,138); }
H1.HeaderClassName
{
color: #6E058A;
}
.AnyTagClassName
{
color: #6E058A;
}
</style>
background-color css
<style>
a { background-color: #6E058A; }
a { background-color: rgb(110,5,138); }
div.DivClassName
{
background-color: #6E058A;
}
.BgClassName
{
background-color: #6E058A;
}
</style>
border-color css
<style>
span { border-color: #6E058A; }
span { border-color: rgb(110,5,138); }
td.TdClassName
{
border-color: #6E058A;
}
.TagClassName
{
border-color: #6E058A;
}
</style>