Shades of Vivid Violet #743685
Tints of Vivid Violet #743685
RGB
CMYK
RGB Variations
Color information
#743685 (or 0x743685) is known color: Vivid Violet. HEX triplet: 74, 36 and 85. RGB value is (116,54,133). Sum of RGB (Red+Green+Blue) = 116+54+133=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: blue. Hex color #743685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743685 is #8BC97A. Grayscale: #515151. Windows color (decimal): -9161083 or 8730228. OLE color: 8730228.
HSL color Cylindrical-coordinate representation of color #743685: hue angle of 287.09º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #743685 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 54 | 133 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.48 |
| HSL | 287.09º | 0.42% | 0.37% | - |
| HSV(B) | 287.09º | 0.59% | 0.52% | - |
| XYZ | 12.76 | 8.04 | 23.07 | - |
| YUV | 81.54 | 157.04 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 54 | 133 | 0.13 | 0.59 | 0 | 0.48 | 287.09 | 0.42 | 0.37 |
| Hex | 74 | 36 | 85 | D | 3B | 0 | 30 | 11F | 2A | 25 |
| Octal | 164 | 66 | 205 | 15 | 73 | 0 | 60 | 437 | 52 | 45 |
| Binary | 1110100 | 110110 | 10000101 | 1101 | 111011 | 0 | 110000 | 100011111 | 101010 | 100101 |
Color Harmonies of #743685
Complementary color
Monochromatic Colors of #743685
Black with #743685
Text Example
Text Example
White with #743685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743685; }
p { color: rgb(116,54,133); }
H1.HeaderClassName
{
color: #743685;
}
.AnyTagClassName
{
color: #743685;
}
</style>
background-color css
<style>
a { background-color: #743685; }
a { background-color: rgb(116,54,133); }
div.DivClassName
{
background-color: #743685;
}
.BgClassName
{
background-color: #743685;
}
</style>
border-color css
<style>
span { border-color: #743685; }
span { border-color: rgb(116,54,133); }
td.TdClassName
{
border-color: #743685;
}
.TagClassName
{
border-color: #743685;
}
</style>