Shades of Purple #6F018E
Tints of Purple #6F018E
RGB
CMYK
RGB Variations
Color information
#6F018E (or 0x6F018E) is known color: Purple. HEX triplet: 6F, 01 and 8E. RGB value is (111,1,142). Sum of RGB (Red+Green+Blue) = 111+1+142=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F018E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F018E is #90FE71. Grayscale: #313131. Windows color (decimal): -9502322 or 9306479. OLE color: 9306479.
HSL color Cylindrical-coordinate representation of color #6F018E: hue angle of 286.81º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F018E is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 1 | 142 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.44 |
| HSL | 286.81º | 0.99% | 0.28% | - |
| HSV(B) | 286.81º | 0.99% | 0.56% | - |
| XYZ | 11.45 | 5.35 | 26.02 | - |
| YUV | 49.96 | 179.94 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 142 | 0.22 | 0.99 | 0 | 0.44 | 286.81 | 0.99 | 0.28 |
| Hex | 6F | 1 | 8E | 16 | 63 | 0 | 2C | 11F | 63 | 1C |
| Octal | 157 | 1 | 216 | 26 | 143 | 0 | 54 | 437 | 143 | 34 |
| Binary | 1101111 | 1 | 10001110 | 10110 | 1100011 | 0 | 101100 | 100011111 | 1100011 | 11100 |
Color Harmonies of #6F018E
Complementary color
Monochromatic Colors of #6F018E
Black with #6F018E
Text Example
Text Example
White with #6F018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F018E; }
p { color: rgb(111,1,142); }
H1.HeaderClassName
{
color: #6F018E;
}
.AnyTagClassName
{
color: #6F018E;
}
</style>
background-color css
<style>
a { background-color: #6F018E; }
a { background-color: rgb(111,1,142); }
div.DivClassName
{
background-color: #6F018E;
}
.BgClassName
{
background-color: #6F018E;
}
</style>
border-color css
<style>
span { border-color: #6F018E; }
span { border-color: rgb(111,1,142); }
td.TdClassName
{
border-color: #6F018E;
}
.TagClassName
{
border-color: #6F018E;
}
</style>