Shades of Purple #6F0D94
Tints of Purple #6F0D94
RGB
CMYK
RGB Variations
Color information
#6F0D94 (or 0x6F0D94) is known color: Purple. HEX triplet: 6F, 0D and 94. RGB value is (111,13,148). Sum of RGB (Red+Green+Blue) = 111+13+148=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #6F0D94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0D94 is #90F26B. Grayscale: #393939. Windows color (decimal): -9499244 or 9702767. OLE color: 9702767.
HSL color Cylindrical-coordinate representation of color #6F0D94: hue angle of 283.56º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F0D94 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 13 | 148 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.42 |
| HSL | 283.56º | 0.84% | 0.32% | - |
| HSV(B) | 283.56º | 0.91% | 0.58% | - |
| XYZ | 12.04 | 5.81 | 28.5 | - |
| YUV | 57.69 | 178.97 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 13 | 148 | 0.25 | 0.91 | 0 | 0.42 | 283.56 | 0.84 | 0.32 |
| Hex | 6F | D | 94 | 19 | 5B | 0 | 2A | 11C | 54 | 20 |
| Octal | 157 | 15 | 224 | 31 | 133 | 0 | 52 | 434 | 124 | 40 |
| Binary | 1101111 | 1101 | 10010100 | 11001 | 1011011 | 0 | 101010 | 100011100 | 1010100 | 100000 |
Color Harmonies of #6F0D94
Complementary color
Monochromatic Colors of #6F0D94
Black with #6F0D94
Text Example
Text Example
White with #6F0D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0D94; }
p { color: rgb(111,13,148); }
H1.HeaderClassName
{
color: #6F0D94;
}
.AnyTagClassName
{
color: #6F0D94;
}
</style>
background-color css
<style>
a { background-color: #6F0D94; }
a { background-color: rgb(111,13,148); }
div.DivClassName
{
background-color: #6F0D94;
}
.BgClassName
{
background-color: #6F0D94;
}
</style>
border-color css
<style>
span { border-color: #6F0D94; }
span { border-color: rgb(111,13,148); }
td.TdClassName
{
border-color: #6F0D94;
}
.TagClassName
{
border-color: #6F0D94;
}
</style>