Shades of Purple #6F0793
Tints of Purple #6F0793
RGB
CMYK
RGB Variations
Color information
#6F0793 (or 0x6F0793) is known color: Purple. HEX triplet: 6F, 07 and 93. RGB value is (111,7,147). Sum of RGB (Red+Green+Blue) = 111+7+147=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F0793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0793 is #90F86C. Grayscale: #353535. Windows color (decimal): -9500781 or 9635695. OLE color: 9635695.
HSL color Cylindrical-coordinate representation of color #6F0793: hue angle of 284.57º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0793 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 7 | 147 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.42 |
| HSL | 284.57º | 0.91% | 0.3% | - |
| HSV(B) | 284.57º | 0.95% | 0.58% | - |
| XYZ | 11.9 | 5.64 | 28.06 | - |
| YUV | 54.06 | 180.46 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 147 | 0.24 | 0.95 | 0 | 0.42 | 284.57 | 0.91 | 0.3 |
| Hex | 6F | 7 | 93 | 18 | 5F | 0 | 2A | 11D | 5B | 1E |
| Octal | 157 | 7 | 223 | 30 | 137 | 0 | 52 | 435 | 133 | 36 |
| Binary | 1101111 | 111 | 10010011 | 11000 | 1011111 | 0 | 101010 | 100011101 | 1011011 | 11110 |
Color Harmonies of #6F0793
Complementary color
Monochromatic Colors of #6F0793
Black with #6F0793
Text Example
Text Example
White with #6F0793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0793; }
p { color: rgb(111,7,147); }
H1.HeaderClassName
{
color: #6F0793;
}
.AnyTagClassName
{
color: #6F0793;
}
</style>
background-color css
<style>
a { background-color: #6F0793; }
a { background-color: rgb(111,7,147); }
div.DivClassName
{
background-color: #6F0793;
}
.BgClassName
{
background-color: #6F0793;
}
</style>
border-color css
<style>
span { border-color: #6F0793; }
span { border-color: rgb(111,7,147); }
td.TdClassName
{
border-color: #6F0793;
}
.TagClassName
{
border-color: #6F0793;
}
</style>