Shades of Purple #6F006A
Tints of Purple #6F006A
RGB
CMYK
RGB Variations
Color information
#6F006A (or 0x6F006A) is known color: Purple. HEX triplet: 6F, 00 and 6A. RGB value is (111,0,106). Sum of RGB (Red+Green+Blue) = 111+0+106=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F006A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F006A is #90FF95. Grayscale: #2C2C2C. Windows color (decimal): -9502614 or 6946927. OLE color: 6946927.
HSL color Cylindrical-coordinate representation of color #6F006A: hue angle of 302.7º 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 #6F006A is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 106 | - |
| CMYK | 0 | 1 | 0.05 | 0.56 |
| HSL | 302.7º | 1% | 0.22% | - |
| HSV(B) | 302.7º | 1% | 0.44% | - |
| XYZ | 9.16 | 4.42 | 14.01 | - |
| YUV | 45.27 | 162.27 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 106 | 0 | 1 | 0.05 | 0.56 | 302.7 | 1 | 0.22 |
| Hex | 6F | 0 | 6A | 0 | 64 | 5 | 38 | 12F | 64 | 16 |
| Octal | 157 | 0 | 152 | 0 | 144 | 5 | 70 | 457 | 144 | 26 |
| Binary | 1101111 | 0 | 1101010 | 0 | 1100100 | 101 | 111000 | 100101111 | 1100100 | 10110 |
Color Harmonies of #6F006A
Complementary color
Monochromatic Colors of #6F006A
Black with #6F006A
Text Example
Text Example
White with #6F006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F006A; }
p { color: rgb(111,0,106); }
H1.HeaderClassName
{
color: #6F006A;
}
.AnyTagClassName
{
color: #6F006A;
}
</style>
background-color css
<style>
a { background-color: #6F006A; }
a { background-color: rgb(111,0,106); }
div.DivClassName
{
background-color: #6F006A;
}
.BgClassName
{
background-color: #6F006A;
}
</style>
border-color css
<style>
span { border-color: #6F006A; }
span { border-color: rgb(111,0,106); }
td.TdClassName
{
border-color: #6F006A;
}
.TagClassName
{
border-color: #6F006A;
}
</style>