Shades of Purple #6C017B
Tints of Purple #6C017B
RGB
CMYK
RGB Variations
Color information
#6C017B (or 0x6C017B) is known color: Purple. HEX triplet: 6C, 01 and 7B. RGB value is (108,1,123). Sum of RGB (Red+Green+Blue) = 108+1+123=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #6C017B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C017B is #93FE84. Grayscale: #2E2E2E. Windows color (decimal): -9698949 or 8061292. OLE color: 8061292.
HSL color Cylindrical-coordinate representation of color #6C017B: hue angle of 292.62º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C017B is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 108 | 1 | 123 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.52 |
| HSL | 292.62º | 0.98% | 0.24% | - |
| HSV(B) | 292.62º | 0.99% | 0.48% | - |
| XYZ | 9.77 | 4.64 | 19.12 | - |
| YUV | 46.9 | 170.95 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 123 | 0.12 | 0.99 | 0 | 0.52 | 292.62 | 0.98 | 0.24 |
| Hex | 6C | 1 | 7B | C | 63 | 0 | 34 | 125 | 62 | 18 |
| Octal | 154 | 1 | 173 | 14 | 143 | 0 | 64 | 445 | 142 | 30 |
| Binary | 1101100 | 1 | 1111011 | 1100 | 1100011 | 0 | 110100 | 100100101 | 1100010 | 11000 |
Color Harmonies of #6C017B
Complementary color
Monochromatic Colors of #6C017B
Black with #6C017B
Text Example
Text Example
White with #6C017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C017B; }
p { color: rgb(108,1,123); }
H1.HeaderClassName
{
color: #6C017B;
}
.AnyTagClassName
{
color: #6C017B;
}
</style>
background-color css
<style>
a { background-color: #6C017B; }
a { background-color: rgb(108,1,123); }
div.DivClassName
{
background-color: #6C017B;
}
.BgClassName
{
background-color: #6C017B;
}
</style>
border-color css
<style>
span { border-color: #6C017B; }
span { border-color: rgb(108,1,123); }
td.TdClassName
{
border-color: #6C017B;
}
.TagClassName
{
border-color: #6C017B;
}
</style>