Shades of Purple #6F0069
Tints of Purple #6F0069
RGB
CMYK
RGB Variations
Color information
#6F0069 (or 0x6F0069) is known color: Purple. HEX triplet: 6F, 00 and 69. RGB value is (111,0,105). Sum of RGB (Red+Green+Blue) = 111+0+105=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0069 is #90FF96. Grayscale: #2C2C2C. Windows color (decimal): -9502615 or 6881391. OLE color: 6881391.
HSL color Cylindrical-coordinate representation of color #6F0069: hue angle of 303.24º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0069 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.05 | 0.56 |
| HSL | 303.24º | 1% | 0.22% | - |
| HSV(B) | 303.24º | 1% | 0.44% | - |
| XYZ | 9.11 | 4.4 | 13.73 | - |
| YUV | 45.16 | 161.77 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 105 | 0 | 1 | 0.05 | 0.56 | 303.24 | 1 | 0.22 |
| Hex | 6F | 0 | 69 | 0 | 64 | 5 | 38 | 12F | 64 | 16 |
| Octal | 157 | 0 | 151 | 0 | 144 | 5 | 70 | 457 | 144 | 26 |
| Binary | 1101111 | 0 | 1101001 | 0 | 1100100 | 101 | 111000 | 100101111 | 1100100 | 10110 |
Color Harmonies of #6F0069
Complementary color
Monochromatic Colors of #6F0069
Black with #6F0069
Text Example
Text Example
White with #6F0069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0069; }
p { color: rgb(111,0,105); }
H1.HeaderClassName
{
color: #6F0069;
}
.AnyTagClassName
{
color: #6F0069;
}
</style>
background-color css
<style>
a { background-color: #6F0069; }
a { background-color: rgb(111,0,105); }
div.DivClassName
{
background-color: #6F0069;
}
.BgClassName
{
background-color: #6F0069;
}
</style>
border-color css
<style>
span { border-color: #6F0069; }
span { border-color: rgb(111,0,105); }
td.TdClassName
{
border-color: #6F0069;
}
.TagClassName
{
border-color: #6F0069;
}
</style>