Shades of Purple #740A8A
Tints of Purple #740A8A
RGB
CMYK
RGB Variations
Color information
#740A8A (or 0x740A8A) is known color: Purple. HEX triplet: 74, 0A and 8A. RGB value is (116,10,138). Sum of RGB (Red+Green+Blue) = 116+10+138=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #740A8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740A8A is #8BF575. Grayscale: #373737. Windows color (decimal): -9172342 or 9046644. OLE color: 9046644.
HSL color Cylindrical-coordinate representation of color #740A8A: hue angle of 289.69º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740A8A is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 10 | 138 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.46 |
| HSL | 289.69º | 0.86% | 0.29% | - |
| HSV(B) | 289.69º | 0.93% | 0.54% | - |
| XYZ | 11.9 | 5.77 | 24.53 | - |
| YUV | 56.29 | 174.12 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 138 | 0.16 | 0.93 | 0 | 0.46 | 289.69 | 0.86 | 0.29 |
| Hex | 74 | A | 8A | 10 | 5D | 0 | 2E | 122 | 56 | 1D |
| Octal | 164 | 12 | 212 | 20 | 135 | 0 | 56 | 442 | 126 | 35 |
| Binary | 1110100 | 1010 | 10001010 | 10000 | 1011101 | 0 | 101110 | 100100010 | 1010110 | 11101 |
Color Harmonies of #740A8A
Complementary color
Monochromatic Colors of #740A8A
Black with #740A8A
Text Example
Text Example
White with #740A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740A8A; }
p { color: rgb(116,10,138); }
H1.HeaderClassName
{
color: #740A8A;
}
.AnyTagClassName
{
color: #740A8A;
}
</style>
background-color css
<style>
a { background-color: #740A8A; }
a { background-color: rgb(116,10,138); }
div.DivClassName
{
background-color: #740A8A;
}
.BgClassName
{
background-color: #740A8A;
}
</style>
border-color css
<style>
span { border-color: #740A8A; }
span { border-color: rgb(116,10,138); }
td.TdClassName
{
border-color: #740A8A;
}
.TagClassName
{
border-color: #740A8A;
}
</style>