Shades of Purple #740185
Tints of Purple #740185
RGB
CMYK
RGB Variations
Color information
#740185 (or 0x740185) is known color: Purple. HEX triplet: 74, 01 and 85. RGB value is (116,1,133). Sum of RGB (Red+Green+Blue) = 116+1+133=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #740185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740185 is #8BFE7A. Grayscale: #323232. Windows color (decimal): -9174651 or 8716660. OLE color: 8716660.
HSL color Cylindrical-coordinate representation of color #740185: hue angle of 292.27º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #740185 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 1 | 133 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.48 |
| HSL | 292.27º | 0.99% | 0.26% | - |
| HSV(B) | 292.27º | 0.99% | 0.52% | - |
| XYZ | 11.45 | 5.43 | 22.63 | - |
| YUV | 50.43 | 174.6 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 133 | 0.13 | 0.99 | 0 | 0.48 | 292.27 | 0.99 | 0.26 |
| Hex | 74 | 1 | 85 | D | 63 | 0 | 30 | 124 | 63 | 1A |
| Octal | 164 | 1 | 205 | 15 | 143 | 0 | 60 | 444 | 143 | 32 |
| Binary | 1110100 | 1 | 10000101 | 1101 | 1100011 | 0 | 110000 | 100100100 | 1100011 | 11010 |
Color Harmonies of #740185
Complementary color
Monochromatic Colors of #740185
Black with #740185
Text Example
Text Example
White with #740185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740185; }
p { color: rgb(116,1,133); }
H1.HeaderClassName
{
color: #740185;
}
.AnyTagClassName
{
color: #740185;
}
</style>
background-color css
<style>
a { background-color: #740185; }
a { background-color: rgb(116,1,133); }
div.DivClassName
{
background-color: #740185;
}
.BgClassName
{
background-color: #740185;
}
</style>
border-color css
<style>
span { border-color: #740185; }
span { border-color: rgb(116,1,133); }
td.TdClassName
{
border-color: #740185;
}
.TagClassName
{
border-color: #740185;
}
</style>