Shades of Purple #6C0295
Tints of Purple #6C0295
RGB
CMYK
RGB Variations
Color information
#6C0295 (or 0x6C0295) is known color: Purple. HEX triplet: 6C, 02 and 95. RGB value is (108,2,149). Sum of RGB (Red+Green+Blue) = 108+2+149=259 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.70% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #6C0295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0295 is #93FD6A. Grayscale: #313131. Windows color (decimal): -9698667 or 9765484. OLE color: 9765484.
HSL color Cylindrical-coordinate representation of color #6C0295: hue angle of 283.27º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C0295 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 2 | 149 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.42 |
| HSL | 283.27º | 0.97% | 0.3% | - |
| HSV(B) | 283.27º | 0.99% | 0.58% | - |
| XYZ | 11.63 | 5.4 | 28.86 | - |
| YUV | 50.45 | 183.62 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 149 | 0.28 | 0.99 | 0 | 0.42 | 283.27 | 0.97 | 0.3 |
| Hex | 6C | 2 | 95 | 1C | 63 | 0 | 2A | 11B | 61 | 1E |
| Octal | 154 | 2 | 225 | 34 | 143 | 0 | 52 | 433 | 141 | 36 |
| Binary | 1101100 | 10 | 10010101 | 11100 | 1100011 | 0 | 101010 | 100011011 | 1100001 | 11110 |
Color Harmonies of #6C0295
Complementary color
Monochromatic Colors of #6C0295
Black with #6C0295
Text Example
Text Example
White with #6C0295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0295; }
p { color: rgb(108,2,149); }
H1.HeaderClassName
{
color: #6C0295;
}
.AnyTagClassName
{
color: #6C0295;
}
</style>
background-color css
<style>
a { background-color: #6C0295; }
a { background-color: rgb(108,2,149); }
div.DivClassName
{
background-color: #6C0295;
}
.BgClassName
{
background-color: #6C0295;
}
</style>
border-color css
<style>
span { border-color: #6C0295; }
span { border-color: rgb(108,2,149); }
td.TdClassName
{
border-color: #6C0295;
}
.TagClassName
{
border-color: #6C0295;
}
</style>