Shades of Purple #6E0569
Tints of Purple #6E0569
RGB
CMYK
RGB Variations
Color information
#6E0569 (or 0x6E0569) is known color: Purple. HEX triplet: 6E, 05 and 69. RGB value is (110,5,105). Sum of RGB (Red+Green+Blue) = 110+5+105=220 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0569 is #91FA96. Grayscale: #2F2F2F. Windows color (decimal): -9566871 or 6882670. OLE color: 6882670.
HSL color Cylindrical-coordinate representation of color #6E0569: hue angle of 302.86º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0569 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 5 | 105 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.57 |
| HSL | 302.86º | 0.91% | 0.23% | - |
| HSV(B) | 302.86º | 0.95% | 0.43% | - |
| XYZ | 9.03 | 4.44 | 13.75 | - |
| YUV | 47.8 | 160.29 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 5 | 105 | 0 | 0.95 | 0.05 | 0.57 | 302.86 | 0.91 | 0.23 |
| Hex | 6E | 5 | 69 | 0 | 5F | 5 | 39 | 12F | 5B | 17 |
| Octal | 156 | 5 | 151 | 0 | 137 | 5 | 71 | 457 | 133 | 27 |
| Binary | 1101110 | 101 | 1101001 | 0 | 1011111 | 101 | 111001 | 100101111 | 1011011 | 10111 |
Color Harmonies of #6E0569
Complementary color
Monochromatic Colors of #6E0569
Black with #6E0569
Text Example
Text Example
White with #6E0569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0569; }
p { color: rgb(110,5,105); }
H1.HeaderClassName
{
color: #6E0569;
}
.AnyTagClassName
{
color: #6E0569;
}
</style>
background-color css
<style>
a { background-color: #6E0569; }
a { background-color: rgb(110,5,105); }
div.DivClassName
{
background-color: #6E0569;
}
.BgClassName
{
background-color: #6E0569;
}
</style>
border-color css
<style>
span { border-color: #6E0569; }
span { border-color: rgb(110,5,105); }
td.TdClassName
{
border-color: #6E0569;
}
.TagClassName
{
border-color: #6E0569;
}
</style>