Shades of Purple #760068
Tints of Purple #760068
RGB
CMYK
RGB Variations
Color information
#760068 (or 0x760068) is known color: Purple. HEX triplet: 76, 00 and 68. RGB value is (118,0,104). Sum of RGB (Red+Green+Blue) = 118+0+104=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #760068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760068 is #89FF97. Grayscale: #2E2E2E. Windows color (decimal): -9043864 or 6815862. OLE color: 6815862.
HSL color Cylindrical-coordinate representation of color #760068: hue angle of 307.12º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760068 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 0 | 104 | - |
| CMYK | 0 | 1 | 0.12 | 0.54 |
| HSL | 307.12º | 1% | 0.23% | - |
| HSV(B) | 307.12º | 1% | 0.46% | - |
| XYZ | 9.97 | 4.85 | 13.51 | - |
| YUV | 47.14 | 160.09 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 104 | 0 | 1 | 0.12 | 0.54 | 307.12 | 1 | 0.23 |
| Hex | 76 | 0 | 68 | 0 | 64 | C | 36 | 133 | 64 | 17 |
| Octal | 166 | 0 | 150 | 0 | 144 | 14 | 66 | 463 | 144 | 27 |
| Binary | 1110110 | 0 | 1101000 | 0 | 1100100 | 1100 | 110110 | 100110011 | 1100100 | 10111 |
Color Harmonies of #760068
Complementary color
Monochromatic Colors of #760068
Black with #760068
Text Example
Text Example
White with #760068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760068; }
p { color: rgb(118,0,104); }
H1.HeaderClassName
{
color: #760068;
}
.AnyTagClassName
{
color: #760068;
}
</style>
background-color css
<style>
a { background-color: #760068; }
a { background-color: rgb(118,0,104); }
div.DivClassName
{
background-color: #760068;
}
.BgClassName
{
background-color: #760068;
}
</style>
border-color css
<style>
span { border-color: #760068; }
span { border-color: rgb(118,0,104); }
td.TdClassName
{
border-color: #760068;
}
.TagClassName
{
border-color: #760068;
}
</style>