Shades of Purple #6C0095
Tints of Purple #6C0095
RGB
CMYK
RGB Variations
Color information
#6C0095 (or 0x6C0095) is known color: Purple. HEX triplet: 6C, 00 and 95. RGB value is (108,0,149). Sum of RGB (Red+Green+Blue) = 108+0+149=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #6C0095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0095 is #93FF6A. Grayscale: #303030. Windows color (decimal): -9699179 or 9764972. OLE color: 9764972.
HSL color Cylindrical-coordinate representation of color #6C0095: hue angle of 283.49º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C0095 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 0 | 149 | - |
| CMYK | 0.28 | 1 | 0 | 0.42 |
| HSL | 283.49º | 1% | 0.29% | - |
| HSV(B) | 283.49º | 1% | 0.58% | - |
| XYZ | 11.61 | 5.36 | 28.86 | - |
| YUV | 49.28 | 184.28 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 149 | 0.28 | 1 | 0 | 0.42 | 283.49 | 1 | 0.29 |
| Hex | 6C | 0 | 95 | 1C | 64 | 0 | 2A | 11B | 64 | 1D |
| Octal | 154 | 0 | 225 | 34 | 144 | 0 | 52 | 433 | 144 | 35 |
| Binary | 1101100 | 0 | 10010101 | 11100 | 1100100 | 0 | 101010 | 100011011 | 1100100 | 11101 |
Color Harmonies of #6C0095
Complementary color
Monochromatic Colors of #6C0095
Black with #6C0095
Text Example
Text Example
White with #6C0095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0095; }
p { color: rgb(108,0,149); }
H1.HeaderClassName
{
color: #6C0095;
}
.AnyTagClassName
{
color: #6C0095;
}
</style>
background-color css
<style>
a { background-color: #6C0095; }
a { background-color: rgb(108,0,149); }
div.DivClassName
{
background-color: #6C0095;
}
.BgClassName
{
background-color: #6C0095;
}
</style>
border-color css
<style>
span { border-color: #6C0095; }
span { border-color: rgb(108,0,149); }
td.TdClassName
{
border-color: #6C0095;
}
.TagClassName
{
border-color: #6C0095;
}
</style>