Shades of Purple #760468
Tints of Purple #760468
RGB
CMYK
RGB Variations
Color information
#760468 (or 0x760468) is known color: Purple. HEX triplet: 76, 04 and 68. RGB value is (118,4,104). Sum of RGB (Red+Green+Blue) = 118+4+104=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #760468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760468 is #89FB97. Grayscale: #313131. Windows color (decimal): -9042840 or 6816886. OLE color: 6816886.
HSL color Cylindrical-coordinate representation of color #760468: hue angle of 307.37º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760468 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 4 | 104 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.54 |
| HSL | 307.37º | 0.93% | 0.24% | - |
| HSV(B) | 307.37º | 0.97% | 0.46% | - |
| XYZ | 10.01 | 4.94 | 13.52 | - |
| YUV | 49.49 | 158.77 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 4 | 104 | 0 | 0.97 | 0.12 | 0.54 | 307.37 | 0.93 | 0.24 |
| Hex | 76 | 4 | 68 | 0 | 61 | C | 36 | 133 | 5D | 18 |
| Octal | 166 | 4 | 150 | 0 | 141 | 14 | 66 | 463 | 135 | 30 |
| Binary | 1110110 | 100 | 1101000 | 0 | 1100001 | 1100 | 110110 | 100110011 | 1011101 | 11000 |
Color Harmonies of #760468
Complementary color
Monochromatic Colors of #760468
Black with #760468
Text Example
Text Example
White with #760468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760468; }
p { color: rgb(118,4,104); }
H1.HeaderClassName
{
color: #760468;
}
.AnyTagClassName
{
color: #760468;
}
</style>
background-color css
<style>
a { background-color: #760468; }
a { background-color: rgb(118,4,104); }
div.DivClassName
{
background-color: #760468;
}
.BgClassName
{
background-color: #760468;
}
</style>
border-color css
<style>
span { border-color: #760468; }
span { border-color: rgb(118,4,104); }
td.TdClassName
{
border-color: #760468;
}
.TagClassName
{
border-color: #760468;
}
</style>