Shades of Purple #6F038E
Tints of Purple #6F038E
RGB
CMYK
RGB Variations
Color information
#6F038E (or 0x6F038E) is known color: Purple. HEX triplet: 6F, 03 and 8E. RGB value is (111,3,142). Sum of RGB (Red+Green+Blue) = 111+3+142=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 142 (55.86% from 255 or 55.47% from 256); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F038E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F038E is #90FC71. Grayscale: #323232. Windows color (decimal): -9501810 or 9306991. OLE color: 9306991.
HSL color Cylindrical-coordinate representation of color #6F038E: hue angle of 286.62º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F038E is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 3 | 142 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.44 |
| HSL | 286.62º | 0.96% | 0.28% | - |
| HSV(B) | 286.62º | 0.98% | 0.56% | - |
| XYZ | 11.47 | 5.4 | 26.03 | - |
| YUV | 51.14 | 179.28 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 142 | 0.22 | 0.98 | 0 | 0.44 | 286.62 | 0.96 | 0.28 |
| Hex | 6F | 3 | 8E | 16 | 62 | 0 | 2C | 11F | 60 | 1C |
| Octal | 157 | 3 | 216 | 26 | 142 | 0 | 54 | 437 | 140 | 34 |
| Binary | 1101111 | 11 | 10001110 | 10110 | 1100010 | 0 | 101100 | 100011111 | 1100000 | 11100 |
Color Harmonies of #6F038E
Complementary color
Monochromatic Colors of #6F038E
Black with #6F038E
Text Example
Text Example
White with #6F038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F038E; }
p { color: rgb(111,3,142); }
H1.HeaderClassName
{
color: #6F038E;
}
.AnyTagClassName
{
color: #6F038E;
}
</style>
background-color css
<style>
a { background-color: #6F038E; }
a { background-color: rgb(111,3,142); }
div.DivClassName
{
background-color: #6F038E;
}
.BgClassName
{
background-color: #6F038E;
}
</style>
border-color css
<style>
span { border-color: #6F038E; }
span { border-color: rgb(111,3,142); }
td.TdClassName
{
border-color: #6F038E;
}
.TagClassName
{
border-color: #6F038E;
}
</style>