Shades of Purple #6C048B
Tints of Purple #6C048B
RGB
CMYK
RGB Variations
Color information
#6C048B (or 0x6C048B) is known color: Purple. HEX triplet: 6C, 04 and 8B. RGB value is (108,4,139). Sum of RGB (Red+Green+Blue) = 108+4+139=251 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.03% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C048B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C048B is #93FB74. Grayscale: #323232. Windows color (decimal): -9698165 or 9110636. OLE color: 9110636.
HSL color Cylindrical-coordinate representation of color #6C048B: hue angle of 286.22º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C048B is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 4 | 139 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.45 |
| HSL | 286.22º | 0.94% | 0.28% | - |
| HSV(B) | 286.22º | 0.97% | 0.55% | - |
| XYZ | 10.89 | 5.14 | 24.84 | - |
| YUV | 50.49 | 177.96 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 4 | 139 | 0.22 | 0.97 | 0 | 0.45 | 286.22 | 0.94 | 0.28 |
| Hex | 6C | 4 | 8B | 16 | 61 | 0 | 2D | 11E | 5E | 1C |
| Octal | 154 | 4 | 213 | 26 | 141 | 0 | 55 | 436 | 136 | 34 |
| Binary | 1101100 | 100 | 10001011 | 10110 | 1100001 | 0 | 101101 | 100011110 | 1011110 | 11100 |
Color Harmonies of #6C048B
Complementary color
Monochromatic Colors of #6C048B
Black with #6C048B
Text Example
Text Example
White with #6C048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C048B; }
p { color: rgb(108,4,139); }
H1.HeaderClassName
{
color: #6C048B;
}
.AnyTagClassName
{
color: #6C048B;
}
</style>
background-color css
<style>
a { background-color: #6C048B; }
a { background-color: rgb(108,4,139); }
div.DivClassName
{
background-color: #6C048B;
}
.BgClassName
{
background-color: #6C048B;
}
</style>
border-color css
<style>
span { border-color: #6C048B; }
span { border-color: rgb(108,4,139); }
td.TdClassName
{
border-color: #6C048B;
}
.TagClassName
{
border-color: #6C048B;
}
</style>