Shades of Purple #6C047E
Tints of Purple #6C047E
RGB
CMYK
RGB Variations
Color information
#6C047E (or 0x6C047E) is known color: Purple. HEX triplet: 6C, 04 and 7E. RGB value is (108,4,126). Sum of RGB (Red+Green+Blue) = 108+4+126=238 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.38% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 126 (49.61% from 255 or 52.94% from 238); Max value from RGB is 126 - color contains mainly: blue. Hex color #6C047E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C047E is #93FB81. Grayscale: #303030. Windows color (decimal): -9698178 or 8258668. OLE color: 8258668.
HSL color Cylindrical-coordinate representation of color #6C047E: hue angle of 291.15º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C047E is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 4 | 126 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.51 |
| HSL | 291.15º | 0.94% | 0.25% | - |
| HSV(B) | 291.15º | 0.97% | 0.49% | - |
| XYZ | 9.99 | 4.78 | 20.13 | - |
| YUV | 49 | 171.46 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 4 | 126 | 0.14 | 0.97 | 0 | 0.51 | 291.15 | 0.94 | 0.25 |
| Hex | 6C | 4 | 7E | E | 61 | 0 | 33 | 123 | 5E | 19 |
| Octal | 154 | 4 | 176 | 16 | 141 | 0 | 63 | 443 | 136 | 31 |
| Binary | 1101100 | 100 | 1111110 | 1110 | 1100001 | 0 | 110011 | 100100011 | 1011110 | 11001 |
Color Harmonies of #6C047E
Complementary color
Monochromatic Colors of #6C047E
Black with #6C047E
Text Example
Text Example
White with #6C047E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C047E; }
p { color: rgb(108,4,126); }
H1.HeaderClassName
{
color: #6C047E;
}
.AnyTagClassName
{
color: #6C047E;
}
</style>
background-color css
<style>
a { background-color: #6C047E; }
a { background-color: rgb(108,4,126); }
div.DivClassName
{
background-color: #6C047E;
}
.BgClassName
{
background-color: #6C047E;
}
</style>
border-color css
<style>
span { border-color: #6C047E; }
span { border-color: rgb(108,4,126); }
td.TdClassName
{
border-color: #6C047E;
}
.TagClassName
{
border-color: #6C047E;
}
</style>