Shades of Purple #6C0A72
Tints of Purple #6C0A72
RGB
CMYK
RGB Variations
Color information
#6C0A72 (or 0x6C0A72) is known color: Purple. HEX triplet: 6C, 0A and 72. RGB value is (108,10,114). Sum of RGB (Red+Green+Blue) = 108+10+114=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C0A72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0A72 is #93F58D. Grayscale: #323232. Windows color (decimal): -9696654 or 7473772. OLE color: 7473772.
HSL color Cylindrical-coordinate representation of color #6C0A72: hue angle of 296.54º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C0A72 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 10 | 114 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.55 |
| HSL | 296.54º | 0.84% | 0.24% | - |
| HSV(B) | 296.54º | 0.91% | 0.45% | - |
| XYZ | 9.33 | 4.62 | 16.32 | - |
| YUV | 51.16 | 163.47 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 10 | 114 | 0.05 | 0.91 | 0 | 0.55 | 296.54 | 0.84 | 0.24 |
| Hex | 6C | A | 72 | 5 | 5B | 0 | 37 | 129 | 54 | 18 |
| Octal | 154 | 12 | 162 | 5 | 133 | 0 | 67 | 451 | 124 | 30 |
| Binary | 1101100 | 1010 | 1110010 | 101 | 1011011 | 0 | 110111 | 100101001 | 1010100 | 11000 |
Color Harmonies of #6C0A72
Complementary color
Monochromatic Colors of #6C0A72
Black with #6C0A72
Text Example
Text Example
White with #6C0A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0A72; }
p { color: rgb(108,10,114); }
H1.HeaderClassName
{
color: #6C0A72;
}
.AnyTagClassName
{
color: #6C0A72;
}
</style>
background-color css
<style>
a { background-color: #6C0A72; }
a { background-color: rgb(108,10,114); }
div.DivClassName
{
background-color: #6C0A72;
}
.BgClassName
{
background-color: #6C0A72;
}
</style>
border-color css
<style>
span { border-color: #6C0A72; }
span { border-color: rgb(108,10,114); }
td.TdClassName
{
border-color: #6C0A72;
}
.TagClassName
{
border-color: #6C0A72;
}
</style>