Shades of Purple #760A68
Tints of Purple #760A68
RGB
CMYK
RGB Variations
Color information
#760A68 (or 0x760A68) is known color: Purple. HEX triplet: 76, 0A and 68. RGB value is (118,10,104). Sum of RGB (Red+Green+Blue) = 118+10+104=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #760A68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760A68 is #89F597. Grayscale: #343434. Windows color (decimal): -9041304 or 6818422. OLE color: 6818422.
HSL color Cylindrical-coordinate representation of color #760A68: hue angle of 307.78º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760A68 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 10 | 104 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.54 |
| HSL | 307.78º | 0.84% | 0.25% | - |
| HSV(B) | 307.78º | 0.92% | 0.46% | - |
| XYZ | 10.08 | 5.07 | 13.54 | - |
| YUV | 53.01 | 156.78 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 104 | 0 | 0.92 | 0.12 | 0.54 | 307.78 | 0.84 | 0.25 |
| Hex | 76 | A | 68 | 0 | 5C | C | 36 | 134 | 54 | 19 |
| Octal | 166 | 12 | 150 | 0 | 134 | 14 | 66 | 464 | 124 | 31 |
| Binary | 1110110 | 1010 | 1101000 | 0 | 1011100 | 1100 | 110110 | 100110100 | 1010100 | 11001 |
Color Harmonies of #760A68
Complementary color
Monochromatic Colors of #760A68
Black with #760A68
Text Example
Text Example
White with #760A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760A68; }
p { color: rgb(118,10,104); }
H1.HeaderClassName
{
color: #760A68;
}
.AnyTagClassName
{
color: #760A68;
}
</style>
background-color css
<style>
a { background-color: #760A68; }
a { background-color: rgb(118,10,104); }
div.DivClassName
{
background-color: #760A68;
}
.BgClassName
{
background-color: #760A68;
}
</style>
border-color css
<style>
span { border-color: #760A68; }
span { border-color: rgb(118,10,104); }
td.TdClassName
{
border-color: #760A68;
}
.TagClassName
{
border-color: #760A68;
}
</style>