Shades of Purple #6F006F
Tints of Purple #6F006F
RGB
CMYK
RGB Variations
Color information
#6F006F (or 0x6F006F) is known color: Purple. HEX triplet: 6F, 00 and 6F. RGB value is (111,0,111). Sum of RGB (Red+Green+Blue) = 111+0+111=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: red, blue. Hex color #6F006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F006F is #90FF90. Grayscale: #2D2D2D. Windows color (decimal): -9502609 or 7274607. OLE color: 7274607.
HSL color Cylindrical-coordinate representation of color #6F006F: hue angle of 300º 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 #6F006F is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 111 | - |
| CMYK | 0 | 1 | 0 | 0.56 |
| HSL | 300º | 1% | 0.22% | - |
| HSV(B) | 300º | 1% | 0.44% | - |
| XYZ | 9.42 | 4.53 | 15.42 | - |
| YUV | 45.84 | 164.77 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 111 | 0 | 1 | 0 | 0.56 | 300 | 1 | 0.22 |
| Hex | 6F | 0 | 6F | 0 | 64 | 0 | 38 | 12C | 64 | 16 |
| Octal | 157 | 0 | 157 | 0 | 144 | 0 | 70 | 454 | 144 | 26 |
| Binary | 1101111 | 0 | 1101111 | 0 | 1100100 | 0 | 111000 | 100101100 | 1100100 | 10110 |
Color Harmonies of #6F006F
Complementary color
Monochromatic Colors of #6F006F
Black with #6F006F
Text Example
Text Example
White with #6F006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F006F; }
p { color: rgb(111,0,111); }
H1.HeaderClassName
{
color: #6F006F;
}
.AnyTagClassName
{
color: #6F006F;
}
</style>
background-color css
<style>
a { background-color: #6F006F; }
a { background-color: rgb(111,0,111); }
div.DivClassName
{
background-color: #6F006F;
}
.BgClassName
{
background-color: #6F006F;
}
</style>
border-color css
<style>
span { border-color: #6F006F; }
span { border-color: rgb(111,0,111); }
td.TdClassName
{
border-color: #6F006F;
}
.TagClassName
{
border-color: #6F006F;
}
</style>