Shades of Purple #741683
Tints of Purple #741683
RGB
CMYK
RGB Variations
Color information
#741683 (or 0x741683) is known color: Purple. HEX triplet: 74, 16 and 83. RGB value is (116,22,131). Sum of RGB (Red+Green+Blue) = 116+22+131=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #741683 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741683 is #8BE97C. Grayscale: #3E3E3E. Windows color (decimal): -9169277 or 8590964. OLE color: 8590964.
HSL color Cylindrical-coordinate representation of color #741683: hue angle of 291.74º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741683 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 22 | 131 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.49 |
| HSL | 291.74º | 0.71% | 0.3% | - |
| HSV(B) | 291.74º | 0.83% | 0.51% | - |
| XYZ | 11.59 | 5.93 | 22.01 | - |
| YUV | 62.53 | 166.64 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 131 | 0.11 | 0.83 | 0 | 0.49 | 291.74 | 0.71 | 0.3 |
| Hex | 74 | 16 | 83 | B | 53 | 0 | 31 | 124 | 47 | 1E |
| Octal | 164 | 26 | 203 | 13 | 123 | 0 | 61 | 444 | 107 | 36 |
| Binary | 1110100 | 10110 | 10000011 | 1011 | 1010011 | 0 | 110001 | 100100100 | 1000111 | 11110 |
Color Harmonies of #741683
Complementary color
Monochromatic Colors of #741683
Black with #741683
Text Example
Text Example
White with #741683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741683; }
p { color: rgb(116,22,131); }
H1.HeaderClassName
{
color: #741683;
}
.AnyTagClassName
{
color: #741683;
}
</style>
background-color css
<style>
a { background-color: #741683; }
a { background-color: rgb(116,22,131); }
div.DivClassName
{
background-color: #741683;
}
.BgClassName
{
background-color: #741683;
}
</style>
border-color css
<style>
span { border-color: #741683; }
span { border-color: rgb(116,22,131); }
td.TdClassName
{
border-color: #741683;
}
.TagClassName
{
border-color: #741683;
}
</style>