Shades of Purple #6F0374
Tints of Purple #6F0374
RGB
CMYK
RGB Variations
Color information
#6F0374 (or 0x6F0374) is known color: Purple. HEX triplet: 6F, 03 and 74. RGB value is (111,3,116). Sum of RGB (Red+Green+Blue) = 111+3+116=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #6F0374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0374 is #90FC8B. Grayscale: #2F2F2F. Windows color (decimal): -9501836 or 7603055. OLE color: 7603055.
HSL color Cylindrical-coordinate representation of color #6F0374: hue angle of 297.35º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F0374 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 3 | 116 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.55 |
| HSL | 297.35º | 0.95% | 0.23% | - |
| HSV(B) | 297.35º | 0.97% | 0.45% | - |
| XYZ | 9.74 | 4.71 | 16.92 | - |
| YUV | 48.17 | 166.28 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 116 | 0.04 | 0.97 | 0 | 0.55 | 297.35 | 0.95 | 0.23 |
| Hex | 6F | 3 | 74 | 4 | 61 | 0 | 37 | 129 | 5F | 17 |
| Octal | 157 | 3 | 164 | 4 | 141 | 0 | 67 | 451 | 137 | 27 |
| Binary | 1101111 | 11 | 1110100 | 100 | 1100001 | 0 | 110111 | 100101001 | 1011111 | 10111 |
Color Harmonies of #6F0374
Complementary color
Monochromatic Colors of #6F0374
Black with #6F0374
Text Example
Text Example
White with #6F0374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0374; }
p { color: rgb(111,3,116); }
H1.HeaderClassName
{
color: #6F0374;
}
.AnyTagClassName
{
color: #6F0374;
}
</style>
background-color css
<style>
a { background-color: #6F0374; }
a { background-color: rgb(111,3,116); }
div.DivClassName
{
background-color: #6F0374;
}
.BgClassName
{
background-color: #6F0374;
}
</style>
border-color css
<style>
span { border-color: #6F0374; }
span { border-color: rgb(111,3,116); }
td.TdClassName
{
border-color: #6F0374;
}
.TagClassName
{
border-color: #6F0374;
}
</style>