Shades of Purple #6F017F
Tints of Purple #6F017F
RGB
CMYK
RGB Variations
Color information
#6F017F (or 0x6F017F) is known color: Purple. HEX triplet: 6F, 01 and 7F. RGB value is (111,1,127). Sum of RGB (Red+Green+Blue) = 111+1+127=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #6F017F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F017F is #90FE80. Grayscale: #2F2F2F. Windows color (decimal): -9502337 or 8323439. OLE color: 8323439.
HSL color Cylindrical-coordinate representation of color #6F017F: hue angle of 292.38º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F017F is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 1 | 127 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.50 |
| HSL | 292.38º | 0.98% | 0.25% | - |
| HSV(B) | 292.38º | 0.99% | 0.5% | - |
| XYZ | 10.4 | 4.93 | 20.48 | - |
| YUV | 48.25 | 172.44 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 127 | 0.13 | 0.99 | 0 | 0.50 | 292.38 | 0.98 | 0.25 |
| Hex | 6F | 1 | 7F | D | 63 | 0 | 32 | 124 | 62 | 19 |
| Octal | 157 | 1 | 177 | 15 | 143 | 0 | 62 | 444 | 142 | 31 |
| Binary | 1101111 | 1 | 1111111 | 1101 | 1100011 | 0 | 110010 | 100100100 | 1100010 | 11001 |
Color Harmonies of #6F017F
Complementary color
Monochromatic Colors of #6F017F
Black with #6F017F
Text Example
Text Example
White with #6F017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F017F; }
p { color: rgb(111,1,127); }
H1.HeaderClassName
{
color: #6F017F;
}
.AnyTagClassName
{
color: #6F017F;
}
</style>
background-color css
<style>
a { background-color: #6F017F; }
a { background-color: rgb(111,1,127); }
div.DivClassName
{
background-color: #6F017F;
}
.BgClassName
{
background-color: #6F017F;
}
</style>
border-color css
<style>
span { border-color: #6F017F; }
span { border-color: rgb(111,1,127); }
td.TdClassName
{
border-color: #6F017F;
}
.TagClassName
{
border-color: #6F017F;
}
</style>