Shades of Purple #6C1090
Tints of Purple #6C1090
RGB
CMYK
RGB Variations
Color information
#6C1090 (or 0x6C1090) is known color: Purple. HEX triplet: 6C, 10 and 90. RGB value is (108,16,144). Sum of RGB (Red+Green+Blue) = 108+16+144=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C1090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1090 is #93EF6F. Grayscale: #393939. Windows color (decimal): -9695088 or 9441388. OLE color: 9441388.
HSL color Cylindrical-coordinate representation of color #6C1090: hue angle of 283.12º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C1090 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 16 | 144 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.44 |
| HSL | 283.13º | 0.8% | 0.31% | - |
| HSV(B) | 283.13º | 0.89% | 0.56% | - |
| XYZ | 11.4 | 5.57 | 26.86 | - |
| YUV | 58.1 | 176.48 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 16 | 144 | 0.25 | 0.89 | 0 | 0.44 | 283.13 | 0.8 | 0.31 |
| Hex | 6C | 10 | 90 | 19 | 59 | 0 | 2C | 11B | 50 | 1F |
| Octal | 154 | 20 | 220 | 31 | 131 | 0 | 54 | 433 | 120 | 37 |
| Binary | 1101100 | 10000 | 10010000 | 11001 | 1011001 | 0 | 101100 | 100011011 | 1010000 | 11111 |
Color Harmonies of #6C1090
Complementary color
Monochromatic Colors of #6C1090
Black with #6C1090
Text Example
Text Example
White with #6C1090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1090; }
p { color: rgb(108,16,144); }
H1.HeaderClassName
{
color: #6C1090;
}
.AnyTagClassName
{
color: #6C1090;
}
</style>
background-color css
<style>
a { background-color: #6C1090; }
a { background-color: rgb(108,16,144); }
div.DivClassName
{
background-color: #6C1090;
}
.BgClassName
{
background-color: #6C1090;
}
</style>
border-color css
<style>
span { border-color: #6C1090; }
span { border-color: rgb(108,16,144); }
td.TdClassName
{
border-color: #6C1090;
}
.TagClassName
{
border-color: #6C1090;
}
</style>