Shades of Purple #6F0073
Tints of Purple #6F0073
RGB
CMYK
RGB Variations
Color information
#6F0073 (or 0x6F0073) is known color: Purple. HEX triplet: 6F, 00 and 73. RGB value is (111,0,115). Sum of RGB (Red+Green+Blue) = 111+0+115=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F0073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0073 is #90FF8C. Grayscale: #2D2D2D. Windows color (decimal): -9502605 or 7536751. OLE color: 7536751.
HSL color Cylindrical-coordinate representation of color #6F0073: hue angle of 297.91º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0073 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 0 | 115 | - |
| CMYK | 0.03 | 1 | 0 | 0.55 |
| HSL | 297.91º | 1% | 0.23% | - |
| HSV(B) | 297.91º | 1% | 0.45% | - |
| XYZ | 9.65 | 4.62 | 16.6 | - |
| YUV | 46.3 | 166.77 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 115 | 0.03 | 1 | 0 | 0.55 | 297.91 | 1 | 0.23 |
| Hex | 6F | 0 | 73 | 3 | 64 | 0 | 37 | 12A | 64 | 17 |
| Octal | 157 | 0 | 163 | 3 | 144 | 0 | 67 | 452 | 144 | 27 |
| Binary | 1101111 | 0 | 1110011 | 11 | 1100100 | 0 | 110111 | 100101010 | 1100100 | 10111 |
Color Harmonies of #6F0073
Complementary color
Monochromatic Colors of #6F0073
Black with #6F0073
Text Example
Text Example
White with #6F0073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0073; }
p { color: rgb(111,0,115); }
H1.HeaderClassName
{
color: #6F0073;
}
.AnyTagClassName
{
color: #6F0073;
}
</style>
background-color css
<style>
a { background-color: #6F0073; }
a { background-color: rgb(111,0,115); }
div.DivClassName
{
background-color: #6F0073;
}
.BgClassName
{
background-color: #6F0073;
}
</style>
border-color css
<style>
span { border-color: #6F0073; }
span { border-color: rgb(111,0,115); }
td.TdClassName
{
border-color: #6F0073;
}
.TagClassName
{
border-color: #6F0073;
}
</style>