Shades of Purple #760093
Tints of Purple #760093
RGB
CMYK
RGB Variations
Color information
#760093 (or 0x760093) is known color: Purple. HEX triplet: 76, 00 and 93. RGB value is (118,0,147). Sum of RGB (Red+Green+Blue) = 118+0+147=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #760093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760093 is #89FF6C. Grayscale: #333333. Windows color (decimal): -9043821 or 9633910. OLE color: 9633910.
HSL color Cylindrical-coordinate representation of color #760093: hue angle of 288.16º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760093 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 0 | 147 | - |
| CMYK | 0.20 | 1 | 0 | 0.42 |
| HSL | 288.16º | 1% | 0.29% | - |
| HSV(B) | 288.16º | 1% | 0.58% | - |
| XYZ | 12.74 | 5.96 | 28.08 | - |
| YUV | 52.04 | 181.59 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 147 | 0.20 | 1 | 0 | 0.42 | 288.16 | 1 | 0.29 |
| Hex | 76 | 0 | 93 | 14 | 64 | 0 | 2A | 120 | 64 | 1D |
| Octal | 166 | 0 | 223 | 24 | 144 | 0 | 52 | 440 | 144 | 35 |
| Binary | 1110110 | 0 | 10010011 | 10100 | 1100100 | 0 | 101010 | 100100000 | 1100100 | 11101 |
Color Harmonies of #760093
Complementary color
Monochromatic Colors of #760093
Black with #760093
Text Example
Text Example
White with #760093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760093; }
p { color: rgb(118,0,147); }
H1.HeaderClassName
{
color: #760093;
}
.AnyTagClassName
{
color: #760093;
}
</style>
background-color css
<style>
a { background-color: #760093; }
a { background-color: rgb(118,0,147); }
div.DivClassName
{
background-color: #760093;
}
.BgClassName
{
background-color: #760093;
}
</style>
border-color css
<style>
span { border-color: #760093; }
span { border-color: rgb(118,0,147); }
td.TdClassName
{
border-color: #760093;
}
.TagClassName
{
border-color: #760093;
}
</style>