Shades of Purple #740495
Tints of Purple #740495
RGB
CMYK
RGB Variations
Color information
#740495 (or 0x740495) is known color: Purple. HEX triplet: 74, 04 and 95. RGB value is (116,4,149). Sum of RGB (Red+Green+Blue) = 116+4+149=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #740495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740495 is #8BFB6A. Grayscale: #353535. Windows color (decimal): -9173867 or 9766004. OLE color: 9766004.
HSL color Cylindrical-coordinate representation of color #740495: hue angle of 286.34º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740495 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 4 | 149 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.42 |
| HSL | 286.34º | 0.95% | 0.3% | - |
| HSV(B) | 286.34º | 0.97% | 0.58% | - |
| XYZ | 12.67 | 5.97 | 28.92 | - |
| YUV | 54.02 | 181.61 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 149 | 0.22 | 0.97 | 0 | 0.42 | 286.34 | 0.95 | 0.3 |
| Hex | 74 | 4 | 95 | 16 | 61 | 0 | 2A | 11E | 5F | 1E |
| Octal | 164 | 4 | 225 | 26 | 141 | 0 | 52 | 436 | 137 | 36 |
| Binary | 1110100 | 100 | 10010101 | 10110 | 1100001 | 0 | 101010 | 100011110 | 1011111 | 11110 |
Color Harmonies of #740495
Complementary color
Monochromatic Colors of #740495
Black with #740495
Text Example
Text Example
White with #740495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740495; }
p { color: rgb(116,4,149); }
H1.HeaderClassName
{
color: #740495;
}
.AnyTagClassName
{
color: #740495;
}
</style>
background-color css
<style>
a { background-color: #740495; }
a { background-color: rgb(116,4,149); }
div.DivClassName
{
background-color: #740495;
}
.BgClassName
{
background-color: #740495;
}
</style>
border-color css
<style>
span { border-color: #740495; }
span { border-color: rgb(116,4,149); }
td.TdClassName
{
border-color: #740495;
}
.TagClassName
{
border-color: #740495;
}
</style>