Shades of Vivid Violet #743283
Tints of Vivid Violet #743283
RGB
CMYK
RGB Variations
Color information
#743283 (or 0x743283) is known color: Vivid Violet. HEX triplet: 74, 32 and 83. RGB value is (116,50,131). Sum of RGB (Red+Green+Blue) = 116+50+131=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 131 - color contains mainly: blue. Hex color #743283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743283 is #8BCD7C. Grayscale: #4E4E4E. Windows color (decimal): -9162109 or 8598132. OLE color: 8598132.
HSL color Cylindrical-coordinate representation of color #743283: hue angle of 288.89º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #743283 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 50 | 131 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.49 |
| HSL | 288.89º | 0.45% | 0.35% | - |
| HSV(B) | 288.89º | 0.62% | 0.51% | - |
| XYZ | 12.44 | 7.63 | 22.29 | - |
| YUV | 78.97 | 157.37 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 131 | 0.11 | 0.62 | 0 | 0.49 | 288.89 | 0.45 | 0.35 |
| Hex | 74 | 32 | 83 | B | 3E | 0 | 31 | 121 | 2D | 23 |
| Octal | 164 | 62 | 203 | 13 | 76 | 0 | 61 | 441 | 55 | 43 |
| Binary | 1110100 | 110010 | 10000011 | 1011 | 111110 | 0 | 110001 | 100100001 | 101101 | 100011 |
Color Harmonies of #743283
Complementary color
Monochromatic Colors of #743283
Black with #743283
Text Example
Text Example
White with #743283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743283; }
p { color: rgb(116,50,131); }
H1.HeaderClassName
{
color: #743283;
}
.AnyTagClassName
{
color: #743283;
}
</style>
background-color css
<style>
a { background-color: #743283; }
a { background-color: rgb(116,50,131); }
div.DivClassName
{
background-color: #743283;
}
.BgClassName
{
background-color: #743283;
}
</style>
border-color css
<style>
span { border-color: #743283; }
span { border-color: rgb(116,50,131); }
td.TdClassName
{
border-color: #743283;
}
.TagClassName
{
border-color: #743283;
}
</style>