Shades of Purple #760767
Tints of Purple #760767
RGB
CMYK
RGB Variations
Color information
#760767 (or 0x760767) is known color: Purple. HEX triplet: 76, 07 and 67. RGB value is (118,7,103). Sum of RGB (Red+Green+Blue) = 118+7+103=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 103 (40.62% from 255 or 45.18% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #760767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760767 is #89F898. Grayscale: #323232. Windows color (decimal): -9042073 or 6752118. OLE color: 6752118.
HSL color Cylindrical-coordinate representation of color #760767: hue angle of 308.11º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760767 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 7 | 103 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.54 |
| HSL | 308.11º | 0.89% | 0.25% | - |
| HSV(B) | 308.11º | 0.94% | 0.46% | - |
| XYZ | 10 | 4.98 | 13.27 | - |
| YUV | 51.13 | 157.27 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 103 | 0 | 0.94 | 0.13 | 0.54 | 308.11 | 0.89 | 0.25 |
| Hex | 76 | 7 | 67 | 0 | 5E | D | 36 | 134 | 59 | 19 |
| Octal | 166 | 7 | 147 | 0 | 136 | 15 | 66 | 464 | 131 | 31 |
| Binary | 1110110 | 111 | 1100111 | 0 | 1011110 | 1101 | 110110 | 100110100 | 1011001 | 11001 |
Color Harmonies of #760767
Complementary color
Monochromatic Colors of #760767
Black with #760767
Text Example
Text Example
White with #760767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760767; }
p { color: rgb(118,7,103); }
H1.HeaderClassName
{
color: #760767;
}
.AnyTagClassName
{
color: #760767;
}
</style>
background-color css
<style>
a { background-color: #760767; }
a { background-color: rgb(118,7,103); }
div.DivClassName
{
background-color: #760767;
}
.BgClassName
{
background-color: #760767;
}
</style>
border-color css
<style>
span { border-color: #760767; }
span { border-color: rgb(118,7,103); }
td.TdClassName
{
border-color: #760767;
}
.TagClassName
{
border-color: #760767;
}
</style>