Shades of Purple #6F0295
Tints of Purple #6F0295
RGB
CMYK
RGB Variations
Color information
#6F0295 (or 0x6F0295) is known color: Purple. HEX triplet: 6F, 02 and 95. RGB value is (111,2,149). Sum of RGB (Red+Green+Blue) = 111+2+149=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #6F0295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0295 is #90FD6A. Grayscale: #323232. Windows color (decimal): -9502059 or 9765487. OLE color: 9765487.
HSL color Cylindrical-coordinate representation of color #6F0295: hue angle of 284.49º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F0295 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 2 | 149 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.42 |
| HSL | 284.49º | 0.97% | 0.3% | - |
| HSV(B) | 284.49º | 0.99% | 0.58% | - |
| XYZ | 12 | 5.59 | 28.88 | - |
| YUV | 51.35 | 183.11 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 149 | 0.26 | 0.99 | 0 | 0.42 | 284.49 | 0.97 | 0.3 |
| Hex | 6F | 2 | 95 | 1A | 63 | 0 | 2A | 11C | 61 | 1E |
| Octal | 157 | 2 | 225 | 32 | 143 | 0 | 52 | 434 | 141 | 36 |
| Binary | 1101111 | 10 | 10010101 | 11010 | 1100011 | 0 | 101010 | 100011100 | 1100001 | 11110 |
Color Harmonies of #6F0295
Complementary color
Monochromatic Colors of #6F0295
Black with #6F0295
Text Example
Text Example
White with #6F0295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0295; }
p { color: rgb(111,2,149); }
H1.HeaderClassName
{
color: #6F0295;
}
.AnyTagClassName
{
color: #6F0295;
}
</style>
background-color css
<style>
a { background-color: #6F0295; }
a { background-color: rgb(111,2,149); }
div.DivClassName
{
background-color: #6F0295;
}
.BgClassName
{
background-color: #6F0295;
}
</style>
border-color css
<style>
span { border-color: #6F0295; }
span { border-color: rgb(111,2,149); }
td.TdClassName
{
border-color: #6F0295;
}
.TagClassName
{
border-color: #6F0295;
}
</style>