Shades of Purple #6C1389
Tints of Purple #6C1389
RGB
CMYK
RGB Variations
Color information
#6C1389 (or 0x6C1389) is known color: Purple. HEX triplet: 6C, 13 and 89. RGB value is (108,19,137). Sum of RGB (Red+Green+Blue) = 108+19+137=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C1389 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1389 is #93EC76. Grayscale: #3A3A3A. Windows color (decimal): -9694327 or 8983404. OLE color: 8983404.
HSL color Cylindrical-coordinate representation of color #6C1389: hue angle of 285.25º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C1389 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 19 | 137 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.46 |
| HSL | 285.25º | 0.76% | 0.31% | - |
| HSV(B) | 285.25º | 0.86% | 0.54% | - |
| XYZ | 10.93 | 5.46 | 24.14 | - |
| YUV | 59.06 | 171.99 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 19 | 137 | 0.21 | 0.86 | 0 | 0.46 | 285.25 | 0.76 | 0.31 |
| Hex | 6C | 13 | 89 | 15 | 56 | 0 | 2E | 11D | 4C | 1F |
| Octal | 154 | 23 | 211 | 25 | 126 | 0 | 56 | 435 | 114 | 37 |
| Binary | 1101100 | 10011 | 10001001 | 10101 | 1010110 | 0 | 101110 | 100011101 | 1001100 | 11111 |
Color Harmonies of #6C1389
Complementary color
Monochromatic Colors of #6C1389
Black with #6C1389
Text Example
Text Example
White with #6C1389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1389; }
p { color: rgb(108,19,137); }
H1.HeaderClassName
{
color: #6C1389;
}
.AnyTagClassName
{
color: #6C1389;
}
</style>
background-color css
<style>
a { background-color: #6C1389; }
a { background-color: rgb(108,19,137); }
div.DivClassName
{
background-color: #6C1389;
}
.BgClassName
{
background-color: #6C1389;
}
</style>
border-color css
<style>
span { border-color: #6C1389; }
span { border-color: rgb(108,19,137); }
td.TdClassName
{
border-color: #6C1389;
}
.TagClassName
{
border-color: #6C1389;
}
</style>