Shades of Purple #6C0193
Tints of Purple #6C0193
RGB
CMYK
RGB Variations
Color information
#6C0193 (or 0x6C0193) is known color: Purple. HEX triplet: 6C, 01 and 93. RGB value is (108,1,147). Sum of RGB (Red+Green+Blue) = 108+1+147=256 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.19% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #6C0193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0193 is #93FE6C. Grayscale: #313131. Windows color (decimal): -9698925 or 9634156. OLE color: 9634156.
HSL color Cylindrical-coordinate representation of color #6C0193: hue angle of 283.97º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C0193 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 1 | 147 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.42 |
| HSL | 283.97º | 0.99% | 0.29% | - |
| HSV(B) | 283.97º | 0.99% | 0.58% | - |
| XYZ | 11.46 | 5.32 | 28.03 | - |
| YUV | 49.64 | 182.95 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 147 | 0.27 | 0.99 | 0 | 0.42 | 283.97 | 0.99 | 0.29 |
| Hex | 6C | 1 | 93 | 1B | 63 | 0 | 2A | 11C | 63 | 1D |
| Octal | 154 | 1 | 223 | 33 | 143 | 0 | 52 | 434 | 143 | 35 |
| Binary | 1101100 | 1 | 10010011 | 11011 | 1100011 | 0 | 101010 | 100011100 | 1100011 | 11101 |
Color Harmonies of #6C0193
Complementary color
Monochromatic Colors of #6C0193
Black with #6C0193
Text Example
Text Example
White with #6C0193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0193; }
p { color: rgb(108,1,147); }
H1.HeaderClassName
{
color: #6C0193;
}
.AnyTagClassName
{
color: #6C0193;
}
</style>
background-color css
<style>
a { background-color: #6C0193; }
a { background-color: rgb(108,1,147); }
div.DivClassName
{
background-color: #6C0193;
}
.BgClassName
{
background-color: #6C0193;
}
</style>
border-color css
<style>
span { border-color: #6C0193; }
span { border-color: rgb(108,1,147); }
td.TdClassName
{
border-color: #6C0193;
}
.TagClassName
{
border-color: #6C0193;
}
</style>