Shades of Purple #6F0164
Tints of Purple #6F0164
RGB
CMYK
RGB Variations
Color information
#6F0164 (or 0x6F0164) is known color: Purple. HEX triplet: 6F, 01 and 64. RGB value is (111,1,100). Sum of RGB (Red+Green+Blue) = 111+1+100=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 100 (39.45% from 255 or 47.17% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0164 is #90FE9B. Grayscale: #2C2C2C. Windows color (decimal): -9502364 or 6553967. OLE color: 6553967.
HSL color Cylindrical-coordinate representation of color #6F0164: hue angle of 306º 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 #6F0164 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 1 | 100 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.56 |
| HSL | 306º | 0.98% | 0.22% | - |
| HSV(B) | 306º | 0.99% | 0.44% | - |
| XYZ | 8.87 | 4.32 | 12.42 | - |
| YUV | 45.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 100 | 0 | 0.99 | 0.10 | 0.56 | 306 | 0.98 | 0.22 |
| Hex | 6F | 1 | 64 | 0 | 63 | A | 38 | 132 | 62 | 16 |
| Octal | 157 | 1 | 144 | 0 | 143 | 12 | 70 | 462 | 142 | 26 |
| Binary | 1101111 | 1 | 1100100 | 0 | 1100011 | 1010 | 111000 | 100110010 | 1100010 | 10110 |
Color Harmonies of #6F0164
Complementary color
Monochromatic Colors of #6F0164
Black with #6F0164
Text Example
Text Example
White with #6F0164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0164; }
p { color: rgb(111,1,100); }
H1.HeaderClassName
{
color: #6F0164;
}
.AnyTagClassName
{
color: #6F0164;
}
</style>
background-color css
<style>
a { background-color: #6F0164; }
a { background-color: rgb(111,1,100); }
div.DivClassName
{
background-color: #6F0164;
}
.BgClassName
{
background-color: #6F0164;
}
</style>
border-color css
<style>
span { border-color: #6F0164; }
span { border-color: rgb(111,1,100); }
td.TdClassName
{
border-color: #6F0164;
}
.TagClassName
{
border-color: #6F0164;
}
</style>