Shades of Vivid Violet #743593
Tints of Vivid Violet #743593
RGB
CMYK
RGB Variations
Color information
#743593 (or 0x743593) is known color: Vivid Violet. HEX triplet: 74, 35 and 93. RGB value is (116,53,147). Sum of RGB (Red+Green+Blue) = 116+53+147=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #743593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743593 is #8BCA6C. Grayscale: #525252. Windows color (decimal): -9161325 or 9647476. OLE color: 9647476.
HSL color Cylindrical-coordinate representation of color #743593: hue angle of 280.21º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #743593 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 53 | 147 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.42 |
| HSL | 280.21º | 0.47% | 0.39% | - |
| HSV(B) | 280.21º | 0.64% | 0.58% | - |
| XYZ | 13.74 | 8.37 | 28.49 | - |
| YUV | 82.55 | 164.37 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 147 | 0.21 | 0.64 | 0 | 0.42 | 280.21 | 0.47 | 0.39 |
| Hex | 74 | 35 | 93 | 15 | 40 | 0 | 2A | 118 | 2F | 27 |
| Octal | 164 | 65 | 223 | 25 | 100 | 0 | 52 | 430 | 57 | 47 |
| Binary | 1110100 | 110101 | 10010011 | 10101 | 1000000 | 0 | 101010 | 100011000 | 101111 | 100111 |
Color Harmonies of #743593
Complementary color
Monochromatic Colors of #743593
Black with #743593
Text Example
Text Example
White with #743593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743593; }
p { color: rgb(116,53,147); }
H1.HeaderClassName
{
color: #743593;
}
.AnyTagClassName
{
color: #743593;
}
</style>
background-color css
<style>
a { background-color: #743593; }
a { background-color: rgb(116,53,147); }
div.DivClassName
{
background-color: #743593;
}
.BgClassName
{
background-color: #743593;
}
</style>
border-color css
<style>
span { border-color: #743593; }
span { border-color: rgb(116,53,147); }
td.TdClassName
{
border-color: #743593;
}
.TagClassName
{
border-color: #743593;
}
</style>