Shades of Purple #6C137C
Tints of Purple #6C137C
RGB
CMYK
RGB Variations
Color information
#6C137C (or 0x6C137C) is known color: Purple. HEX triplet: 6C, 13 and 7C. RGB value is (108,19,124). Sum of RGB (Red+Green+Blue) = 108+19+124=251 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.03% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C137C is #93EC83. Grayscale: #393939. Windows color (decimal): -9694340 or 8131436. OLE color: 8131436.
HSL color Cylindrical-coordinate representation of color #6C137C: hue angle of 290.86º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C137C is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 19 | 124 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.51 |
| HSL | 290.86º | 0.73% | 0.28% | - |
| HSV(B) | 290.86º | 0.85% | 0.49% | - |
| XYZ | 10.06 | 5.11 | 19.52 | - |
| YUV | 57.58 | 165.49 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 19 | 124 | 0.13 | 0.85 | 0 | 0.51 | 290.86 | 0.73 | 0.28 |
| Hex | 6C | 13 | 7C | D | 55 | 0 | 33 | 123 | 49 | 1C |
| Octal | 154 | 23 | 174 | 15 | 125 | 0 | 63 | 443 | 111 | 34 |
| Binary | 1101100 | 10011 | 1111100 | 1101 | 1010101 | 0 | 110011 | 100100011 | 1001001 | 11100 |
Color Harmonies of #6C137C
Complementary color
Monochromatic Colors of #6C137C
Black with #6C137C
Text Example
Text Example
White with #6C137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C137C; }
p { color: rgb(108,19,124); }
H1.HeaderClassName
{
color: #6C137C;
}
.AnyTagClassName
{
color: #6C137C;
}
</style>
background-color css
<style>
a { background-color: #6C137C; }
a { background-color: rgb(108,19,124); }
div.DivClassName
{
background-color: #6C137C;
}
.BgClassName
{
background-color: #6C137C;
}
</style>
border-color css
<style>
span { border-color: #6C137C; }
span { border-color: rgb(108,19,124); }
td.TdClassName
{
border-color: #6C137C;
}
.TagClassName
{
border-color: #6C137C;
}
</style>