Shades of Purple #6D0569
Tints of Purple #6D0569
RGB
CMYK
RGB Variations
Color information
#6D0569 (or 0x6D0569) is known color: Purple. HEX triplet: 6D, 05 and 69. RGB value is (109,5,105). Sum of RGB (Red+Green+Blue) = 109+5+105=219 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.77% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0569 is #92FA96. Grayscale: #2F2F2F. Windows color (decimal): -9632407 or 6882669. OLE color: 6882669.
HSL color Cylindrical-coordinate representation of color #6D0569: hue angle of 302.31º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0569 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 5 | 105 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.57 |
| HSL | 302.31º | 0.91% | 0.22% | - |
| HSV(B) | 302.31º | 0.95% | 0.43% | - |
| XYZ | 8.91 | 4.38 | 13.74 | - |
| YUV | 47.5 | 160.46 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 105 | 0 | 0.95 | 0.04 | 0.57 | 302.31 | 0.91 | 0.22 |
| Hex | 6D | 5 | 69 | 0 | 5F | 4 | 39 | 12E | 5B | 16 |
| Octal | 155 | 5 | 151 | 0 | 137 | 4 | 71 | 456 | 133 | 26 |
| Binary | 1101101 | 101 | 1101001 | 0 | 1011111 | 100 | 111001 | 100101110 | 1011011 | 10110 |
Color Harmonies of #6D0569
Complementary color
Monochromatic Colors of #6D0569
Black with #6D0569
Text Example
Text Example
White with #6D0569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0569; }
p { color: rgb(109,5,105); }
H1.HeaderClassName
{
color: #6D0569;
}
.AnyTagClassName
{
color: #6D0569;
}
</style>
background-color css
<style>
a { background-color: #6D0569; }
a { background-color: rgb(109,5,105); }
div.DivClassName
{
background-color: #6D0569;
}
.BgClassName
{
background-color: #6D0569;
}
</style>
border-color css
<style>
span { border-color: #6D0569; }
span { border-color: rgb(109,5,105); }
td.TdClassName
{
border-color: #6D0569;
}
.TagClassName
{
border-color: #6D0569;
}
</style>