Shades of Purple #740093
Tints of Purple #740093
RGB
CMYK
RGB Variations
Color information
#740093 (or 0x740093) is known color: Purple. HEX triplet: 74, 00 and 93. RGB value is (116,0,147). Sum of RGB (Red+Green+Blue) = 116+0+147=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #740093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740093 is #8BFF6C. Grayscale: #323232. Windows color (decimal): -9174893 or 9633908. OLE color: 9633908.
HSL color Cylindrical-coordinate representation of color #740093: hue angle of 287.35º 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 #740093 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 0 | 147 | - |
| CMYK | 0.21 | 1 | 0 | 0.42 |
| HSL | 287.35º | 1% | 0.29% | - |
| HSV(B) | 287.35º | 1% | 0.58% | - |
| XYZ | 12.47 | 5.82 | 28.07 | - |
| YUV | 51.44 | 181.93 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 147 | 0.21 | 1 | 0 | 0.42 | 287.35 | 1 | 0.29 |
| Hex | 74 | 0 | 93 | 15 | 64 | 0 | 2A | 11F | 64 | 1D |
| Octal | 164 | 0 | 223 | 25 | 144 | 0 | 52 | 437 | 144 | 35 |
| Binary | 1110100 | 0 | 10010011 | 10101 | 1100100 | 0 | 101010 | 100011111 | 1100100 | 11101 |
Color Harmonies of #740093
Complementary color
Monochromatic Colors of #740093
Black with #740093
Text Example
Text Example
White with #740093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740093; }
p { color: rgb(116,0,147); }
H1.HeaderClassName
{
color: #740093;
}
.AnyTagClassName
{
color: #740093;
}
</style>
background-color css
<style>
a { background-color: #740093; }
a { background-color: rgb(116,0,147); }
div.DivClassName
{
background-color: #740093;
}
.BgClassName
{
background-color: #740093;
}
</style>
border-color css
<style>
span { border-color: #740093; }
span { border-color: rgb(116,0,147); }
td.TdClassName
{
border-color: #740093;
}
.TagClassName
{
border-color: #740093;
}
</style>