Shades of Vivid Violet #743C85
Tints of Vivid Violet #743C85
RGB
CMYK
RGB Variations
Color information
#743C85 (or 0x743C85) is known color: Vivid Violet. HEX triplet: 74, 3C and 85. RGB value is (116,60,133). Sum of RGB (Red+Green+Blue) = 116+60+133=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #743C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743C85 is #8BC37A. Grayscale: #545454. Windows color (decimal): -9159547 or 8731764. OLE color: 8731764.
HSL color Cylindrical-coordinate representation of color #743C85: hue angle of 286.03º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #743C85 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 60 | 133 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.48 |
| HSL | 286.03º | 0.38% | 0.38% | - |
| HSV(B) | 286.03º | 0.55% | 0.52% | - |
| XYZ | 13.05 | 8.64 | 23.17 | - |
| YUV | 85.07 | 155.05 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 60 | 133 | 0.13 | 0.55 | 0 | 0.48 | 286.03 | 0.38 | 0.38 |
| Hex | 74 | 3C | 85 | D | 37 | 0 | 30 | 11E | 26 | 26 |
| Octal | 164 | 74 | 205 | 15 | 67 | 0 | 60 | 436 | 46 | 46 |
| Binary | 1110100 | 111100 | 10000101 | 1101 | 110111 | 0 | 110000 | 100011110 | 100110 | 100110 |
Color Harmonies of #743C85
Complementary color
Monochromatic Colors of #743C85
Black with #743C85
Text Example
Text Example
White with #743C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743C85; }
p { color: rgb(116,60,133); }
H1.HeaderClassName
{
color: #743C85;
}
.AnyTagClassName
{
color: #743C85;
}
</style>
background-color css
<style>
a { background-color: #743C85; }
a { background-color: rgb(116,60,133); }
div.DivClassName
{
background-color: #743C85;
}
.BgClassName
{
background-color: #743C85;
}
</style>
border-color css
<style>
span { border-color: #743C85; }
span { border-color: rgb(116,60,133); }
td.TdClassName
{
border-color: #743C85;
}
.TagClassName
{
border-color: #743C85;
}
</style>