Shades of Purple #6C056F
Tints of Purple #6C056F
RGB
CMYK
RGB Variations
Color information
#6C056F (or 0x6C056F) is known color: Purple. HEX triplet: 6C, 05 and 6F. RGB value is (108,5,111). Sum of RGB (Red+Green+Blue) = 108+5+111=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #6C056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C056F is #93FA90. Grayscale: #2F2F2F. Windows color (decimal): -9697937 or 7275884. OLE color: 7275884.
HSL color Cylindrical-coordinate representation of color #6C056F: hue angle of 298.3º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C056F is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 5 | 111 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.56 |
| HSL | 298.3º | 0.91% | 0.23% | - |
| HSV(B) | 298.3º | 0.95% | 0.44% | - |
| XYZ | 9.11 | 4.44 | 15.42 | - |
| YUV | 47.88 | 163.62 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 5 | 111 | 0.03 | 0.95 | 0 | 0.56 | 298.3 | 0.91 | 0.23 |
| Hex | 6C | 5 | 6F | 3 | 5F | 0 | 38 | 12A | 5B | 17 |
| Octal | 154 | 5 | 157 | 3 | 137 | 0 | 70 | 452 | 133 | 27 |
| Binary | 1101100 | 101 | 1101111 | 11 | 1011111 | 0 | 111000 | 100101010 | 1011011 | 10111 |
Color Harmonies of #6C056F
Complementary color
Monochromatic Colors of #6C056F
Black with #6C056F
Text Example
Text Example
White with #6C056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C056F; }
p { color: rgb(108,5,111); }
H1.HeaderClassName
{
color: #6C056F;
}
.AnyTagClassName
{
color: #6C056F;
}
</style>
background-color css
<style>
a { background-color: #6C056F; }
a { background-color: rgb(108,5,111); }
div.DivClassName
{
background-color: #6C056F;
}
.BgClassName
{
background-color: #6C056F;
}
</style>
border-color css
<style>
span { border-color: #6C056F; }
span { border-color: rgb(108,5,111); }
td.TdClassName
{
border-color: #6C056F;
}
.TagClassName
{
border-color: #6C056F;
}
</style>