Shades of Purple #6C127A
Tints of Purple #6C127A
RGB
CMYK
RGB Variations
Color information
#6C127A (or 0x6C127A) is known color: Purple. HEX triplet: 6C, 12 and 7A. RGB value is (108,18,122). Sum of RGB (Red+Green+Blue) = 108+18+122=248 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.55% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 122 - color contains mainly: blue. Hex color #6C127A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C127A is #93ED85. Grayscale: #383838. Windows color (decimal): -9694598 or 8000108. OLE color: 8000108.
HSL color Cylindrical-coordinate representation of color #6C127A: hue angle of 291.92º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C127A is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 108 | 18 | 122 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.52 |
| HSL | 291.92º | 0.74% | 0.27% | - |
| HSV(B) | 291.92º | 0.85% | 0.48% | - |
| XYZ | 9.91 | 5.03 | 18.86 | - |
| YUV | 56.77 | 164.82 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 18 | 122 | 0.11 | 0.85 | 0 | 0.52 | 291.92 | 0.74 | 0.27 |
| Hex | 6C | 12 | 7A | B | 55 | 0 | 34 | 124 | 4A | 1B |
| Octal | 154 | 22 | 172 | 13 | 125 | 0 | 64 | 444 | 112 | 33 |
| Binary | 1101100 | 10010 | 1111010 | 1011 | 1010101 | 0 | 110100 | 100100100 | 1001010 | 11011 |
Color Harmonies of #6C127A
Complementary color
Monochromatic Colors of #6C127A
Black with #6C127A
Text Example
Text Example
White with #6C127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C127A; }
p { color: rgb(108,18,122); }
H1.HeaderClassName
{
color: #6C127A;
}
.AnyTagClassName
{
color: #6C127A;
}
</style>
background-color css
<style>
a { background-color: #6C127A; }
a { background-color: rgb(108,18,122); }
div.DivClassName
{
background-color: #6C127A;
}
.BgClassName
{
background-color: #6C127A;
}
</style>
border-color css
<style>
span { border-color: #6C127A; }
span { border-color: rgb(108,18,122); }
td.TdClassName
{
border-color: #6C127A;
}
.TagClassName
{
border-color: #6C127A;
}
</style>