Shades of Purple #6C057E
Tints of Purple #6C057E
RGB
CMYK
RGB Variations
Color information
#6C057E (or 0x6C057E) is known color: Purple. HEX triplet: 6C, 05 and 7E. RGB value is (108,5,126). Sum of RGB (Red+Green+Blue) = 108+5+126=239 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.19% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #6C057E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C057E is #93FA81. Grayscale: #313131. Windows color (decimal): -9697922 or 8258924. OLE color: 8258924.
HSL color Cylindrical-coordinate representation of color #6C057E: hue angle of 291.07º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C057E is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 5 | 126 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.51 |
| HSL | 291.07º | 0.92% | 0.26% | - |
| HSV(B) | 291.07º | 0.96% | 0.49% | - |
| XYZ | 10 | 4.8 | 20.14 | - |
| YUV | 49.59 | 171.12 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 5 | 126 | 0.14 | 0.96 | 0 | 0.51 | 291.07 | 0.92 | 0.26 |
| Hex | 6C | 5 | 7E | E | 60 | 0 | 33 | 123 | 5C | 1A |
| Octal | 154 | 5 | 176 | 16 | 140 | 0 | 63 | 443 | 134 | 32 |
| Binary | 1101100 | 101 | 1111110 | 1110 | 1100000 | 0 | 110011 | 100100011 | 1011100 | 11010 |
Color Harmonies of #6C057E
Complementary color
Monochromatic Colors of #6C057E
Black with #6C057E
Text Example
Text Example
White with #6C057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C057E; }
p { color: rgb(108,5,126); }
H1.HeaderClassName
{
color: #6C057E;
}
.AnyTagClassName
{
color: #6C057E;
}
</style>
background-color css
<style>
a { background-color: #6C057E; }
a { background-color: rgb(108,5,126); }
div.DivClassName
{
background-color: #6C057E;
}
.BgClassName
{
background-color: #6C057E;
}
</style>
border-color css
<style>
span { border-color: #6C057E; }
span { border-color: rgb(108,5,126); }
td.TdClassName
{
border-color: #6C057E;
}
.TagClassName
{
border-color: #6C057E;
}
</style>