Shades of Purple #6C0078
Tints of Purple #6C0078
RGB
CMYK
RGB Variations
Color information
#6C0078 (or 0x6C0078) is known color: Purple. HEX triplet: 6C, 00 and 78. RGB value is (108,0,120). Sum of RGB (Red+Green+Blue) = 108+0+120=228 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.37% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C0078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0078 is #93FF87. Grayscale: #2D2D2D. Windows color (decimal): -9699208 or 7864428. OLE color: 7864428.
HSL color Cylindrical-coordinate representation of color #6C0078: hue angle of 294º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C0078 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 0 | 120 | - |
| CMYK | 0.10 | 1 | 0 | 0.53 |
| HSL | 294º | 1% | 0.24% | - |
| HSV(B) | 294º | 1% | 0.47% | - |
| XYZ | 9.57 | 4.54 | 18.14 | - |
| YUV | 45.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 120 | 0.10 | 1 | 0 | 0.53 | 294 | 1 | 0.24 |
| Hex | 6C | 0 | 78 | A | 64 | 0 | 35 | 126 | 64 | 18 |
| Octal | 154 | 0 | 170 | 12 | 144 | 0 | 65 | 446 | 144 | 30 |
| Binary | 1101100 | 0 | 1111000 | 1010 | 1100100 | 0 | 110101 | 100100110 | 1100100 | 11000 |
Color Harmonies of #6C0078
Complementary color
Monochromatic Colors of #6C0078
Black with #6C0078
Text Example
Text Example
White with #6C0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0078; }
p { color: rgb(108,0,120); }
H1.HeaderClassName
{
color: #6C0078;
}
.AnyTagClassName
{
color: #6C0078;
}
</style>
background-color css
<style>
a { background-color: #6C0078; }
a { background-color: rgb(108,0,120); }
div.DivClassName
{
background-color: #6C0078;
}
.BgClassName
{
background-color: #6C0078;
}
</style>
border-color css
<style>
span { border-color: #6C0078; }
span { border-color: rgb(108,0,120); }
td.TdClassName
{
border-color: #6C0078;
}
.TagClassName
{
border-color: #6C0078;
}
</style>