Shades of Purple #6B1185
Tints of Purple #6B1185
RGB
CMYK
RGB Variations
Color information
#6B1185 (or 0x6B1185) is known color: Purple. HEX triplet: 6B, 11 and 85. RGB value is (107,17,133). Sum of RGB (Red+Green+Blue) = 107+17+133=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B1185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1185 is #94EE7A. Grayscale: #383838. Windows color (decimal): -9760379 or 8720747. OLE color: 8720747.
HSL color Cylindrical-coordinate representation of color #6B1185: hue angle of 286.55º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B1185 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 17 | 133 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.48 |
| HSL | 286.55º | 0.77% | 0.29% | - |
| HSV(B) | 286.55º | 0.87% | 0.52% | - |
| XYZ | 10.5 | 5.22 | 22.64 | - |
| YUV | 57.13 | 170.82 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 17 | 133 | 0.20 | 0.87 | 0 | 0.48 | 286.55 | 0.77 | 0.29 |
| Hex | 6B | 11 | 85 | 14 | 57 | 0 | 30 | 11F | 4D | 1D |
| Octal | 153 | 21 | 205 | 24 | 127 | 0 | 60 | 437 | 115 | 35 |
| Binary | 1101011 | 10001 | 10000101 | 10100 | 1010111 | 0 | 110000 | 100011111 | 1001101 | 11101 |
Color Harmonies of #6B1185
Complementary color
Monochromatic Colors of #6B1185
Black with #6B1185
Text Example
Text Example
White with #6B1185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1185; }
p { color: rgb(107,17,133); }
H1.HeaderClassName
{
color: #6B1185;
}
.AnyTagClassName
{
color: #6B1185;
}
</style>
background-color css
<style>
a { background-color: #6B1185; }
a { background-color: rgb(107,17,133); }
div.DivClassName
{
background-color: #6B1185;
}
.BgClassName
{
background-color: #6B1185;
}
</style>
border-color css
<style>
span { border-color: #6B1185; }
span { border-color: rgb(107,17,133); }
td.TdClassName
{
border-color: #6B1185;
}
.TagClassName
{
border-color: #6B1185;
}
</style>