Shades of Purple #741783
Tints of Purple #741783
RGB
CMYK
RGB Variations
Color information
#741783 (or 0x741783) is known color: Purple. HEX triplet: 74, 17 and 83. RGB value is (116,23,131). Sum of RGB (Red+Green+Blue) = 116+23+131=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #741783 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741783 is #8BE87C. Grayscale: #3E3E3E. Windows color (decimal): -9169021 or 8591220. OLE color: 8591220.
HSL color Cylindrical-coordinate representation of color #741783: hue angle of 291.67º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741783 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 23 | 131 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.49 |
| HSL | 291.67º | 0.7% | 0.3% | - |
| HSV(B) | 291.67º | 0.82% | 0.51% | - |
| XYZ | 11.61 | 5.96 | 22.01 | - |
| YUV | 63.12 | 166.31 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 23 | 131 | 0.11 | 0.82 | 0 | 0.49 | 291.67 | 0.7 | 0.3 |
| Hex | 74 | 17 | 83 | B | 52 | 0 | 31 | 124 | 46 | 1E |
| Octal | 164 | 27 | 203 | 13 | 122 | 0 | 61 | 444 | 106 | 36 |
| Binary | 1110100 | 10111 | 10000011 | 1011 | 1010010 | 0 | 110001 | 100100100 | 1000110 | 11110 |
Color Harmonies of #741783
Complementary color
Monochromatic Colors of #741783
Black with #741783
Text Example
Text Example
White with #741783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741783; }
p { color: rgb(116,23,131); }
H1.HeaderClassName
{
color: #741783;
}
.AnyTagClassName
{
color: #741783;
}
</style>
background-color css
<style>
a { background-color: #741783; }
a { background-color: rgb(116,23,131); }
div.DivClassName
{
background-color: #741783;
}
.BgClassName
{
background-color: #741783;
}
</style>
border-color css
<style>
span { border-color: #741783; }
span { border-color: rgb(116,23,131); }
td.TdClassName
{
border-color: #741783;
}
.TagClassName
{
border-color: #741783;
}
</style>