Shades of Purple #6F0A74
Tints of Purple #6F0A74
RGB
CMYK
RGB Variations
Color information
#6F0A74 (or 0x6F0A74) is known color: Purple. HEX triplet: 6F, 0A and 74. RGB value is (111,10,116). Sum of RGB (Red+Green+Blue) = 111+10+116=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #6F0A74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0A74 is #90F58B. Grayscale: #333333. Windows color (decimal): -9500044 or 7604847. OLE color: 7604847.
HSL color Cylindrical-coordinate representation of color #6F0A74: hue angle of 297.17º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F0A74 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 10 | 116 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.55 |
| HSL | 297.17º | 0.84% | 0.25% | - |
| HSV(B) | 297.17º | 0.91% | 0.45% | - |
| XYZ | 9.82 | 4.86 | 16.94 | - |
| YUV | 52.28 | 163.96 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 10 | 116 | 0.04 | 0.91 | 0 | 0.55 | 297.17 | 0.84 | 0.25 |
| Hex | 6F | A | 74 | 4 | 5B | 0 | 37 | 129 | 54 | 19 |
| Octal | 157 | 12 | 164 | 4 | 133 | 0 | 67 | 451 | 124 | 31 |
| Binary | 1101111 | 1010 | 1110100 | 100 | 1011011 | 0 | 110111 | 100101001 | 1010100 | 11001 |
Color Harmonies of #6F0A74
Complementary color
Monochromatic Colors of #6F0A74
Black with #6F0A74
Text Example
Text Example
White with #6F0A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0A74; }
p { color: rgb(111,10,116); }
H1.HeaderClassName
{
color: #6F0A74;
}
.AnyTagClassName
{
color: #6F0A74;
}
</style>
background-color css
<style>
a { background-color: #6F0A74; }
a { background-color: rgb(111,10,116); }
div.DivClassName
{
background-color: #6F0A74;
}
.BgClassName
{
background-color: #6F0A74;
}
</style>
border-color css
<style>
span { border-color: #6F0A74; }
span { border-color: rgb(111,10,116); }
td.TdClassName
{
border-color: #6F0A74;
}
.TagClassName
{
border-color: #6F0A74;
}
</style>