Shades of Purple #6F1082
Tints of Purple #6F1082
RGB
CMYK
RGB Variations
Color information
#6F1082 (or 0x6F1082) is known color: Purple. HEX triplet: 6F, 10 and 82. RGB value is (111,16,130). Sum of RGB (Red+Green+Blue) = 111+16+130=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #6F1082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F1082 is #90EF7D. Grayscale: #393939. Windows color (decimal): -9498494 or 8523887. OLE color: 8523887.
HSL color Cylindrical-coordinate representation of color #6F1082: hue angle of 290º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F1082 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 16 | 130 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.49 |
| HSL | 290º | 0.78% | 0.29% | - |
| HSV(B) | 290º | 0.88% | 0.51% | - |
| XYZ | 10.77 | 5.36 | 21.59 | - |
| YUV | 57.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 130 | 0.15 | 0.88 | 0 | 0.49 | 290 | 0.78 | 0.29 |
| Hex | 6F | 10 | 82 | F | 58 | 0 | 31 | 122 | 4E | 1D |
| Octal | 157 | 20 | 202 | 17 | 130 | 0 | 61 | 442 | 116 | 35 |
| Binary | 1101111 | 10000 | 10000010 | 1111 | 1011000 | 0 | 110001 | 100100010 | 1001110 | 11101 |
Color Harmonies of #6F1082
Complementary color
Monochromatic Colors of #6F1082
Black with #6F1082
Text Example
Text Example
White with #6F1082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1082; }
p { color: rgb(111,16,130); }
H1.HeaderClassName
{
color: #6F1082;
}
.AnyTagClassName
{
color: #6F1082;
}
</style>
background-color css
<style>
a { background-color: #6F1082; }
a { background-color: rgb(111,16,130); }
div.DivClassName
{
background-color: #6F1082;
}
.BgClassName
{
background-color: #6F1082;
}
</style>
border-color css
<style>
span { border-color: #6F1082; }
span { border-color: rgb(111,16,130); }
td.TdClassName
{
border-color: #6F1082;
}
.TagClassName
{
border-color: #6F1082;
}
</style>