Shades of Purple #6C0689
Tints of Purple #6C0689
RGB
CMYK
RGB Variations
Color information
#6C0689 (or 0x6C0689) is known color: Purple. HEX triplet: 6C, 06 and 89. RGB value is (108,6,137). Sum of RGB (Red+Green+Blue) = 108+6+137=251 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.03% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C0689 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0689 is #93F976. Grayscale: #333333. Windows color (decimal): -9697655 or 8980076. OLE color: 8980076.
HSL color Cylindrical-coordinate representation of color #6C0689: hue angle of 286.72º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C0689 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 6 | 137 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.46 |
| HSL | 286.72º | 0.92% | 0.28% | - |
| HSV(B) | 286.72º | 0.96% | 0.54% | - |
| XYZ | 10.76 | 5.12 | 24.09 | - |
| YUV | 51.43 | 176.29 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 6 | 137 | 0.21 | 0.96 | 0 | 0.46 | 286.72 | 0.92 | 0.28 |
| Hex | 6C | 6 | 89 | 15 | 60 | 0 | 2E | 11F | 5C | 1C |
| Octal | 154 | 6 | 211 | 25 | 140 | 0 | 56 | 437 | 134 | 34 |
| Binary | 1101100 | 110 | 10001001 | 10101 | 1100000 | 0 | 101110 | 100011111 | 1011100 | 11100 |
Color Harmonies of #6C0689
Complementary color
Monochromatic Colors of #6C0689
Black with #6C0689
Text Example
Text Example
White with #6C0689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0689; }
p { color: rgb(108,6,137); }
H1.HeaderClassName
{
color: #6C0689;
}
.AnyTagClassName
{
color: #6C0689;
}
</style>
background-color css
<style>
a { background-color: #6C0689; }
a { background-color: rgb(108,6,137); }
div.DivClassName
{
background-color: #6C0689;
}
.BgClassName
{
background-color: #6C0689;
}
</style>
border-color css
<style>
span { border-color: #6C0689; }
span { border-color: rgb(108,6,137); }
td.TdClassName
{
border-color: #6C0689;
}
.TagClassName
{
border-color: #6C0689;
}
</style>