Shades of Purple #6F0083
Tints of Purple #6F0083
RGB
CMYK
RGB Variations
Color information
#6F0083 (or 0x6F0083) is known color: Purple. HEX triplet: 6F, 00 and 83. RGB value is (111,0,131). Sum of RGB (Red+Green+Blue) = 111+0+131=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 131 (51.56% from 255 or 54.13% from 242); Max value from RGB is 131 - color contains mainly: blue. Hex color #6F0083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0083 is #90FF7C. Grayscale: #2F2F2F. Windows color (decimal): -9502589 or 8585327. OLE color: 8585327.
HSL color Cylindrical-coordinate representation of color #6F0083: hue angle of 290.84º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0083 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 0 | 131 | - |
| CMYK | 0.15 | 1 | 0 | 0.49 |
| HSL | 290.84º | 1% | 0.26% | - |
| HSV(B) | 290.84º | 1% | 0.51% | - |
| XYZ | 10.65 | 5.02 | 21.88 | - |
| YUV | 48.12 | 174.77 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 131 | 0.15 | 1 | 0 | 0.49 | 290.84 | 1 | 0.26 |
| Hex | 6F | 0 | 83 | F | 64 | 0 | 31 | 123 | 64 | 1A |
| Octal | 157 | 0 | 203 | 17 | 144 | 0 | 61 | 443 | 144 | 32 |
| Binary | 1101111 | 0 | 10000011 | 1111 | 1100100 | 0 | 110001 | 100100011 | 1100100 | 11010 |
Color Harmonies of #6F0083
Complementary color
Monochromatic Colors of #6F0083
Black with #6F0083
Text Example
Text Example
White with #6F0083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0083; }
p { color: rgb(111,0,131); }
H1.HeaderClassName
{
color: #6F0083;
}
.AnyTagClassName
{
color: #6F0083;
}
</style>
background-color css
<style>
a { background-color: #6F0083; }
a { background-color: rgb(111,0,131); }
div.DivClassName
{
background-color: #6F0083;
}
.BgClassName
{
background-color: #6F0083;
}
</style>
border-color css
<style>
span { border-color: #6F0083; }
span { border-color: rgb(111,0,131); }
td.TdClassName
{
border-color: #6F0083;
}
.TagClassName
{
border-color: #6F0083;
}
</style>