Shades of Purple #6B1173
Tints of Purple #6B1173
RGB
CMYK
RGB Variations
Color information
#6B1173 (or 0x6B1173) is known color: Purple. HEX triplet: 6B, 11 and 73. RGB value is (107,17,115). Sum of RGB (Red+Green+Blue) = 107+17+115=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B1173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1173 is #94EE8C. Grayscale: #363636. Windows color (decimal): -9760397 or 7541099. OLE color: 7541099.
HSL color Cylindrical-coordinate representation of color #6B1173: hue angle of 295.1º 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 #6B1173 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 17 | 115 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.55 |
| HSL | 295.1º | 0.74% | 0.26% | - |
| HSV(B) | 295.1º | 0.85% | 0.45% | - |
| XYZ | 9.36 | 4.76 | 16.65 | - |
| YUV | 55.08 | 161.82 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 17 | 115 | 0.07 | 0.85 | 0 | 0.55 | 295.1 | 0.74 | 0.26 |
| Hex | 6B | 11 | 73 | 7 | 55 | 0 | 37 | 127 | 4A | 1A |
| Octal | 153 | 21 | 163 | 7 | 125 | 0 | 67 | 447 | 112 | 32 |
| Binary | 1101011 | 10001 | 1110011 | 111 | 1010101 | 0 | 110111 | 100100111 | 1001010 | 11010 |
Color Harmonies of #6B1173
Complementary color
Monochromatic Colors of #6B1173
Black with #6B1173
Text Example
Text Example
White with #6B1173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1173; }
p { color: rgb(107,17,115); }
H1.HeaderClassName
{
color: #6B1173;
}
.AnyTagClassName
{
color: #6B1173;
}
</style>
background-color css
<style>
a { background-color: #6B1173; }
a { background-color: rgb(107,17,115); }
div.DivClassName
{
background-color: #6B1173;
}
.BgClassName
{
background-color: #6B1173;
}
</style>
border-color css
<style>
span { border-color: #6B1173; }
span { border-color: rgb(107,17,115); }
td.TdClassName
{
border-color: #6B1173;
}
.TagClassName
{
border-color: #6B1173;
}
</style>