Shades of Purple #740375
Tints of Purple #740375
RGB
CMYK
RGB Variations
Color information
#740375 (or 0x740375) is known color: Purple. HEX triplet: 74, 03 and 75. RGB value is (116,3,117). Sum of RGB (Red+Green+Blue) = 116+3+117=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #740375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740375 is #8BFC8A. Grayscale: #313131. Windows color (decimal): -9174155 or 7668596. OLE color: 7668596.
HSL color Cylindrical-coordinate representation of color #740375: hue angle of 299.47º 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 #740375 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 3 | 117 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.54 |
| HSL | 299.47º | 0.95% | 0.24% | - |
| HSV(B) | 299.47º | 0.97% | 0.46% | - |
| XYZ | 10.45 | 5.06 | 17.26 | - |
| YUV | 49.78 | 165.94 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 3 | 117 | 0.01 | 0.97 | 0 | 0.54 | 299.47 | 0.95 | 0.24 |
| Hex | 74 | 3 | 75 | 1 | 61 | 0 | 36 | 12B | 5F | 18 |
| Octal | 164 | 3 | 165 | 1 | 141 | 0 | 66 | 453 | 137 | 30 |
| Binary | 1110100 | 11 | 1110101 | 1 | 1100001 | 0 | 110110 | 100101011 | 1011111 | 11000 |
Color Harmonies of #740375
Complementary color
Monochromatic Colors of #740375
Black with #740375
Text Example
Text Example
White with #740375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740375; }
p { color: rgb(116,3,117); }
H1.HeaderClassName
{
color: #740375;
}
.AnyTagClassName
{
color: #740375;
}
</style>
background-color css
<style>
a { background-color: #740375; }
a { background-color: rgb(116,3,117); }
div.DivClassName
{
background-color: #740375;
}
.BgClassName
{
background-color: #740375;
}
</style>
border-color css
<style>
span { border-color: #740375; }
span { border-color: rgb(116,3,117); }
td.TdClassName
{
border-color: #740375;
}
.TagClassName
{
border-color: #740375;
}
</style>