Shades of Purple #740382
Tints of Purple #740382
RGB
CMYK
RGB Variations
Color information
#740382 (or 0x740382) is known color: Purple. HEX triplet: 74, 03 and 82. RGB value is (116,3,130). Sum of RGB (Red+Green+Blue) = 116+3+130=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #740382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740382 is #8BFC7D. Grayscale: #323232. Windows color (decimal): -9174142 or 8520564. OLE color: 8520564.
HSL color Cylindrical-coordinate representation of color #740382: hue angle of 293.39º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #740382 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 3 | 130 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.49 |
| HSL | 293.39º | 0.95% | 0.26% | - |
| HSV(B) | 293.39º | 0.98% | 0.51% | - |
| XYZ | 11.26 | 5.39 | 21.57 | - |
| YUV | 51.27 | 172.44 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 3 | 130 | 0.11 | 0.98 | 0 | 0.49 | 293.39 | 0.95 | 0.26 |
| Hex | 74 | 3 | 82 | B | 62 | 0 | 31 | 125 | 5F | 1A |
| Octal | 164 | 3 | 202 | 13 | 142 | 0 | 61 | 445 | 137 | 32 |
| Binary | 1110100 | 11 | 10000010 | 1011 | 1100010 | 0 | 110001 | 100100101 | 1011111 | 11010 |
Color Harmonies of #740382
Complementary color
Monochromatic Colors of #740382
Black with #740382
Text Example
Text Example
White with #740382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740382; }
p { color: rgb(116,3,130); }
H1.HeaderClassName
{
color: #740382;
}
.AnyTagClassName
{
color: #740382;
}
</style>
background-color css
<style>
a { background-color: #740382; }
a { background-color: rgb(116,3,130); }
div.DivClassName
{
background-color: #740382;
}
.BgClassName
{
background-color: #740382;
}
</style>
border-color css
<style>
span { border-color: #740382; }
span { border-color: rgb(116,3,130); }
td.TdClassName
{
border-color: #740382;
}
.TagClassName
{
border-color: #740382;
}
</style>