Shades of Purple #6F127B
Tints of Purple #6F127B
RGB
CMYK
RGB Variations
Color information
#6F127B (or 0x6F127B) is known color: Purple. HEX triplet: 6F, 12 and 7B. RGB value is (111,18,123). Sum of RGB (Red+Green+Blue) = 111+18+123=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F127B is #90ED84. Grayscale: #393939. Windows color (decimal): -9497989 or 8065647. OLE color: 8065647.
HSL color Cylindrical-coordinate representation of color #6F127B: hue angle of 293.14º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F127B is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 18 | 123 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.52 |
| HSL | 293.14º | 0.74% | 0.28% | - |
| HSV(B) | 293.14º | 0.85% | 0.48% | - |
| XYZ | 10.35 | 5.24 | 19.21 | - |
| YUV | 57.78 | 164.81 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 123 | 0.10 | 0.85 | 0 | 0.52 | 293.14 | 0.74 | 0.28 |
| Hex | 6F | 12 | 7B | A | 55 | 0 | 34 | 125 | 4A | 1C |
| Octal | 157 | 22 | 173 | 12 | 125 | 0 | 64 | 445 | 112 | 34 |
| Binary | 1101111 | 10010 | 1111011 | 1010 | 1010101 | 0 | 110100 | 100100101 | 1001010 | 11100 |
Color Harmonies of #6F127B
Complementary color
Monochromatic Colors of #6F127B
Black with #6F127B
Text Example
Text Example
White with #6F127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F127B; }
p { color: rgb(111,18,123); }
H1.HeaderClassName
{
color: #6F127B;
}
.AnyTagClassName
{
color: #6F127B;
}
</style>
background-color css
<style>
a { background-color: #6F127B; }
a { background-color: rgb(111,18,123); }
div.DivClassName
{
background-color: #6F127B;
}
.BgClassName
{
background-color: #6F127B;
}
</style>
border-color css
<style>
span { border-color: #6F127B; }
span { border-color: rgb(111,18,123); }
td.TdClassName
{
border-color: #6F127B;
}
.TagClassName
{
border-color: #6F127B;
}
</style>