Shades of Purple #6F006C
Tints of Purple #6F006C
RGB
CMYK
RGB Variations
Color information
#6F006C (or 0x6F006C) is known color: Purple. HEX triplet: 6F, 00 and 6C. RGB value is (111,0,108). Sum of RGB (Red+Green+Blue) = 111+0+108=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F006C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F006C is #90FF93. Grayscale: #2D2D2D. Windows color (decimal): -9502612 or 7077999. OLE color: 7077999.
HSL color Cylindrical-coordinate representation of color #6F006C: hue angle of 301.62º 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 #6F006C is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.03 | 0.56 |
| HSL | 301.62º | 1% | 0.22% | - |
| HSV(B) | 301.62º | 1% | 0.44% | - |
| XYZ | 9.26 | 4.46 | 14.56 | - |
| YUV | 45.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 108 | 0 | 1 | 0.03 | 0.56 | 301.62 | 1 | 0.22 |
| Hex | 6F | 0 | 6C | 0 | 64 | 3 | 38 | 12E | 64 | 16 |
| Octal | 157 | 0 | 154 | 0 | 144 | 3 | 70 | 456 | 144 | 26 |
| Binary | 1101111 | 0 | 1101100 | 0 | 1100100 | 11 | 111000 | 100101110 | 1100100 | 10110 |
Color Harmonies of #6F006C
Complementary color
Monochromatic Colors of #6F006C
Black with #6F006C
Text Example
Text Example
White with #6F006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F006C; }
p { color: rgb(111,0,108); }
H1.HeaderClassName
{
color: #6F006C;
}
.AnyTagClassName
{
color: #6F006C;
}
</style>
background-color css
<style>
a { background-color: #6F006C; }
a { background-color: rgb(111,0,108); }
div.DivClassName
{
background-color: #6F006C;
}
.BgClassName
{
background-color: #6F006C;
}
</style>
border-color css
<style>
span { border-color: #6F006C; }
span { border-color: rgb(111,0,108); }
td.TdClassName
{
border-color: #6F006C;
}
.TagClassName
{
border-color: #6F006C;
}
</style>