Shades of Purple #6C087B
Tints of Purple #6C087B
RGB
CMYK
RGB Variations
Color information
#6C087B (or 0x6C087B) is known color: Purple. HEX triplet: 6C, 08 and 7B. RGB value is (108,8,123). Sum of RGB (Red+Green+Blue) = 108+8+123=239 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.19% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #6C087B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C087B is #93F784. Grayscale: #323232. Windows color (decimal): -9697157 or 8063084. OLE color: 8063084.
HSL color Cylindrical-coordinate representation of color #6C087B: hue angle of 292.17º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C087B is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 108 | 8 | 123 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.52 |
| HSL | 292.17º | 0.88% | 0.26% | - |
| HSV(B) | 292.17º | 0.93% | 0.48% | - |
| XYZ | 9.85 | 4.79 | 19.14 | - |
| YUV | 51.01 | 168.63 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 8 | 123 | 0.12 | 0.93 | 0 | 0.52 | 292.17 | 0.88 | 0.26 |
| Hex | 6C | 8 | 7B | C | 5D | 0 | 34 | 124 | 58 | 1A |
| Octal | 154 | 10 | 173 | 14 | 135 | 0 | 64 | 444 | 130 | 32 |
| Binary | 1101100 | 1000 | 1111011 | 1100 | 1011101 | 0 | 110100 | 100100100 | 1011000 | 11010 |
Color Harmonies of #6C087B
Complementary color
Monochromatic Colors of #6C087B
Black with #6C087B
Text Example
Text Example
White with #6C087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C087B; }
p { color: rgb(108,8,123); }
H1.HeaderClassName
{
color: #6C087B;
}
.AnyTagClassName
{
color: #6C087B;
}
</style>
background-color css
<style>
a { background-color: #6C087B; }
a { background-color: rgb(108,8,123); }
div.DivClassName
{
background-color: #6C087B;
}
.BgClassName
{
background-color: #6C087B;
}
</style>
border-color css
<style>
span { border-color: #6C087B; }
span { border-color: rgb(108,8,123); }
td.TdClassName
{
border-color: #6C087B;
}
.TagClassName
{
border-color: #6C087B;
}
</style>