Shades of Purple #6C0A70
Tints of Purple #6C0A70
RGB
CMYK
RGB Variations
Color information
#6C0A70 (or 0x6C0A70) is known color: Purple. HEX triplet: 6C, 0A and 70. RGB value is (108,10,112). Sum of RGB (Red+Green+Blue) = 108+10+112=230 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.96% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C0A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0A70 is #93F58F. Grayscale: #323232. Windows color (decimal): -9696656 or 7342700. OLE color: 7342700.
HSL color Cylindrical-coordinate representation of color #6C0A70: hue angle of 297.65º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C0A70 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 10 | 112 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.56 |
| HSL | 297.65º | 0.84% | 0.24% | - |
| HSV(B) | 297.65º | 0.91% | 0.44% | - |
| XYZ | 9.22 | 4.58 | 15.73 | - |
| YUV | 50.93 | 162.47 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 10 | 112 | 0.04 | 0.91 | 0 | 0.56 | 297.65 | 0.84 | 0.24 |
| Hex | 6C | A | 70 | 4 | 5B | 0 | 38 | 12A | 54 | 18 |
| Octal | 154 | 12 | 160 | 4 | 133 | 0 | 70 | 452 | 124 | 30 |
| Binary | 1101100 | 1010 | 1110000 | 100 | 1011011 | 0 | 111000 | 100101010 | 1010100 | 11000 |
Color Harmonies of #6C0A70
Complementary color
Monochromatic Colors of #6C0A70
Black with #6C0A70
Text Example
Text Example
White with #6C0A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0A70; }
p { color: rgb(108,10,112); }
H1.HeaderClassName
{
color: #6C0A70;
}
.AnyTagClassName
{
color: #6C0A70;
}
</style>
background-color css
<style>
a { background-color: #6C0A70; }
a { background-color: rgb(108,10,112); }
div.DivClassName
{
background-color: #6C0A70;
}
.BgClassName
{
background-color: #6C0A70;
}
</style>
border-color css
<style>
span { border-color: #6C0A70; }
span { border-color: rgb(108,10,112); }
td.TdClassName
{
border-color: #6C0A70;
}
.TagClassName
{
border-color: #6C0A70;
}
</style>