Shades of Purple #6C047B
Tints of Purple #6C047B
RGB
CMYK
RGB Variations
Color information
#6C047B (or 0x6C047B) is known color: Purple. HEX triplet: 6C, 04 and 7B. RGB value is (108,4,123). Sum of RGB (Red+Green+Blue) = 108+4+123=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #6C047B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C047B is #93FB84. Grayscale: #303030. Windows color (decimal): -9698181 or 8062060. OLE color: 8062060.
HSL color Cylindrical-coordinate representation of color #6C047B: hue angle of 292.44º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C047B is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 108 | 4 | 123 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.52 |
| HSL | 292.44º | 0.94% | 0.25% | - |
| HSV(B) | 292.44º | 0.97% | 0.48% | - |
| XYZ | 9.8 | 4.71 | 19.13 | - |
| YUV | 48.66 | 169.96 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 4 | 123 | 0.12 | 0.97 | 0 | 0.52 | 292.44 | 0.94 | 0.25 |
| Hex | 6C | 4 | 7B | C | 61 | 0 | 34 | 124 | 5E | 19 |
| Octal | 154 | 4 | 173 | 14 | 141 | 0 | 64 | 444 | 136 | 31 |
| Binary | 1101100 | 100 | 1111011 | 1100 | 1100001 | 0 | 110100 | 100100100 | 1011110 | 11001 |
Color Harmonies of #6C047B
Complementary color
Monochromatic Colors of #6C047B
Black with #6C047B
Text Example
Text Example
White with #6C047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C047B; }
p { color: rgb(108,4,123); }
H1.HeaderClassName
{
color: #6C047B;
}
.AnyTagClassName
{
color: #6C047B;
}
</style>
background-color css
<style>
a { background-color: #6C047B; }
a { background-color: rgb(108,4,123); }
div.DivClassName
{
background-color: #6C047B;
}
.BgClassName
{
background-color: #6C047B;
}
</style>
border-color css
<style>
span { border-color: #6C047B; }
span { border-color: rgb(108,4,123); }
td.TdClassName
{
border-color: #6C047B;
}
.TagClassName
{
border-color: #6C047B;
}
</style>