Shades of Purple #740982
Tints of Purple #740982
RGB
CMYK
RGB Variations
Color information
#740982 (or 0x740982) is known color: Purple. HEX triplet: 74, 09 and 82. RGB value is (116,9,130). Sum of RGB (Red+Green+Blue) = 116+9+130=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #740982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740982 is #8BF67D. Grayscale: #363636. Windows color (decimal): -9172606 or 8522100. OLE color: 8522100.
HSL color Cylindrical-coordinate representation of color #740982: hue angle of 293.06º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740982 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 9 | 130 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.49 |
| HSL | 293.06º | 0.87% | 0.27% | - |
| HSV(B) | 293.06º | 0.93% | 0.51% | - |
| XYZ | 11.33 | 5.52 | 21.59 | - |
| YUV | 54.79 | 170.45 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 130 | 0.11 | 0.93 | 0 | 0.49 | 293.06 | 0.87 | 0.27 |
| Hex | 74 | 9 | 82 | B | 5D | 0 | 31 | 125 | 57 | 1B |
| Octal | 164 | 11 | 202 | 13 | 135 | 0 | 61 | 445 | 127 | 33 |
| Binary | 1110100 | 1001 | 10000010 | 1011 | 1011101 | 0 | 110001 | 100100101 | 1010111 | 11011 |
Color Harmonies of #740982
Complementary color
Monochromatic Colors of #740982
Black with #740982
Text Example
Text Example
White with #740982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740982; }
p { color: rgb(116,9,130); }
H1.HeaderClassName
{
color: #740982;
}
.AnyTagClassName
{
color: #740982;
}
</style>
background-color css
<style>
a { background-color: #740982; }
a { background-color: rgb(116,9,130); }
div.DivClassName
{
background-color: #740982;
}
.BgClassName
{
background-color: #740982;
}
</style>
border-color css
<style>
span { border-color: #740982; }
span { border-color: rgb(116,9,130); }
td.TdClassName
{
border-color: #740982;
}
.TagClassName
{
border-color: #740982;
}
</style>