Shades of Purple #750767
Tints of Purple #750767
RGB
CMYK
RGB Variations
Color information
#750767 (or 0x750767) is known color: Purple. HEX triplet: 75, 07 and 67. RGB value is (117,7,103). Sum of RGB (Red+Green+Blue) = 117+7+103=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #750767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750767 is #8AF898. Grayscale: #323232. Windows color (decimal): -9107609 or 6752117. OLE color: 6752117.
HSL color Cylindrical-coordinate representation of color #750767: hue angle of 307.64º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750767 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 7 | 103 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.54 |
| HSL | 307.64º | 0.89% | 0.24% | - |
| HSV(B) | 307.64º | 0.94% | 0.46% | - |
| XYZ | 9.86 | 4.91 | 13.26 | - |
| YUV | 50.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 7 | 103 | 0 | 0.94 | 0.12 | 0.54 | 307.64 | 0.89 | 0.24 |
| Hex | 75 | 7 | 67 | 0 | 5E | C | 36 | 134 | 59 | 18 |
| Octal | 165 | 7 | 147 | 0 | 136 | 14 | 66 | 464 | 131 | 30 |
| Binary | 1110101 | 111 | 1100111 | 0 | 1011110 | 1100 | 110110 | 100110100 | 1011001 | 11000 |
Color Harmonies of #750767
Complementary color
Monochromatic Colors of #750767
Black with #750767
Text Example
Text Example
White with #750767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750767; }
p { color: rgb(117,7,103); }
H1.HeaderClassName
{
color: #750767;
}
.AnyTagClassName
{
color: #750767;
}
</style>
background-color css
<style>
a { background-color: #750767; }
a { background-color: rgb(117,7,103); }
div.DivClassName
{
background-color: #750767;
}
.BgClassName
{
background-color: #750767;
}
</style>
border-color css
<style>
span { border-color: #750767; }
span { border-color: rgb(117,7,103); }
td.TdClassName
{
border-color: #750767;
}
.TagClassName
{
border-color: #750767;
}
</style>