Shades of Dark Purple #760F68
Tints of Dark Purple #760F68
RGB
CMYK
RGB Variations
Color information
#760F68 (or 0x760F68) is known color: Dark Purple. HEX triplet: 76, 0F and 68. RGB value is (118,15,104). Sum of RGB (Red+Green+Blue) = 118+15+104=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #760F68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760F68 is #89F097. Grayscale: #373737. Windows color (decimal): -9040024 or 6819702. OLE color: 6819702.
HSL color Cylindrical-coordinate representation of color #760F68: hue angle of 308.16º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #760F68 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 15 | 104 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.54 |
| HSL | 308.16º | 0.77% | 0.26% | - |
| HSV(B) | 308.16º | 0.87% | 0.46% | - |
| XYZ | 10.14 | 5.19 | 13.56 | - |
| YUV | 55.94 | 155.12 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 104 | 0 | 0.87 | 0.12 | 0.54 | 308.16 | 0.77 | 0.26 |
| Hex | 76 | F | 68 | 0 | 57 | C | 36 | 134 | 4D | 1A |
| Octal | 166 | 17 | 150 | 0 | 127 | 14 | 66 | 464 | 115 | 32 |
| Binary | 1110110 | 1111 | 1101000 | 0 | 1010111 | 1100 | 110110 | 100110100 | 1001101 | 11010 |
Color Harmonies of #760F68
Complementary color
Monochromatic Colors of #760F68
Black with #760F68
Text Example
Text Example
White with #760F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F68; }
p { color: rgb(118,15,104); }
H1.HeaderClassName
{
color: #760F68;
}
.AnyTagClassName
{
color: #760F68;
}
</style>
background-color css
<style>
a { background-color: #760F68; }
a { background-color: rgb(118,15,104); }
div.DivClassName
{
background-color: #760F68;
}
.BgClassName
{
background-color: #760F68;
}
</style>
border-color css
<style>
span { border-color: #760F68; }
span { border-color: rgb(118,15,104); }
td.TdClassName
{
border-color: #760F68;
}
.TagClassName
{
border-color: #760F68;
}
</style>