Shades of Purple #6C048C
Tints of Purple #6C048C
RGB
CMYK
RGB Variations
Color information
#6C048C (or 0x6C048C) is known color: Purple. HEX triplet: 6C, 04 and 8C. RGB value is (108,4,140). Sum of RGB (Red+Green+Blue) = 108+4+140=252 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.86% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #6C048C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C048C is #93FB73. Grayscale: #323232. Windows color (decimal): -9698164 or 9176172. OLE color: 9176172.
HSL color Cylindrical-coordinate representation of color #6C048C: hue angle of 285.88º 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 #6C048C is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 4 | 140 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.45 |
| HSL | 285.88º | 0.94% | 0.28% | - |
| HSV(B) | 285.88º | 0.97% | 0.55% | - |
| XYZ | 10.96 | 5.17 | 25.23 | - |
| YUV | 50.6 | 178.46 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 4 | 140 | 0.23 | 0.97 | 0 | 0.45 | 285.88 | 0.94 | 0.28 |
| Hex | 6C | 4 | 8C | 17 | 61 | 0 | 2D | 11E | 5E | 1C |
| Octal | 154 | 4 | 214 | 27 | 141 | 0 | 55 | 436 | 136 | 34 |
| Binary | 1101100 | 100 | 10001100 | 10111 | 1100001 | 0 | 101101 | 100011110 | 1011110 | 11100 |
Color Harmonies of #6C048C
Complementary color
Monochromatic Colors of #6C048C
Black with #6C048C
Text Example
Text Example
White with #6C048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C048C; }
p { color: rgb(108,4,140); }
H1.HeaderClassName
{
color: #6C048C;
}
.AnyTagClassName
{
color: #6C048C;
}
</style>
background-color css
<style>
a { background-color: #6C048C; }
a { background-color: rgb(108,4,140); }
div.DivClassName
{
background-color: #6C048C;
}
.BgClassName
{
background-color: #6C048C;
}
</style>
border-color css
<style>
span { border-color: #6C048C; }
span { border-color: rgb(108,4,140); }
td.TdClassName
{
border-color: #6C048C;
}
.TagClassName
{
border-color: #6C048C;
}
</style>