Shades of Purple #6F1983
Tints of Purple #6F1983
RGB
CMYK
RGB Variations
Color information
#6F1983 (or 0x6F1983) is known color: Purple. HEX triplet: 6F, 19 and 83. RGB value is (111,25,131). Sum of RGB (Red+Green+Blue) = 111+25+131=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 131 (51.56% from 255 or 49.06% from 267); Max value from RGB is 131 - color contains mainly: blue. Hex color #6F1983 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F1983 is #90E67C. Grayscale: #3E3E3E. Windows color (decimal): -9496189 or 8591727. OLE color: 8591727.
HSL color Cylindrical-coordinate representation of color #6F1983: hue angle of 288.68º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F1983 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 25 | 131 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.49 |
| HSL | 288.68º | 0.68% | 0.31% | - |
| HSV(B) | 288.68º | 0.81% | 0.51% | - |
| XYZ | 11 | 5.71 | 22 | - |
| YUV | 62.8 | 166.49 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 25 | 131 | 0.15 | 0.81 | 0 | 0.49 | 288.68 | 0.68 | 0.31 |
| Hex | 6F | 19 | 83 | F | 51 | 0 | 31 | 121 | 44 | 1F |
| Octal | 157 | 31 | 203 | 17 | 121 | 0 | 61 | 441 | 104 | 37 |
| Binary | 1101111 | 11001 | 10000011 | 1111 | 1010001 | 0 | 110001 | 100100001 | 1000100 | 11111 |
Color Harmonies of #6F1983
Complementary color
Monochromatic Colors of #6F1983
Black with #6F1983
Text Example
Text Example
White with #6F1983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1983; }
p { color: rgb(111,25,131); }
H1.HeaderClassName
{
color: #6F1983;
}
.AnyTagClassName
{
color: #6F1983;
}
</style>
background-color css
<style>
a { background-color: #6F1983; }
a { background-color: rgb(111,25,131); }
div.DivClassName
{
background-color: #6F1983;
}
.BgClassName
{
background-color: #6F1983;
}
</style>
border-color css
<style>
span { border-color: #6F1983; }
span { border-color: rgb(111,25,131); }
td.TdClassName
{
border-color: #6F1983;
}
.TagClassName
{
border-color: #6F1983;
}
</style>