Shades of Purple #6F018D
Tints of Purple #6F018D
RGB
CMYK
RGB Variations
Color information
#6F018D (or 0x6F018D) is known color: Purple. HEX triplet: 6F, 01 and 8D. RGB value is (111,1,141). Sum of RGB (Red+Green+Blue) = 111+1+141=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F018D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F018D is #90FE72. Grayscale: #313131. Windows color (decimal): -9502323 or 9240943. OLE color: 9240943.
HSL color Cylindrical-coordinate representation of color #6F018D: hue angle of 287.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F018D is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 1 | 141 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.45 |
| HSL | 287.14º | 0.99% | 0.28% | - |
| HSV(B) | 287.14º | 0.99% | 0.55% | - |
| XYZ | 11.37 | 5.32 | 25.63 | - |
| YUV | 49.85 | 179.44 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 141 | 0.21 | 0.99 | 0 | 0.45 | 287.14 | 0.99 | 0.28 |
| Hex | 6F | 1 | 8D | 15 | 63 | 0 | 2D | 11F | 63 | 1C |
| Octal | 157 | 1 | 215 | 25 | 143 | 0 | 55 | 437 | 143 | 34 |
| Binary | 1101111 | 1 | 10001101 | 10101 | 1100011 | 0 | 101101 | 100011111 | 1100011 | 11100 |
Color Harmonies of #6F018D
Complementary color
Monochromatic Colors of #6F018D
Black with #6F018D
Text Example
Text Example
White with #6F018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F018D; }
p { color: rgb(111,1,141); }
H1.HeaderClassName
{
color: #6F018D;
}
.AnyTagClassName
{
color: #6F018D;
}
</style>
background-color css
<style>
a { background-color: #6F018D; }
a { background-color: rgb(111,1,141); }
div.DivClassName
{
background-color: #6F018D;
}
.BgClassName
{
background-color: #6F018D;
}
</style>
border-color css
<style>
span { border-color: #6F018D; }
span { border-color: rgb(111,1,141); }
td.TdClassName
{
border-color: #6F018D;
}
.TagClassName
{
border-color: #6F018D;
}
</style>