Shades of Purple #6F0072
Tints of Purple #6F0072
RGB
CMYK
RGB Variations
Color information
#6F0072 (or 0x6F0072) is known color: Purple. HEX triplet: 6F, 00 and 72. RGB value is (111,0,114). Sum of RGB (Red+Green+Blue) = 111+0+114=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F0072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0072 is #90FF8D. Grayscale: #2D2D2D. Windows color (decimal): -9502606 or 7471215. OLE color: 7471215.
HSL color Cylindrical-coordinate representation of color #6F0072: hue angle of 298.42º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0072 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 0 | 114 | - |
| CMYK | 0.03 | 1 | 0 | 0.55 |
| HSL | 298.42º | 1% | 0.22% | - |
| HSV(B) | 298.42º | 1% | 0.45% | - |
| XYZ | 9.59 | 4.59 | 16.3 | - |
| YUV | 46.19 | 166.27 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 114 | 0.03 | 1 | 0 | 0.55 | 298.42 | 1 | 0.22 |
| Hex | 6F | 0 | 72 | 3 | 64 | 0 | 37 | 12A | 64 | 16 |
| Octal | 157 | 0 | 162 | 3 | 144 | 0 | 67 | 452 | 144 | 26 |
| Binary | 1101111 | 0 | 1110010 | 11 | 1100100 | 0 | 110111 | 100101010 | 1100100 | 10110 |
Color Harmonies of #6F0072
Complementary color
Monochromatic Colors of #6F0072
Black with #6F0072
Text Example
Text Example
White with #6F0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0072; }
p { color: rgb(111,0,114); }
H1.HeaderClassName
{
color: #6F0072;
}
.AnyTagClassName
{
color: #6F0072;
}
</style>
background-color css
<style>
a { background-color: #6F0072; }
a { background-color: rgb(111,0,114); }
div.DivClassName
{
background-color: #6F0072;
}
.BgClassName
{
background-color: #6F0072;
}
</style>
border-color css
<style>
span { border-color: #6F0072; }
span { border-color: rgb(111,0,114); }
td.TdClassName
{
border-color: #6F0072;
}
.TagClassName
{
border-color: #6F0072;
}
</style>