Shades of Purple #6F0774
Tints of Purple #6F0774
RGB
CMYK
RGB Variations
Color information
#6F0774 (or 0x6F0774) is known color: Purple. HEX triplet: 6F, 07 and 74. RGB value is (111,7,116). Sum of RGB (Red+Green+Blue) = 111+7+116=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #6F0774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0774 is #90F88B. Grayscale: #323232. Windows color (decimal): -9500812 or 7604079. OLE color: 7604079.
HSL color Cylindrical-coordinate representation of color #6F0774: hue angle of 297.25º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0774 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 7 | 116 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.55 |
| HSL | 297.25º | 0.89% | 0.24% | - |
| HSV(B) | 297.25º | 0.94% | 0.45% | - |
| XYZ | 9.78 | 4.79 | 16.93 | - |
| YUV | 50.52 | 164.96 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 116 | 0.04 | 0.94 | 0 | 0.55 | 297.25 | 0.89 | 0.24 |
| Hex | 6F | 7 | 74 | 4 | 5E | 0 | 37 | 129 | 59 | 18 |
| Octal | 157 | 7 | 164 | 4 | 136 | 0 | 67 | 451 | 131 | 30 |
| Binary | 1101111 | 111 | 1110100 | 100 | 1011110 | 0 | 110111 | 100101001 | 1011001 | 11000 |
Color Harmonies of #6F0774
Complementary color
Monochromatic Colors of #6F0774
Black with #6F0774
Text Example
Text Example
White with #6F0774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0774; }
p { color: rgb(111,7,116); }
H1.HeaderClassName
{
color: #6F0774;
}
.AnyTagClassName
{
color: #6F0774;
}
</style>
background-color css
<style>
a { background-color: #6F0774; }
a { background-color: rgb(111,7,116); }
div.DivClassName
{
background-color: #6F0774;
}
.BgClassName
{
background-color: #6F0774;
}
</style>
border-color css
<style>
span { border-color: #6F0774; }
span { border-color: rgb(111,7,116); }
td.TdClassName
{
border-color: #6F0774;
}
.TagClassName
{
border-color: #6F0774;
}
</style>