Shades of Purple #6F1073
Tints of Purple #6F1073
RGB
CMYK
RGB Variations
Color information
#6F1073 (or 0x6F1073) is known color: Purple. HEX triplet: 6F, 10 and 73. RGB value is (111,16,115). Sum of RGB (Red+Green+Blue) = 111+16+115=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F1073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1073 is #90EF8C. Grayscale: #373737. Windows color (decimal): -9498509 or 7540847. OLE color: 7540847.
HSL color Cylindrical-coordinate representation of color #6F1073: hue angle of 297.58º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F1073 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 16 | 115 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.55 |
| HSL | 297.58º | 0.76% | 0.26% | - |
| HSV(B) | 297.58º | 0.86% | 0.45% | - |
| XYZ | 9.84 | 4.99 | 16.66 | - |
| YUV | 55.69 | 161.47 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 115 | 0.03 | 0.86 | 0 | 0.55 | 297.58 | 0.76 | 0.26 |
| Hex | 6F | 10 | 73 | 3 | 56 | 0 | 37 | 12A | 4C | 1A |
| Octal | 157 | 20 | 163 | 3 | 126 | 0 | 67 | 452 | 114 | 32 |
| Binary | 1101111 | 10000 | 1110011 | 11 | 1010110 | 0 | 110111 | 100101010 | 1001100 | 11010 |
Color Harmonies of #6F1073
Complementary color
Monochromatic Colors of #6F1073
Black with #6F1073
Text Example
Text Example
White with #6F1073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1073; }
p { color: rgb(111,16,115); }
H1.HeaderClassName
{
color: #6F1073;
}
.AnyTagClassName
{
color: #6F1073;
}
</style>
background-color css
<style>
a { background-color: #6F1073; }
a { background-color: rgb(111,16,115); }
div.DivClassName
{
background-color: #6F1073;
}
.BgClassName
{
background-color: #6F1073;
}
</style>
border-color css
<style>
span { border-color: #6F1073; }
span { border-color: rgb(111,16,115); }
td.TdClassName
{
border-color: #6F1073;
}
.TagClassName
{
border-color: #6F1073;
}
</style>