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