Shades of Purple #740C8A
Tints of Purple #740C8A
RGB
CMYK
RGB Variations
Color information
#740C8A (or 0x740C8A) is known color: Purple. HEX triplet: 74, 0C and 8A. RGB value is (116,12,138). Sum of RGB (Red+Green+Blue) = 116+12+138=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #740C8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740C8A is #8BF375. Grayscale: #393939. Windows color (decimal): -9171830 or 9047156. OLE color: 9047156.
HSL color Cylindrical-coordinate representation of color #740C8A: hue angle of 289.52º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740C8A is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 12 | 138 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.46 |
| HSL | 289.52º | 0.84% | 0.29% | - |
| HSV(B) | 289.52º | 0.91% | 0.54% | - |
| XYZ | 11.92 | 5.81 | 24.54 | - |
| YUV | 57.46 | 173.46 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 138 | 0.16 | 0.91 | 0 | 0.46 | 289.52 | 0.84 | 0.29 |
| Hex | 74 | C | 8A | 10 | 5B | 0 | 2E | 122 | 54 | 1D |
| Octal | 164 | 14 | 212 | 20 | 133 | 0 | 56 | 442 | 124 | 35 |
| Binary | 1110100 | 1100 | 10001010 | 10000 | 1011011 | 0 | 101110 | 100100010 | 1010100 | 11101 |
Color Harmonies of #740C8A
Complementary color
Monochromatic Colors of #740C8A
Black with #740C8A
Text Example
Text Example
White with #740C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C8A; }
p { color: rgb(116,12,138); }
H1.HeaderClassName
{
color: #740C8A;
}
.AnyTagClassName
{
color: #740C8A;
}
</style>
background-color css
<style>
a { background-color: #740C8A; }
a { background-color: rgb(116,12,138); }
div.DivClassName
{
background-color: #740C8A;
}
.BgClassName
{
background-color: #740C8A;
}
</style>
border-color css
<style>
span { border-color: #740C8A; }
span { border-color: rgb(116,12,138); }
td.TdClassName
{
border-color: #740C8A;
}
.TagClassName
{
border-color: #740C8A;
}
</style>