Shades of Purple #6F0094
Tints of Purple #6F0094
RGB
CMYK
RGB Variations
Color information
#6F0094 (or 0x6F0094) is known color: Purple. HEX triplet: 6F, 00 and 94. RGB value is (111,0,148). Sum of RGB (Red+Green+Blue) = 111+0+148=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 148 (58.20% from 255 or 57.14% from 259); Max value from RGB is 148 - color contains mainly: blue. Hex color #6F0094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0094 is #90FF6B. Grayscale: #313131. Windows color (decimal): -9502572 or 9699439. OLE color: 9699439.
HSL color Cylindrical-coordinate representation of color #6F0094: hue angle of 285º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0094 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 0 | 148 | - |
| CMYK | 0.25 | 1 | 0 | 0.42 |
| HSL | 285º | 1% | 0.29% | - |
| HSV(B) | 285º | 1% | 0.58% | - |
| XYZ | 11.9 | 5.52 | 28.45 | - |
| YUV | 50.06 | 183.27 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 148 | 0.25 | 1 | 0 | 0.42 | 285 | 1 | 0.29 |
| Hex | 6F | 0 | 94 | 19 | 64 | 0 | 2A | 11D | 64 | 1D |
| Octal | 157 | 0 | 224 | 31 | 144 | 0 | 52 | 435 | 144 | 35 |
| Binary | 1101111 | 0 | 10010100 | 11001 | 1100100 | 0 | 101010 | 100011101 | 1100100 | 11101 |
Color Harmonies of #6F0094
Complementary color
Monochromatic Colors of #6F0094
Black with #6F0094
Text Example
Text Example
White with #6F0094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0094; }
p { color: rgb(111,0,148); }
H1.HeaderClassName
{
color: #6F0094;
}
.AnyTagClassName
{
color: #6F0094;
}
</style>
background-color css
<style>
a { background-color: #6F0094; }
a { background-color: rgb(111,0,148); }
div.DivClassName
{
background-color: #6F0094;
}
.BgClassName
{
background-color: #6F0094;
}
</style>
border-color css
<style>
span { border-color: #6F0094; }
span { border-color: rgb(111,0,148); }
td.TdClassName
{
border-color: #6F0094;
}
.TagClassName
{
border-color: #6F0094;
}
</style>