Shades of Purple #6A117F
Tints of Purple #6A117F
RGB
CMYK
RGB Variations
Color information
#6A117F (or 0x6A117F) is known color: Purple. HEX triplet: 6A, 11 and 7F. RGB value is (106,17,127). Sum of RGB (Red+Green+Blue) = 106+17+127=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #6A117F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A117F is #95EE80. Grayscale: #373737. Windows color (decimal): -9825921 or 8327530. OLE color: 8327530.
HSL color Cylindrical-coordinate representation of color #6A117F: hue angle of 288.55º 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 #6A117F is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 106 | 17 | 127 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.50 |
| HSL | 288.55º | 0.76% | 0.28% | - |
| HSV(B) | 288.55º | 0.87% | 0.5% | - |
| XYZ | 9.98 | 5 | 20.52 | - |
| YUV | 56.15 | 167.99 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 17 | 127 | 0.17 | 0.87 | 0 | 0.50 | 288.55 | 0.76 | 0.28 |
| Hex | 6A | 11 | 7F | 11 | 57 | 0 | 32 | 121 | 4C | 1C |
| Octal | 152 | 21 | 177 | 21 | 127 | 0 | 62 | 441 | 114 | 34 |
| Binary | 1101010 | 10001 | 1111111 | 10001 | 1010111 | 0 | 110010 | 100100001 | 1001100 | 11100 |
Color Harmonies of #6A117F
Complementary color
Monochromatic Colors of #6A117F
Black with #6A117F
Text Example
Text Example
White with #6A117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A117F; }
p { color: rgb(106,17,127); }
H1.HeaderClassName
{
color: #6A117F;
}
.AnyTagClassName
{
color: #6A117F;
}
</style>
background-color css
<style>
a { background-color: #6A117F; }
a { background-color: rgb(106,17,127); }
div.DivClassName
{
background-color: #6A117F;
}
.BgClassName
{
background-color: #6A117F;
}
</style>
border-color css
<style>
span { border-color: #6A117F; }
span { border-color: rgb(106,17,127); }
td.TdClassName
{
border-color: #6A117F;
}
.TagClassName
{
border-color: #6A117F;
}
</style>