Shades of Purple #6C0F79
Tints of Purple #6C0F79
RGB
CMYK
RGB Variations
Color information
#6C0F79 (or 0x6C0F79) is known color: Purple. HEX triplet: 6C, 0F and 79. RGB value is (108,15,121). Sum of RGB (Red+Green+Blue) = 108+15+121=244 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.26% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C0F79 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0F79 is #93F086. Grayscale: #363636. Windows color (decimal): -9695367 or 7933804. OLE color: 7933804.
HSL color Cylindrical-coordinate representation of color #6C0F79: hue angle of 292.64º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C0F79 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 15 | 121 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.53 |
| HSL | 292.64º | 0.78% | 0.27% | - |
| HSV(B) | 292.64º | 0.88% | 0.47% | - |
| XYZ | 9.81 | 4.91 | 18.52 | - |
| YUV | 54.89 | 165.31 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 15 | 121 | 0.11 | 0.88 | 0 | 0.53 | 292.64 | 0.78 | 0.27 |
| Hex | 6C | F | 79 | B | 58 | 0 | 35 | 125 | 4E | 1B |
| Octal | 154 | 17 | 171 | 13 | 130 | 0 | 65 | 445 | 116 | 33 |
| Binary | 1101100 | 1111 | 1111001 | 1011 | 1011000 | 0 | 110101 | 100100101 | 1001110 | 11011 |
Color Harmonies of #6C0F79
Complementary color
Monochromatic Colors of #6C0F79
Black with #6C0F79
Text Example
Text Example
White with #6C0F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0F79; }
p { color: rgb(108,15,121); }
H1.HeaderClassName
{
color: #6C0F79;
}
.AnyTagClassName
{
color: #6C0F79;
}
</style>
background-color css
<style>
a { background-color: #6C0F79; }
a { background-color: rgb(108,15,121); }
div.DivClassName
{
background-color: #6C0F79;
}
.BgClassName
{
background-color: #6C0F79;
}
</style>
border-color css
<style>
span { border-color: #6C0F79; }
span { border-color: rgb(108,15,121); }
td.TdClassName
{
border-color: #6C0F79;
}
.TagClassName
{
border-color: #6C0F79;
}
</style>