Shades of Vivid Violet #743483
Tints of Vivid Violet #743483
RGB
CMYK
RGB Variations
Color information
#743483 (or 0x743483) is known color: Vivid Violet. HEX triplet: 74, 34 and 83. RGB value is (116,52,131). Sum of RGB (Red+Green+Blue) = 116+52+131=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #743483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743483 is #8BCB7C. Grayscale: #4F4F4F. Windows color (decimal): -9161597 or 8598644. OLE color: 8598644.
HSL color Cylindrical-coordinate representation of color #743483: hue angle of 288.61º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #743483 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 52 | 131 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.49 |
| HSL | 288.61º | 0.43% | 0.36% | - |
| HSV(B) | 288.61º | 0.6% | 0.51% | - |
| XYZ | 12.53 | 7.81 | 22.32 | - |
| YUV | 80.14 | 156.7 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 131 | 0.11 | 0.60 | 0 | 0.49 | 288.61 | 0.43 | 0.36 |
| Hex | 74 | 34 | 83 | B | 3C | 0 | 31 | 121 | 2B | 24 |
| Octal | 164 | 64 | 203 | 13 | 74 | 0 | 61 | 441 | 53 | 44 |
| Binary | 1110100 | 110100 | 10000011 | 1011 | 111100 | 0 | 110001 | 100100001 | 101011 | 100100 |
Color Harmonies of #743483
Complementary color
Monochromatic Colors of #743483
Black with #743483
Text Example
Text Example
White with #743483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743483; }
p { color: rgb(116,52,131); }
H1.HeaderClassName
{
color: #743483;
}
.AnyTagClassName
{
color: #743483;
}
</style>
background-color css
<style>
a { background-color: #743483; }
a { background-color: rgb(116,52,131); }
div.DivClassName
{
background-color: #743483;
}
.BgClassName
{
background-color: #743483;
}
</style>
border-color css
<style>
span { border-color: #743483; }
span { border-color: rgb(116,52,131); }
td.TdClassName
{
border-color: #743483;
}
.TagClassName
{
border-color: #743483;
}
</style>