Shades of Purple #6F177D
Tints of Purple #6F177D
RGB
CMYK
RGB Variations
Color information
#6F177D (or 0x6F177D) is known color: Purple. HEX triplet: 6F, 17 and 7D. RGB value is (111,23,125). Sum of RGB (Red+Green+Blue) = 111+23+125=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F177D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F177D is #90E882. Grayscale: #3C3C3C. Windows color (decimal): -9496707 or 8197999. OLE color: 8197999.
HSL color Cylindrical-coordinate representation of color #6F177D: hue angle of 291.76º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F177D is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 23 | 125 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.51 |
| HSL | 291.76º | 0.69% | 0.29% | - |
| HSV(B) | 291.76º | 0.82% | 0.49% | - |
| XYZ | 10.56 | 5.47 | 19.9 | - |
| YUV | 60.94 | 164.15 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 125 | 0.11 | 0.82 | 0 | 0.51 | 291.76 | 0.69 | 0.29 |
| Hex | 6F | 17 | 7D | B | 52 | 0 | 33 | 124 | 45 | 1D |
| Octal | 157 | 27 | 175 | 13 | 122 | 0 | 63 | 444 | 105 | 35 |
| Binary | 1101111 | 10111 | 1111101 | 1011 | 1010010 | 0 | 110011 | 100100100 | 1000101 | 11101 |
Color Harmonies of #6F177D
Complementary color
Monochromatic Colors of #6F177D
Black with #6F177D
Text Example
Text Example
White with #6F177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F177D; }
p { color: rgb(111,23,125); }
H1.HeaderClassName
{
color: #6F177D;
}
.AnyTagClassName
{
color: #6F177D;
}
</style>
background-color css
<style>
a { background-color: #6F177D; }
a { background-color: rgb(111,23,125); }
div.DivClassName
{
background-color: #6F177D;
}
.BgClassName
{
background-color: #6F177D;
}
</style>
border-color css
<style>
span { border-color: #6F177D; }
span { border-color: rgb(111,23,125); }
td.TdClassName
{
border-color: #6F177D;
}
.TagClassName
{
border-color: #6F177D;
}
</style>