Shades of Purple #6C1092
Tints of Purple #6C1092
RGB
CMYK
RGB Variations
Color information
#6C1092 (or 0x6C1092) is known color: Purple. HEX triplet: 6C, 10 and 92. RGB value is (108,16,146). Sum of RGB (Red+Green+Blue) = 108+16+146=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C1092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1092 is #93EF6D. Grayscale: #393939. Windows color (decimal): -9695086 or 9572460. OLE color: 9572460.
HSL color Cylindrical-coordinate representation of color #6C1092: hue angle of 282.46º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C1092 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 16 | 146 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.43 |
| HSL | 282.46º | 0.8% | 0.32% | - |
| HSV(B) | 282.46º | 0.89% | 0.57% | - |
| XYZ | 11.56 | 5.63 | 27.67 | - |
| YUV | 58.33 | 177.48 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 16 | 146 | 0.26 | 0.89 | 0 | 0.43 | 282.46 | 0.8 | 0.32 |
| Hex | 6C | 10 | 92 | 1A | 59 | 0 | 2B | 11A | 50 | 20 |
| Octal | 154 | 20 | 222 | 32 | 131 | 0 | 53 | 432 | 120 | 40 |
| Binary | 1101100 | 10000 | 10010010 | 11010 | 1011001 | 0 | 101011 | 100011010 | 1010000 | 100000 |
Color Harmonies of #6C1092
Complementary color
Monochromatic Colors of #6C1092
Black with #6C1092
Text Example
Text Example
White with #6C1092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1092; }
p { color: rgb(108,16,146); }
H1.HeaderClassName
{
color: #6C1092;
}
.AnyTagClassName
{
color: #6C1092;
}
</style>
background-color css
<style>
a { background-color: #6C1092; }
a { background-color: rgb(108,16,146); }
div.DivClassName
{
background-color: #6C1092;
}
.BgClassName
{
background-color: #6C1092;
}
</style>
border-color css
<style>
span { border-color: #6C1092; }
span { border-color: rgb(108,16,146); }
td.TdClassName
{
border-color: #6C1092;
}
.TagClassName
{
border-color: #6C1092;
}
</style>