Shades of Purple #6F158D
Tints of Purple #6F158D
RGB
CMYK
RGB Variations
Color information
#6F158D (or 0x6F158D) is known color: Purple. HEX triplet: 6F, 15 and 8D. RGB value is (111,21,141). Sum of RGB (Red+Green+Blue) = 111+21+141=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F158D is #90EA72. Grayscale: #3D3D3D. Windows color (decimal): -9497203 or 9246063. OLE color: 9246063.
HSL color Cylindrical-coordinate representation of color #6F158D: hue angle of 285º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F158D is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 21 | 141 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.45 |
| HSL | 285º | 0.74% | 0.32% | - |
| HSV(B) | 285º | 0.85% | 0.55% | - |
| XYZ | 11.63 | 5.84 | 25.71 | - |
| YUV | 61.59 | 172.82 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 21 | 141 | 0.21 | 0.85 | 0 | 0.45 | 285 | 0.74 | 0.32 |
| Hex | 6F | 15 | 8D | 15 | 55 | 0 | 2D | 11D | 4A | 20 |
| Octal | 157 | 25 | 215 | 25 | 125 | 0 | 55 | 435 | 112 | 40 |
| Binary | 1101111 | 10101 | 10001101 | 10101 | 1010101 | 0 | 101101 | 100011101 | 1001010 | 100000 |
Color Harmonies of #6F158D
Complementary color
Monochromatic Colors of #6F158D
Black with #6F158D
Text Example
Text Example
White with #6F158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F158D; }
p { color: rgb(111,21,141); }
H1.HeaderClassName
{
color: #6F158D;
}
.AnyTagClassName
{
color: #6F158D;
}
</style>
background-color css
<style>
a { background-color: #6F158D; }
a { background-color: rgb(111,21,141); }
div.DivClassName
{
background-color: #6F158D;
}
.BgClassName
{
background-color: #6F158D;
}
</style>
border-color css
<style>
span { border-color: #6F158D; }
span { border-color: rgb(111,21,141); }
td.TdClassName
{
border-color: #6F158D;
}
.TagClassName
{
border-color: #6F158D;
}
</style>