Shades of Purple #6C057B
Tints of Purple #6C057B
RGB
CMYK
RGB Variations
Color information
#6C057B (or 0x6C057B) is known color: Purple. HEX triplet: 6C, 05 and 7B. RGB value is (108,5,123). Sum of RGB (Red+Green+Blue) = 108+5+123=236 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.76% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #6C057B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C057B is #93FA84. Grayscale: #303030. Windows color (decimal): -9697925 or 8062316. OLE color: 8062316.
HSL color Cylindrical-coordinate representation of color #6C057B: hue angle of 292.37º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C057B is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 108 | 5 | 123 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.52 |
| HSL | 292.37º | 0.92% | 0.25% | - |
| HSV(B) | 292.37º | 0.96% | 0.48% | - |
| XYZ | 9.81 | 4.73 | 19.13 | - |
| YUV | 49.25 | 169.62 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 5 | 123 | 0.12 | 0.96 | 0 | 0.52 | 292.37 | 0.92 | 0.25 |
| Hex | 6C | 5 | 7B | C | 60 | 0 | 34 | 124 | 5C | 19 |
| Octal | 154 | 5 | 173 | 14 | 140 | 0 | 64 | 444 | 134 | 31 |
| Binary | 1101100 | 101 | 1111011 | 1100 | 1100000 | 0 | 110100 | 100100100 | 1011100 | 11001 |
Color Harmonies of #6C057B
Complementary color
Monochromatic Colors of #6C057B
Black with #6C057B
Text Example
Text Example
White with #6C057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C057B; }
p { color: rgb(108,5,123); }
H1.HeaderClassName
{
color: #6C057B;
}
.AnyTagClassName
{
color: #6C057B;
}
</style>
background-color css
<style>
a { background-color: #6C057B; }
a { background-color: rgb(108,5,123); }
div.DivClassName
{
background-color: #6C057B;
}
.BgClassName
{
background-color: #6C057B;
}
</style>
border-color css
<style>
span { border-color: #6C057B; }
span { border-color: rgb(108,5,123); }
td.TdClassName
{
border-color: #6C057B;
}
.TagClassName
{
border-color: #6C057B;
}
</style>