Shades of Purple #6F0393
Tints of Purple #6F0393
RGB
CMYK
RGB Variations
Color information
#6F0393 (or 0x6F0393) is known color: Purple. HEX triplet: 6F, 03 and 93. RGB value is (111,3,147). Sum of RGB (Red+Green+Blue) = 111+3+147=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F0393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0393 is #90FC6C. Grayscale: #333333. Windows color (decimal): -9501805 or 9634671. OLE color: 9634671.
HSL color Cylindrical-coordinate representation of color #6F0393: hue angle of 285º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F0393 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 3 | 147 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.42 |
| HSL | 285º | 0.96% | 0.29% | - |
| HSV(B) | 285º | 0.98% | 0.58% | - |
| XYZ | 11.85 | 5.55 | 28.05 | - |
| YUV | 51.71 | 181.78 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 147 | 0.24 | 0.98 | 0 | 0.42 | 285 | 0.96 | 0.29 |
| Hex | 6F | 3 | 93 | 18 | 62 | 0 | 2A | 11D | 60 | 1D |
| Octal | 157 | 3 | 223 | 30 | 142 | 0 | 52 | 435 | 140 | 35 |
| Binary | 1101111 | 11 | 10010011 | 11000 | 1100010 | 0 | 101010 | 100011101 | 1100000 | 11101 |
Color Harmonies of #6F0393
Complementary color
Monochromatic Colors of #6F0393
Black with #6F0393
Text Example
Text Example
White with #6F0393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0393; }
p { color: rgb(111,3,147); }
H1.HeaderClassName
{
color: #6F0393;
}
.AnyTagClassName
{
color: #6F0393;
}
</style>
background-color css
<style>
a { background-color: #6F0393; }
a { background-color: rgb(111,3,147); }
div.DivClassName
{
background-color: #6F0393;
}
.BgClassName
{
background-color: #6F0393;
}
</style>
border-color css
<style>
span { border-color: #6F0393; }
span { border-color: rgb(111,3,147); }
td.TdClassName
{
border-color: #6F0393;
}
.TagClassName
{
border-color: #6F0393;
}
</style>