Shades of Purple #6C0792
Tints of Purple #6C0792
RGB
CMYK
RGB Variations
Color information
#6C0792 (or 0x6C0792) is known color: Purple. HEX triplet: 6C, 07 and 92. RGB value is (108,7,146). Sum of RGB (Red+Green+Blue) = 108+7+146=261 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.38% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C0792 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0792 is #93F86D. Grayscale: #343434. Windows color (decimal): -9697390 or 9570156. OLE color: 9570156.
HSL color Cylindrical-coordinate representation of color #6C0792: hue angle of 283.6º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0792 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 7 | 146 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.43 |
| HSL | 283.6º | 0.91% | 0.3% | - |
| HSV(B) | 283.6º | 0.95% | 0.57% | - |
| XYZ | 11.45 | 5.42 | 27.64 | - |
| YUV | 53.05 | 180.46 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 7 | 146 | 0.26 | 0.95 | 0 | 0.43 | 283.6 | 0.91 | 0.3 |
| Hex | 6C | 7 | 92 | 1A | 5F | 0 | 2B | 11C | 5B | 1E |
| Octal | 154 | 7 | 222 | 32 | 137 | 0 | 53 | 434 | 133 | 36 |
| Binary | 1101100 | 111 | 10010010 | 11010 | 1011111 | 0 | 101011 | 100011100 | 1011011 | 11110 |
Color Harmonies of #6C0792
Complementary color
Monochromatic Colors of #6C0792
Black with #6C0792
Text Example
Text Example
White with #6C0792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0792; }
p { color: rgb(108,7,146); }
H1.HeaderClassName
{
color: #6C0792;
}
.AnyTagClassName
{
color: #6C0792;
}
</style>
background-color css
<style>
a { background-color: #6C0792; }
a { background-color: rgb(108,7,146); }
div.DivClassName
{
background-color: #6C0792;
}
.BgClassName
{
background-color: #6C0792;
}
</style>
border-color css
<style>
span { border-color: #6C0792; }
span { border-color: rgb(108,7,146); }
td.TdClassName
{
border-color: #6C0792;
}
.TagClassName
{
border-color: #6C0792;
}
</style>