Shades of Purple #6F0169
Tints of Purple #6F0169
RGB
CMYK
RGB Variations
Color information
#6F0169 (or 0x6F0169) is known color: Purple. HEX triplet: 6F, 01 and 69. RGB value is (111,1,105). Sum of RGB (Red+Green+Blue) = 111+1+105=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0169 is #90FE96. Grayscale: #2D2D2D. Windows color (decimal): -9502359 or 6881647. OLE color: 6881647.
HSL color Cylindrical-coordinate representation of color #6F0169: hue angle of 303.27º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F0169 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 1 | 105 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.56 |
| HSL | 303.27º | 0.98% | 0.22% | - |
| HSV(B) | 303.27º | 0.99% | 0.44% | - |
| XYZ | 9.12 | 4.42 | 13.74 | - |
| YUV | 45.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 105 | 0 | 0.99 | 0.05 | 0.56 | 303.27 | 0.98 | 0.22 |
| Hex | 6F | 1 | 69 | 0 | 63 | 5 | 38 | 12F | 62 | 16 |
| Octal | 157 | 1 | 151 | 0 | 143 | 5 | 70 | 457 | 142 | 26 |
| Binary | 1101111 | 1 | 1101001 | 0 | 1100011 | 101 | 111000 | 100101111 | 1100010 | 10110 |
Color Harmonies of #6F0169
Complementary color
Monochromatic Colors of #6F0169
Black with #6F0169
Text Example
Text Example
White with #6F0169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0169; }
p { color: rgb(111,1,105); }
H1.HeaderClassName
{
color: #6F0169;
}
.AnyTagClassName
{
color: #6F0169;
}
</style>
background-color css
<style>
a { background-color: #6F0169; }
a { background-color: rgb(111,1,105); }
div.DivClassName
{
background-color: #6F0169;
}
.BgClassName
{
background-color: #6F0169;
}
</style>
border-color css
<style>
span { border-color: #6F0169; }
span { border-color: rgb(111,1,105); }
td.TdClassName
{
border-color: #6F0169;
}
.TagClassName
{
border-color: #6F0169;
}
</style>