Shades of Purple #6C0082
Tints of Purple #6C0082
RGB
CMYK
RGB Variations
Color information
#6C0082 (or 0x6C0082) is known color: Purple. HEX triplet: 6C, 00 and 82. RGB value is (108,0,130). Sum of RGB (Red+Green+Blue) = 108+0+130=238 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.38% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #6C0082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0082 is #93FF7D. Grayscale: #2E2E2E. Windows color (decimal): -9699198 or 8519788. OLE color: 8519788.
HSL color Cylindrical-coordinate representation of color #6C0082: hue angle of 289.85º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C0082 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 108 | 0 | 130 | - |
| CMYK | 0.17 | 1 | 0 | 0.49 |
| HSL | 289.85º | 1% | 0.25% | - |
| HSV(B) | 289.85º | 1% | 0.51% | - |
| XYZ | 10.21 | 4.8 | 21.51 | - |
| YUV | 47.11 | 174.78 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 130 | 0.17 | 1 | 0 | 0.49 | 289.85 | 1 | 0.25 |
| Hex | 6C | 0 | 82 | 11 | 64 | 0 | 31 | 122 | 64 | 19 |
| Octal | 154 | 0 | 202 | 21 | 144 | 0 | 61 | 442 | 144 | 31 |
| Binary | 1101100 | 0 | 10000010 | 10001 | 1100100 | 0 | 110001 | 100100010 | 1100100 | 11001 |
Color Harmonies of #6C0082
Complementary color
Monochromatic Colors of #6C0082
Black with #6C0082
Text Example
Text Example
White with #6C0082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0082; }
p { color: rgb(108,0,130); }
H1.HeaderClassName
{
color: #6C0082;
}
.AnyTagClassName
{
color: #6C0082;
}
</style>
background-color css
<style>
a { background-color: #6C0082; }
a { background-color: rgb(108,0,130); }
div.DivClassName
{
background-color: #6C0082;
}
.BgClassName
{
background-color: #6C0082;
}
</style>
border-color css
<style>
span { border-color: #6C0082; }
span { border-color: rgb(108,0,130); }
td.TdClassName
{
border-color: #6C0082;
}
.TagClassName
{
border-color: #6C0082;
}
</style>