Shades of Purple #6C0163
Tints of Purple #6C0163
RGB
CMYK
RGB Variations
Color information
#6C0163 (or 0x6C0163) is known color: Purple. HEX triplet: 6C, 01 and 63. RGB value is (108,1,99). Sum of RGB (Red+Green+Blue) = 108+1+99=208 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.92% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0163 is #93FE9C. Grayscale: #2B2B2B. Windows color (decimal): -9698973 or 6488428. OLE color: 6488428.
HSL color Cylindrical-coordinate representation of color #6C0163: hue angle of 305.05º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C0163 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 1 | 99 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.58 |
| HSL | 305.05º | 0.98% | 0.21% | - |
| HSV(B) | 305.05º | 0.99% | 0.42% | - |
| XYZ | 8.45 | 4.11 | 12.15 | - |
| YUV | 44.17 | 158.95 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 99 | 0 | 0.99 | 0.08 | 0.58 | 305.05 | 0.98 | 0.21 |
| Hex | 6C | 1 | 63 | 0 | 63 | 8 | 3A | 131 | 62 | 15 |
| Octal | 154 | 1 | 143 | 0 | 143 | 10 | 72 | 461 | 142 | 25 |
| Binary | 1101100 | 1 | 1100011 | 0 | 1100011 | 1000 | 111010 | 100110001 | 1100010 | 10101 |
Color Harmonies of #6C0163
Complementary color
Monochromatic Colors of #6C0163
Black with #6C0163
Text Example
Text Example
White with #6C0163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0163; }
p { color: rgb(108,1,99); }
H1.HeaderClassName
{
color: #6C0163;
}
.AnyTagClassName
{
color: #6C0163;
}
</style>
background-color css
<style>
a { background-color: #6C0163; }
a { background-color: rgb(108,1,99); }
div.DivClassName
{
background-color: #6C0163;
}
.BgClassName
{
background-color: #6C0163;
}
</style>
border-color css
<style>
span { border-color: #6C0163; }
span { border-color: rgb(108,1,99); }
td.TdClassName
{
border-color: #6C0163;
}
.TagClassName
{
border-color: #6C0163;
}
</style>