Shades of Purple #6C0093
Tints of Purple #6C0093
RGB
CMYK
RGB Variations
Color information
#6C0093 (or 0x6C0093) is known color: Purple. HEX triplet: 6C, 00 and 93. RGB value is (108,0,147). Sum of RGB (Red+Green+Blue) = 108+0+147=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #6C0093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0093 is #93FF6C. Grayscale: #303030. Windows color (decimal): -9699181 or 9633900. OLE color: 9633900.
HSL color Cylindrical-coordinate representation of color #6C0093: hue angle of 284.08º 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 #6C0093 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 0 | 147 | - |
| CMYK | 0.27 | 1 | 0 | 0.42 |
| HSL | 284.08º | 1% | 0.29% | - |
| HSV(B) | 284.08º | 1% | 0.58% | - |
| XYZ | 11.45 | 5.29 | 28.02 | - |
| YUV | 49.05 | 183.28 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 147 | 0.27 | 1 | 0 | 0.42 | 284.08 | 1 | 0.29 |
| Hex | 6C | 0 | 93 | 1B | 64 | 0 | 2A | 11C | 64 | 1D |
| Octal | 154 | 0 | 223 | 33 | 144 | 0 | 52 | 434 | 144 | 35 |
| Binary | 1101100 | 0 | 10010011 | 11011 | 1100100 | 0 | 101010 | 100011100 | 1100100 | 11101 |
Color Harmonies of #6C0093
Complementary color
Monochromatic Colors of #6C0093
Black with #6C0093
Text Example
Text Example
White with #6C0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0093; }
p { color: rgb(108,0,147); }
H1.HeaderClassName
{
color: #6C0093;
}
.AnyTagClassName
{
color: #6C0093;
}
</style>
background-color css
<style>
a { background-color: #6C0093; }
a { background-color: rgb(108,0,147); }
div.DivClassName
{
background-color: #6C0093;
}
.BgClassName
{
background-color: #6C0093;
}
</style>
border-color css
<style>
span { border-color: #6C0093; }
span { border-color: rgb(108,0,147); }
td.TdClassName
{
border-color: #6C0093;
}
.TagClassName
{
border-color: #6C0093;
}
</style>