Shades of Purple #6C1085
Tints of Purple #6C1085
RGB
CMYK
RGB Variations
Color information
#6C1085 (or 0x6C1085) is known color: Purple. HEX triplet: 6C, 10 and 85. RGB value is (108,16,133). Sum of RGB (Red+Green+Blue) = 108+16+133=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C1085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1085 is #93EF7A. Grayscale: #383838. Windows color (decimal): -9695099 or 8720492. OLE color: 8720492.
HSL color Cylindrical-coordinate representation of color #6C1085: hue angle of 287.18º 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 #6C1085 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 16 | 133 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.48 |
| HSL | 287.18º | 0.79% | 0.29% | - |
| HSV(B) | 287.18º | 0.88% | 0.52% | - |
| XYZ | 10.6 | 5.25 | 22.65 | - |
| YUV | 56.85 | 170.98 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 16 | 133 | 0.19 | 0.88 | 0 | 0.48 | 287.18 | 0.79 | 0.29 |
| Hex | 6C | 10 | 85 | 13 | 58 | 0 | 30 | 11F | 4F | 1D |
| Octal | 154 | 20 | 205 | 23 | 130 | 0 | 60 | 437 | 117 | 35 |
| Binary | 1101100 | 10000 | 10000101 | 10011 | 1011000 | 0 | 110000 | 100011111 | 1001111 | 11101 |
Color Harmonies of #6C1085
Complementary color
Monochromatic Colors of #6C1085
Black with #6C1085
Text Example
Text Example
White with #6C1085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1085; }
p { color: rgb(108,16,133); }
H1.HeaderClassName
{
color: #6C1085;
}
.AnyTagClassName
{
color: #6C1085;
}
</style>
background-color css
<style>
a { background-color: #6C1085; }
a { background-color: rgb(108,16,133); }
div.DivClassName
{
background-color: #6C1085;
}
.BgClassName
{
background-color: #6C1085;
}
</style>
border-color css
<style>
span { border-color: #6C1085; }
span { border-color: rgb(108,16,133); }
td.TdClassName
{
border-color: #6C1085;
}
.TagClassName
{
border-color: #6C1085;
}
</style>