Shades of Vivid Violet #743388
Tints of Vivid Violet #743388
RGB
CMYK
RGB Variations
Color information
#743388 (or 0x743388) is known color: Vivid Violet. HEX triplet: 74, 33 and 88. RGB value is (116,51,136). Sum of RGB (Red+Green+Blue) = 116+51+136=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #743388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743388 is #8BCC77. Grayscale: #4F4F4F. Windows color (decimal): -9161848 or 8926068. OLE color: 8926068.
HSL color Cylindrical-coordinate representation of color #743388: hue angle of 285.88º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #743388 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 51 | 136 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.47 |
| HSL | 285.88º | 0.45% | 0.37% | - |
| HSV(B) | 285.88º | 0.63% | 0.53% | - |
| XYZ | 12.83 | 7.86 | 24.13 | - |
| YUV | 80.13 | 159.53 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 51 | 136 | 0.15 | 0.62 | 0 | 0.47 | 285.88 | 0.45 | 0.37 |
| Hex | 74 | 33 | 88 | F | 3E | 0 | 2F | 11E | 2D | 25 |
| Octal | 164 | 63 | 210 | 17 | 76 | 0 | 57 | 436 | 55 | 45 |
| Binary | 1110100 | 110011 | 10001000 | 1111 | 111110 | 0 | 101111 | 100011110 | 101101 | 100101 |
Color Harmonies of #743388
Complementary color
Monochromatic Colors of #743388
Black with #743388
Text Example
Text Example
White with #743388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743388; }
p { color: rgb(116,51,136); }
H1.HeaderClassName
{
color: #743388;
}
.AnyTagClassName
{
color: #743388;
}
</style>
background-color css
<style>
a { background-color: #743388; }
a { background-color: rgb(116,51,136); }
div.DivClassName
{
background-color: #743388;
}
.BgClassName
{
background-color: #743388;
}
</style>
border-color css
<style>
span { border-color: #743388; }
span { border-color: rgb(116,51,136); }
td.TdClassName
{
border-color: #743388;
}
.TagClassName
{
border-color: #743388;
}
</style>