Shades of Purple #6D1085
Tints of Purple #6D1085
RGB
CMYK
RGB Variations
Color information
#6D1085 (or 0x6D1085) is known color: Purple. HEX triplet: 6D, 10 and 85. RGB value is (109,16,133). Sum of RGB (Red+Green+Blue) = 109+16+133=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D1085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1085 is #92EF7A. Grayscale: #383838. Windows color (decimal): -9629563 or 8720493. OLE color: 8720493.
HSL color Cylindrical-coordinate representation of color #6D1085: hue angle of 287.69º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D1085 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 16 | 133 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.48 |
| HSL | 287.69º | 0.79% | 0.29% | - |
| HSV(B) | 287.69º | 0.88% | 0.52% | - |
| XYZ | 10.73 | 5.32 | 22.65 | - |
| YUV | 57.15 | 170.81 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 133 | 0.18 | 0.88 | 0 | 0.48 | 287.69 | 0.79 | 0.29 |
| Hex | 6D | 10 | 85 | 12 | 58 | 0 | 30 | 120 | 4F | 1D |
| Octal | 155 | 20 | 205 | 22 | 130 | 0 | 60 | 440 | 117 | 35 |
| Binary | 1101101 | 10000 | 10000101 | 10010 | 1011000 | 0 | 110000 | 100100000 | 1001111 | 11101 |
Color Harmonies of #6D1085
Complementary color
Monochromatic Colors of #6D1085
Black with #6D1085
Text Example
Text Example
White with #6D1085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1085; }
p { color: rgb(109,16,133); }
H1.HeaderClassName
{
color: #6D1085;
}
.AnyTagClassName
{
color: #6D1085;
}
</style>
background-color css
<style>
a { background-color: #6D1085; }
a { background-color: rgb(109,16,133); }
div.DivClassName
{
background-color: #6D1085;
}
.BgClassName
{
background-color: #6D1085;
}
</style>
border-color css
<style>
span { border-color: #6D1085; }
span { border-color: rgb(109,16,133); }
td.TdClassName
{
border-color: #6D1085;
}
.TagClassName
{
border-color: #6D1085;
}
</style>