Shades of Vivid Violet #743A85
Tints of Vivid Violet #743A85
RGB
CMYK
RGB Variations
Color information
#743A85 (or 0x743A85) is known color: Vivid Violet. HEX triplet: 74, 3A and 85. RGB value is (116,58,133). Sum of RGB (Red+Green+Blue) = 116+58+133=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #743A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743A85 is #8BC57A. Grayscale: #535353. Windows color (decimal): -9160059 or 8731252. OLE color: 8731252.
HSL color Cylindrical-coordinate representation of color #743A85: hue angle of 286.4º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #743A85 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 58 | 133 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.48 |
| HSL | 286.4º | 0.39% | 0.37% | - |
| HSV(B) | 286.4º | 0.56% | 0.52% | - |
| XYZ | 12.95 | 8.43 | 23.14 | - |
| YUV | 83.89 | 155.72 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 133 | 0.13 | 0.56 | 0 | 0.48 | 286.4 | 0.39 | 0.37 |
| Hex | 74 | 3A | 85 | D | 38 | 0 | 30 | 11E | 27 | 25 |
| Octal | 164 | 72 | 205 | 15 | 70 | 0 | 60 | 436 | 47 | 45 |
| Binary | 1110100 | 111010 | 10000101 | 1101 | 111000 | 0 | 110000 | 100011110 | 100111 | 100101 |
Color Harmonies of #743A85
Complementary color
Monochromatic Colors of #743A85
Black with #743A85
Text Example
Text Example
White with #743A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743A85; }
p { color: rgb(116,58,133); }
H1.HeaderClassName
{
color: #743A85;
}
.AnyTagClassName
{
color: #743A85;
}
</style>
background-color css
<style>
a { background-color: #743A85; }
a { background-color: rgb(116,58,133); }
div.DivClassName
{
background-color: #743A85;
}
.BgClassName
{
background-color: #743A85;
}
</style>
border-color css
<style>
span { border-color: #743A85; }
span { border-color: rgb(116,58,133); }
td.TdClassName
{
border-color: #743A85;
}
.TagClassName
{
border-color: #743A85;
}
</style>