Shades of Purple #6F147B
Tints of Purple #6F147B
RGB
CMYK
RGB Variations
Color information
#6F147B (or 0x6F147B) is known color: Purple. HEX triplet: 6F, 14 and 7B. RGB value is (111,20,123). Sum of RGB (Red+Green+Blue) = 111+20+123=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F147B is #90EB84. Grayscale: #3A3A3A. Windows color (decimal): -9497477 or 8066159. OLE color: 8066159.
HSL color Cylindrical-coordinate representation of color #6F147B: hue angle of 293.01º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F147B is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 20 | 123 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.52 |
| HSL | 293.01º | 0.72% | 0.28% | - |
| HSV(B) | 293.01º | 0.84% | 0.48% | - |
| XYZ | 10.38 | 5.31 | 19.22 | - |
| YUV | 58.95 | 164.15 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 20 | 123 | 0.10 | 0.84 | 0 | 0.52 | 293.01 | 0.72 | 0.28 |
| Hex | 6F | 14 | 7B | A | 54 | 0 | 34 | 125 | 48 | 1C |
| Octal | 157 | 24 | 173 | 12 | 124 | 0 | 64 | 445 | 110 | 34 |
| Binary | 1101111 | 10100 | 1111011 | 1010 | 1010100 | 0 | 110100 | 100100101 | 1001000 | 11100 |
Color Harmonies of #6F147B
Complementary color
Monochromatic Colors of #6F147B
Black with #6F147B
Text Example
Text Example
White with #6F147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F147B; }
p { color: rgb(111,20,123); }
H1.HeaderClassName
{
color: #6F147B;
}
.AnyTagClassName
{
color: #6F147B;
}
</style>
background-color css
<style>
a { background-color: #6F147B; }
a { background-color: rgb(111,20,123); }
div.DivClassName
{
background-color: #6F147B;
}
.BgClassName
{
background-color: #6F147B;
}
</style>
border-color css
<style>
span { border-color: #6F147B; }
span { border-color: rgb(111,20,123); }
td.TdClassName
{
border-color: #6F147B;
}
.TagClassName
{
border-color: #6F147B;
}
</style>