Shades of Purple #6A1172
Tints of Purple #6A1172
RGB
CMYK
RGB Variations
Color information
#6A1172 (or 0x6A1172) is known color: Purple. HEX triplet: 6A, 11 and 72. RGB value is (106,17,114). Sum of RGB (Red+Green+Blue) = 106+17+114=237 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.73% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #6A1172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1172 is #95EE8D. Grayscale: #363636. Windows color (decimal): -9825934 or 7475562. OLE color: 7475562.
HSL color Cylindrical-coordinate representation of color #6A1172: hue angle of 295.05º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A1172 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 17 | 114 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.55 |
| HSL | 295.05º | 0.74% | 0.26% | - |
| HSV(B) | 295.05º | 0.85% | 0.45% | - |
| XYZ | 9.18 | 4.68 | 16.34 | - |
| YUV | 54.67 | 161.49 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 17 | 114 | 0.07 | 0.85 | 0 | 0.55 | 295.05 | 0.74 | 0.26 |
| Hex | 6A | 11 | 72 | 7 | 55 | 0 | 37 | 127 | 4A | 1A |
| Octal | 152 | 21 | 162 | 7 | 125 | 0 | 67 | 447 | 112 | 32 |
| Binary | 1101010 | 10001 | 1110010 | 111 | 1010101 | 0 | 110111 | 100100111 | 1001010 | 11010 |
Color Harmonies of #6A1172
Complementary color
Monochromatic Colors of #6A1172
Black with #6A1172
Text Example
Text Example
White with #6A1172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1172; }
p { color: rgb(106,17,114); }
H1.HeaderClassName
{
color: #6A1172;
}
.AnyTagClassName
{
color: #6A1172;
}
</style>
background-color css
<style>
a { background-color: #6A1172; }
a { background-color: rgb(106,17,114); }
div.DivClassName
{
background-color: #6A1172;
}
.BgClassName
{
background-color: #6A1172;
}
</style>
border-color css
<style>
span { border-color: #6A1172; }
span { border-color: rgb(106,17,114); }
td.TdClassName
{
border-color: #6A1172;
}
.TagClassName
{
border-color: #6A1172;
}
</style>