Shades of Purple #6B117F
Tints of Purple #6B117F
RGB
CMYK
RGB Variations
Color information
#6B117F (or 0x6B117F) is known color: Purple. HEX triplet: 6B, 11 and 7F. RGB value is (107,17,127). Sum of RGB (Red+Green+Blue) = 107+17+127=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B117F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B117F is #94EE80. Grayscale: #383838. Windows color (decimal): -9760385 or 8327531. OLE color: 8327531.
HSL color Cylindrical-coordinate representation of color #6B117F: hue angle of 289.09º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B117F is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 17 | 127 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.50 |
| HSL | 289.09º | 0.76% | 0.28% | - |
| HSV(B) | 289.09º | 0.87% | 0.5% | - |
| XYZ | 10.09 | 5.06 | 20.52 | - |
| YUV | 56.45 | 167.82 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 17 | 127 | 0.16 | 0.87 | 0 | 0.50 | 289.09 | 0.76 | 0.28 |
| Hex | 6B | 11 | 7F | 10 | 57 | 0 | 32 | 121 | 4C | 1C |
| Octal | 153 | 21 | 177 | 20 | 127 | 0 | 62 | 441 | 114 | 34 |
| Binary | 1101011 | 10001 | 1111111 | 10000 | 1010111 | 0 | 110010 | 100100001 | 1001100 | 11100 |
Color Harmonies of #6B117F
Complementary color
Monochromatic Colors of #6B117F
Black with #6B117F
Text Example
Text Example
White with #6B117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B117F; }
p { color: rgb(107,17,127); }
H1.HeaderClassName
{
color: #6B117F;
}
.AnyTagClassName
{
color: #6B117F;
}
</style>
background-color css
<style>
a { background-color: #6B117F; }
a { background-color: rgb(107,17,127); }
div.DivClassName
{
background-color: #6B117F;
}
.BgClassName
{
background-color: #6B117F;
}
</style>
border-color css
<style>
span { border-color: #6B117F; }
span { border-color: rgb(107,17,127); }
td.TdClassName
{
border-color: #6B117F;
}
.TagClassName
{
border-color: #6B117F;
}
</style>