Shades of Purple #740084
Tints of Purple #740084
RGB
CMYK
RGB Variations
Color information
#740084 (or 0x740084) is known color: Purple. HEX triplet: 74, 00 and 84. RGB value is (116,0,132). Sum of RGB (Red+Green+Blue) = 116+0+132=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #740084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740084 is #8BFF7B. Grayscale: #313131. Windows color (decimal): -9174908 or 8650868. OLE color: 8650868.
HSL color Cylindrical-coordinate representation of color #740084: hue angle of 292.73º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #740084 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 0 | 132 | - |
| CMYK | 0.12 | 1 | 0 | 0.48 |
| HSL | 292.73º | 1% | 0.26% | - |
| HSV(B) | 292.73º | 1% | 0.52% | - |
| XYZ | 11.37 | 5.38 | 22.27 | - |
| YUV | 49.73 | 174.43 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 132 | 0.12 | 1 | 0 | 0.48 | 292.73 | 1 | 0.26 |
| Hex | 74 | 0 | 84 | C | 64 | 0 | 30 | 125 | 64 | 1A |
| Octal | 164 | 0 | 204 | 14 | 144 | 0 | 60 | 445 | 144 | 32 |
| Binary | 1110100 | 0 | 10000100 | 1100 | 1100100 | 0 | 110000 | 100100101 | 1100100 | 11010 |
Color Harmonies of #740084
Complementary color
Monochromatic Colors of #740084
Black with #740084
Text Example
Text Example
White with #740084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740084; }
p { color: rgb(116,0,132); }
H1.HeaderClassName
{
color: #740084;
}
.AnyTagClassName
{
color: #740084;
}
</style>
background-color css
<style>
a { background-color: #740084; }
a { background-color: rgb(116,0,132); }
div.DivClassName
{
background-color: #740084;
}
.BgClassName
{
background-color: #740084;
}
</style>
border-color css
<style>
span { border-color: #740084; }
span { border-color: rgb(116,0,132); }
td.TdClassName
{
border-color: #740084;
}
.TagClassName
{
border-color: #740084;
}
</style>