Shades of Purple #6F0082
Tints of Purple #6F0082
RGB
CMYK
RGB Variations
Color information
#6F0082 (or 0x6F0082) is known color: Purple. HEX triplet: 6F, 00 and 82. RGB value is (111,0,130). Sum of RGB (Red+Green+Blue) = 111+0+130=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #6F0082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0082 is #90FF7D. Grayscale: #2F2F2F. Windows color (decimal): -9502590 or 8519791. OLE color: 8519791.
HSL color Cylindrical-coordinate representation of color #6F0082: hue angle of 291.23º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0082 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 0 | 130 | - |
| CMYK | 0.15 | 1 | 0 | 0.49 |
| HSL | 291.23º | 1% | 0.25% | - |
| HSV(B) | 291.23º | 1% | 0.51% | - |
| XYZ | 10.58 | 4.99 | 21.52 | - |
| YUV | 48.01 | 174.27 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 130 | 0.15 | 1 | 0 | 0.49 | 291.23 | 1 | 0.25 |
| Hex | 6F | 0 | 82 | F | 64 | 0 | 31 | 123 | 64 | 19 |
| Octal | 157 | 0 | 202 | 17 | 144 | 0 | 61 | 443 | 144 | 31 |
| Binary | 1101111 | 0 | 10000010 | 1111 | 1100100 | 0 | 110001 | 100100011 | 1100100 | 11001 |
Color Harmonies of #6F0082
Complementary color
Monochromatic Colors of #6F0082
Black with #6F0082
Text Example
Text Example
White with #6F0082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0082; }
p { color: rgb(111,0,130); }
H1.HeaderClassName
{
color: #6F0082;
}
.AnyTagClassName
{
color: #6F0082;
}
</style>
background-color css
<style>
a { background-color: #6F0082; }
a { background-color: rgb(111,0,130); }
div.DivClassName
{
background-color: #6F0082;
}
.BgClassName
{
background-color: #6F0082;
}
</style>
border-color css
<style>
span { border-color: #6F0082; }
span { border-color: rgb(111,0,130); }
td.TdClassName
{
border-color: #6F0082;
}
.TagClassName
{
border-color: #6F0082;
}
</style>