Shades of Purple #6F0765
Tints of Purple #6F0765
RGB
CMYK
RGB Variations
Color information
#6F0765 (or 0x6F0765) is known color: Purple. HEX triplet: 6F, 07 and 65. RGB value is (111,7,101). Sum of RGB (Red+Green+Blue) = 111+7+101=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0765 is #90F89A. Grayscale: #303030. Windows color (decimal): -9500827 or 6621039. OLE color: 6621039.
HSL color Cylindrical-coordinate representation of color #6F0765: hue angle of 305.77º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0765 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 7 | 101 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.56 |
| HSL | 305.77º | 0.88% | 0.23% | - |
| HSV(B) | 305.77º | 0.94% | 0.44% | - |
| XYZ | 8.98 | 4.47 | 12.7 | - |
| YUV | 48.81 | 157.46 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 101 | 0 | 0.94 | 0.09 | 0.56 | 305.77 | 0.88 | 0.23 |
| Hex | 6F | 7 | 65 | 0 | 5E | 9 | 38 | 132 | 58 | 17 |
| Octal | 157 | 7 | 145 | 0 | 136 | 11 | 70 | 462 | 130 | 27 |
| Binary | 1101111 | 111 | 1100101 | 0 | 1011110 | 1001 | 111000 | 100110010 | 1011000 | 10111 |
Color Harmonies of #6F0765
Complementary color
Monochromatic Colors of #6F0765
Black with #6F0765
Text Example
Text Example
White with #6F0765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0765; }
p { color: rgb(111,7,101); }
H1.HeaderClassName
{
color: #6F0765;
}
.AnyTagClassName
{
color: #6F0765;
}
</style>
background-color css
<style>
a { background-color: #6F0765; }
a { background-color: rgb(111,7,101); }
div.DivClassName
{
background-color: #6F0765;
}
.BgClassName
{
background-color: #6F0765;
}
</style>
border-color css
<style>
span { border-color: #6F0765; }
span { border-color: rgb(111,7,101); }
td.TdClassName
{
border-color: #6F0765;
}
.TagClassName
{
border-color: #6F0765;
}
</style>