Shades of Purple #6E058C
Tints of Purple #6E058C
RGB
CMYK
RGB Variations
Color information
#6E058C (or 0x6E058C) is known color: Purple. HEX triplet: 6E, 05 and 8C. RGB value is (110,5,140). Sum of RGB (Red+Green+Blue) = 110+5+140=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #6E058C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E058C is #91FA73. Grayscale: #333333. Windows color (decimal): -9566836 or 9176430. OLE color: 9176430.
HSL color Cylindrical-coordinate representation of color #6E058C: hue angle of 286.67º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E058C is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 5 | 140 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.45 |
| HSL | 286.67º | 0.93% | 0.28% | - |
| HSV(B) | 286.67º | 0.96% | 0.55% | - |
| XYZ | 11.22 | 5.32 | 25.25 | - |
| YUV | 51.79 | 177.79 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 5 | 140 | 0.21 | 0.96 | 0 | 0.45 | 286.67 | 0.93 | 0.28 |
| Hex | 6E | 5 | 8C | 15 | 60 | 0 | 2D | 11F | 5D | 1C |
| Octal | 156 | 5 | 214 | 25 | 140 | 0 | 55 | 437 | 135 | 34 |
| Binary | 1101110 | 101 | 10001100 | 10101 | 1100000 | 0 | 101101 | 100011111 | 1011101 | 11100 |
Color Harmonies of #6E058C
Complementary color
Monochromatic Colors of #6E058C
Black with #6E058C
Text Example
Text Example
White with #6E058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E058C; }
p { color: rgb(110,5,140); }
H1.HeaderClassName
{
color: #6E058C;
}
.AnyTagClassName
{
color: #6E058C;
}
</style>
background-color css
<style>
a { background-color: #6E058C; }
a { background-color: rgb(110,5,140); }
div.DivClassName
{
background-color: #6E058C;
}
.BgClassName
{
background-color: #6E058C;
}
</style>
border-color css
<style>
span { border-color: #6E058C; }
span { border-color: rgb(110,5,140); }
td.TdClassName
{
border-color: #6E058C;
}
.TagClassName
{
border-color: #6E058C;
}
</style>