Shades of Purple #6F0293
Tints of Purple #6F0293
RGB
CMYK
RGB Variations
Color information
#6F0293 (or 0x6F0293) is known color: Purple. HEX triplet: 6F, 02 and 93. RGB value is (111,2,147). Sum of RGB (Red+Green+Blue) = 111+2+147=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F0293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0293 is #90FD6C. Grayscale: #323232. Windows color (decimal): -9502061 or 9634415. OLE color: 9634415.
HSL color Cylindrical-coordinate representation of color #6F0293: hue angle of 285.1º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F0293 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 2 | 147 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.42 |
| HSL | 285.1º | 0.97% | 0.29% | - |
| HSV(B) | 285.1º | 0.99% | 0.58% | - |
| XYZ | 11.84 | 5.53 | 28.05 | - |
| YUV | 51.12 | 182.11 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 147 | 0.24 | 0.99 | 0 | 0.42 | 285.1 | 0.97 | 0.29 |
| Hex | 6F | 2 | 93 | 18 | 63 | 0 | 2A | 11D | 61 | 1D |
| Octal | 157 | 2 | 223 | 30 | 143 | 0 | 52 | 435 | 141 | 35 |
| Binary | 1101111 | 10 | 10010011 | 11000 | 1100011 | 0 | 101010 | 100011101 | 1100001 | 11101 |
Color Harmonies of #6F0293
Complementary color
Monochromatic Colors of #6F0293
Black with #6F0293
Text Example
Text Example
White with #6F0293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0293; }
p { color: rgb(111,2,147); }
H1.HeaderClassName
{
color: #6F0293;
}
.AnyTagClassName
{
color: #6F0293;
}
</style>
background-color css
<style>
a { background-color: #6F0293; }
a { background-color: rgb(111,2,147); }
div.DivClassName
{
background-color: #6F0293;
}
.BgClassName
{
background-color: #6F0293;
}
</style>
border-color css
<style>
span { border-color: #6F0293; }
span { border-color: rgb(111,2,147); }
td.TdClassName
{
border-color: #6F0293;
}
.TagClassName
{
border-color: #6F0293;
}
</style>