Shades of Purple #740895
Tints of Purple #740895
RGB
CMYK
RGB Variations
Color information
#740895 (or 0x740895) is known color: Purple. HEX triplet: 74, 08 and 95. RGB value is (116,8,149). Sum of RGB (Red+Green+Blue) = 116+8+149=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #740895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740895 is #8BF76A. Grayscale: #373737. Windows color (decimal): -9172843 or 9767028. OLE color: 9767028.
HSL color Cylindrical-coordinate representation of color #740895: hue angle of 285.96º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740895 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 8 | 149 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.42 |
| HSL | 285.96º | 0.9% | 0.31% | - |
| HSV(B) | 285.96º | 0.95% | 0.58% | - |
| XYZ | 12.71 | 6.06 | 28.93 | - |
| YUV | 56.37 | 180.28 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 8 | 149 | 0.22 | 0.95 | 0 | 0.42 | 285.96 | 0.9 | 0.31 |
| Hex | 74 | 8 | 95 | 16 | 5F | 0 | 2A | 11E | 5A | 1F |
| Octal | 164 | 10 | 225 | 26 | 137 | 0 | 52 | 436 | 132 | 37 |
| Binary | 1110100 | 1000 | 10010101 | 10110 | 1011111 | 0 | 101010 | 100011110 | 1011010 | 11111 |
Color Harmonies of #740895
Complementary color
Monochromatic Colors of #740895
Black with #740895
Text Example
Text Example
White with #740895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740895; }
p { color: rgb(116,8,149); }
H1.HeaderClassName
{
color: #740895;
}
.AnyTagClassName
{
color: #740895;
}
</style>
background-color css
<style>
a { background-color: #740895; }
a { background-color: rgb(116,8,149); }
div.DivClassName
{
background-color: #740895;
}
.BgClassName
{
background-color: #740895;
}
</style>
border-color css
<style>
span { border-color: #740895; }
span { border-color: rgb(116,8,149); }
td.TdClassName
{
border-color: #740895;
}
.TagClassName
{
border-color: #740895;
}
</style>