Shades of Purple #740376
Tints of Purple #740376
RGB
CMYK
RGB Variations
Color information
#740376 (or 0x740376) is known color: Purple. HEX triplet: 74, 03 and 76. RGB value is (116,3,118). Sum of RGB (Red+Green+Blue) = 116+3+118=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #740376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740376 is #8BFC89. Grayscale: #313131. Windows color (decimal): -9174154 or 7734132. OLE color: 7734132.
HSL color Cylindrical-coordinate representation of color #740376: hue angle of 298.96º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740376 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 3 | 118 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.54 |
| HSL | 298.96º | 0.95% | 0.24% | - |
| HSV(B) | 298.96º | 0.97% | 0.46% | - |
| XYZ | 10.51 | 5.09 | 17.57 | - |
| YUV | 49.9 | 166.44 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 3 | 118 | 0.02 | 0.97 | 0 | 0.54 | 298.96 | 0.95 | 0.24 |
| Hex | 74 | 3 | 76 | 2 | 61 | 0 | 36 | 12B | 5F | 18 |
| Octal | 164 | 3 | 166 | 2 | 141 | 0 | 66 | 453 | 137 | 30 |
| Binary | 1110100 | 11 | 1110110 | 10 | 1100001 | 0 | 110110 | 100101011 | 1011111 | 11000 |
Color Harmonies of #740376
Complementary color
Monochromatic Colors of #740376
Black with #740376
Text Example
Text Example
White with #740376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740376; }
p { color: rgb(116,3,118); }
H1.HeaderClassName
{
color: #740376;
}
.AnyTagClassName
{
color: #740376;
}
</style>
background-color css
<style>
a { background-color: #740376; }
a { background-color: rgb(116,3,118); }
div.DivClassName
{
background-color: #740376;
}
.BgClassName
{
background-color: #740376;
}
</style>
border-color css
<style>
span { border-color: #740376; }
span { border-color: rgb(116,3,118); }
td.TdClassName
{
border-color: #740376;
}
.TagClassName
{
border-color: #740376;
}
</style>