Shades of Purple #6F005F
Tints of Purple #6F005F
RGB
CMYK
RGB Variations
Color information
#6F005F (or 0x6F005F) is known color: Purple. HEX triplet: 6F, 00 and 5F. RGB value is (111,0,95). Sum of RGB (Red+Green+Blue) = 111+0+95=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F005F is #90FFA0. Grayscale: #2B2B2B. Windows color (decimal): -9502625 or 6226031. OLE color: 6226031.
HSL color Cylindrical-coordinate representation of color #6F005F: hue angle of 308.65º 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 #6F005F is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.14 | 0.56 |
| HSL | 308.65º | 1% | 0.22% | - |
| HSV(B) | 308.65º | 1% | 0.44% | - |
| XYZ | 8.62 | 4.21 | 11.18 | - |
| YUV | 44.02 | 156.77 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 95 | 0 | 1 | 0.14 | 0.56 | 308.65 | 1 | 0.22 |
| Hex | 6F | 0 | 5F | 0 | 64 | E | 38 | 135 | 64 | 16 |
| Octal | 157 | 0 | 137 | 0 | 144 | 16 | 70 | 465 | 144 | 26 |
| Binary | 1101111 | 0 | 1011111 | 0 | 1100100 | 1110 | 111000 | 100110101 | 1100100 | 10110 |
Color Harmonies of #6F005F
Complementary color
Monochromatic Colors of #6F005F
Black with #6F005F
Text Example
Text Example
White with #6F005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F005F; }
p { color: rgb(111,0,95); }
H1.HeaderClassName
{
color: #6F005F;
}
.AnyTagClassName
{
color: #6F005F;
}
</style>
background-color css
<style>
a { background-color: #6F005F; }
a { background-color: rgb(111,0,95); }
div.DivClassName
{
background-color: #6F005F;
}
.BgClassName
{
background-color: #6F005F;
}
</style>
border-color css
<style>
span { border-color: #6F005F; }
span { border-color: rgb(111,0,95); }
td.TdClassName
{
border-color: #6F005F;
}
.TagClassName
{
border-color: #6F005F;
}
</style>