Shades of Purple #750093
Tints of Purple #750093
RGB
CMYK
RGB Variations
Color information
#750093 (or 0x750093) is known color: Purple. HEX triplet: 75, 00 and 93. RGB value is (117,0,147). Sum of RGB (Red+Green+Blue) = 117+0+147=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #750093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750093 is #8AFF6C. Grayscale: #333333. Windows color (decimal): -9109357 or 9633909. OLE color: 9633909.
HSL color Cylindrical-coordinate representation of color #750093: hue angle of 287.76º 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 #750093 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 0 | 147 | - |
| CMYK | 0.20 | 1 | 0 | 0.42 |
| HSL | 287.76º | 1% | 0.29% | - |
| HSV(B) | 287.76º | 1% | 0.58% | - |
| XYZ | 12.6 | 5.89 | 28.08 | - |
| YUV | 51.74 | 181.76 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 147 | 0.20 | 1 | 0 | 0.42 | 287.76 | 1 | 0.29 |
| Hex | 75 | 0 | 93 | 14 | 64 | 0 | 2A | 120 | 64 | 1D |
| Octal | 165 | 0 | 223 | 24 | 144 | 0 | 52 | 440 | 144 | 35 |
| Binary | 1110101 | 0 | 10010011 | 10100 | 1100100 | 0 | 101010 | 100100000 | 1100100 | 11101 |
Color Harmonies of #750093
Complementary color
Monochromatic Colors of #750093
Black with #750093
Text Example
Text Example
White with #750093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750093; }
p { color: rgb(117,0,147); }
H1.HeaderClassName
{
color: #750093;
}
.AnyTagClassName
{
color: #750093;
}
</style>
background-color css
<style>
a { background-color: #750093; }
a { background-color: rgb(117,0,147); }
div.DivClassName
{
background-color: #750093;
}
.BgClassName
{
background-color: #750093;
}
</style>
border-color css
<style>
span { border-color: #750093; }
span { border-color: rgb(117,0,147); }
td.TdClassName
{
border-color: #750093;
}
.TagClassName
{
border-color: #750093;
}
</style>