Shades of Purple #6C047F
Tints of Purple #6C047F
RGB
CMYK
RGB Variations
Color information
#6C047F (or 0x6C047F) is known color: Purple. HEX triplet: 6C, 04 and 7F. RGB value is (108,4,127). Sum of RGB (Red+Green+Blue) = 108+4+127=239 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.19% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #6C047F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C047F is #93FB80. Grayscale: #303030. Windows color (decimal): -9698177 or 8324204. OLE color: 8324204.
HSL color Cylindrical-coordinate representation of color #6C047F: hue angle of 290.73º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C047F is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 108 | 4 | 127 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.50 |
| HSL | 290.73º | 0.94% | 0.26% | - |
| HSV(B) | 290.73º | 0.97% | 0.5% | - |
| XYZ | 10.06 | 4.81 | 20.48 | - |
| YUV | 49.12 | 171.96 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 4 | 127 | 0.15 | 0.97 | 0 | 0.50 | 290.73 | 0.94 | 0.26 |
| Hex | 6C | 4 | 7F | F | 61 | 0 | 32 | 123 | 5E | 1A |
| Octal | 154 | 4 | 177 | 17 | 141 | 0 | 62 | 443 | 136 | 32 |
| Binary | 1101100 | 100 | 1111111 | 1111 | 1100001 | 0 | 110010 | 100100011 | 1011110 | 11010 |
Color Harmonies of #6C047F
Complementary color
Monochromatic Colors of #6C047F
Black with #6C047F
Text Example
Text Example
White with #6C047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C047F; }
p { color: rgb(108,4,127); }
H1.HeaderClassName
{
color: #6C047F;
}
.AnyTagClassName
{
color: #6C047F;
}
</style>
background-color css
<style>
a { background-color: #6C047F; }
a { background-color: rgb(108,4,127); }
div.DivClassName
{
background-color: #6C047F;
}
.BgClassName
{
background-color: #6C047F;
}
</style>
border-color css
<style>
span { border-color: #6C047F; }
span { border-color: rgb(108,4,127); }
td.TdClassName
{
border-color: #6C047F;
}
.TagClassName
{
border-color: #6C047F;
}
</style>