Shades of Purple #6C0393
Tints of Purple #6C0393
RGB
CMYK
RGB Variations
Color information
#6C0393 (or 0x6C0393) is known color: Purple. HEX triplet: 6C, 03 and 93. RGB value is (108,3,147). Sum of RGB (Red+Green+Blue) = 108+3+147=258 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.86% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #6C0393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0393 is #93FC6C. Grayscale: #323232. Windows color (decimal): -9698413 or 9634668. OLE color: 9634668.
HSL color Cylindrical-coordinate representation of color #6C0393: hue angle of 283.75º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C0393 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 3 | 147 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.42 |
| HSL | 283.75º | 0.96% | 0.29% | - |
| HSV(B) | 283.75º | 0.98% | 0.58% | - |
| XYZ | 11.48 | 5.36 | 28.03 | - |
| YUV | 50.81 | 182.29 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 147 | 0.27 | 0.98 | 0 | 0.42 | 283.75 | 0.96 | 0.29 |
| Hex | 6C | 3 | 93 | 1B | 62 | 0 | 2A | 11C | 60 | 1D |
| Octal | 154 | 3 | 223 | 33 | 142 | 0 | 52 | 434 | 140 | 35 |
| Binary | 1101100 | 11 | 10010011 | 11011 | 1100010 | 0 | 101010 | 100011100 | 1100000 | 11101 |
Color Harmonies of #6C0393
Complementary color
Monochromatic Colors of #6C0393
Black with #6C0393
Text Example
Text Example
White with #6C0393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0393; }
p { color: rgb(108,3,147); }
H1.HeaderClassName
{
color: #6C0393;
}
.AnyTagClassName
{
color: #6C0393;
}
</style>
background-color css
<style>
a { background-color: #6C0393; }
a { background-color: rgb(108,3,147); }
div.DivClassName
{
background-color: #6C0393;
}
.BgClassName
{
background-color: #6C0393;
}
</style>
border-color css
<style>
span { border-color: #6C0393; }
span { border-color: rgb(108,3,147); }
td.TdClassName
{
border-color: #6C0393;
}
.TagClassName
{
border-color: #6C0393;
}
</style>