Shades of Purple #6C0772
Tints of Purple #6C0772
RGB
CMYK
RGB Variations
Color information
#6C0772 (or 0x6C0772) is known color: Purple. HEX triplet: 6C, 07 and 72. RGB value is (108,7,114). Sum of RGB (Red+Green+Blue) = 108+7+114=229 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.16% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C0772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0772 is #93F88D. Grayscale: #313131. Windows color (decimal): -9697422 or 7473004. OLE color: 7473004.
HSL color Cylindrical-coordinate representation of color #6C0772: hue angle of 296.64º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0772 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 7 | 114 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.55 |
| HSL | 296.64º | 0.88% | 0.24% | - |
| HSV(B) | 296.64º | 0.94% | 0.45% | - |
| XYZ | 9.3 | 4.56 | 16.31 | - |
| YUV | 49.4 | 164.46 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 7 | 114 | 0.05 | 0.94 | 0 | 0.55 | 296.64 | 0.88 | 0.24 |
| Hex | 6C | 7 | 72 | 5 | 5E | 0 | 37 | 129 | 58 | 18 |
| Octal | 154 | 7 | 162 | 5 | 136 | 0 | 67 | 451 | 130 | 30 |
| Binary | 1101100 | 111 | 1110010 | 101 | 1011110 | 0 | 110111 | 100101001 | 1011000 | 11000 |
Color Harmonies of #6C0772
Complementary color
Monochromatic Colors of #6C0772
Black with #6C0772
Text Example
Text Example
White with #6C0772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0772; }
p { color: rgb(108,7,114); }
H1.HeaderClassName
{
color: #6C0772;
}
.AnyTagClassName
{
color: #6C0772;
}
</style>
background-color css
<style>
a { background-color: #6C0772; }
a { background-color: rgb(108,7,114); }
div.DivClassName
{
background-color: #6C0772;
}
.BgClassName
{
background-color: #6C0772;
}
</style>
border-color css
<style>
span { border-color: #6C0772; }
span { border-color: rgb(108,7,114); }
td.TdClassName
{
border-color: #6C0772;
}
.TagClassName
{
border-color: #6C0772;
}
</style>