Shades of Vivid Violet #743588
Tints of Vivid Violet #743588
RGB
CMYK
RGB Variations
Color information
#743588 (or 0x743588) is known color: Vivid Violet. HEX triplet: 74, 35 and 88. RGB value is (116,53,136). Sum of RGB (Red+Green+Blue) = 116+53+136=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #743588 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743588 is #8BCA77. Grayscale: #515151. Windows color (decimal): -9161336 or 8926580. OLE color: 8926580.
HSL color Cylindrical-coordinate representation of color #743588: hue angle of 285.54º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #743588 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 53 | 136 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.47 |
| HSL | 285.54º | 0.44% | 0.37% | - |
| HSV(B) | 285.54º | 0.61% | 0.53% | - |
| XYZ | 12.92 | 8.04 | 24.16 | - |
| YUV | 81.3 | 158.87 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 136 | 0.15 | 0.61 | 0 | 0.47 | 285.54 | 0.44 | 0.37 |
| Hex | 74 | 35 | 88 | F | 3D | 0 | 2F | 11E | 2C | 25 |
| Octal | 164 | 65 | 210 | 17 | 75 | 0 | 57 | 436 | 54 | 45 |
| Binary | 1110100 | 110101 | 10001000 | 1111 | 111101 | 0 | 101111 | 100011110 | 101100 | 100101 |
Color Harmonies of #743588
Complementary color
Monochromatic Colors of #743588
Black with #743588
Text Example
Text Example
White with #743588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743588; }
p { color: rgb(116,53,136); }
H1.HeaderClassName
{
color: #743588;
}
.AnyTagClassName
{
color: #743588;
}
</style>
background-color css
<style>
a { background-color: #743588; }
a { background-color: rgb(116,53,136); }
div.DivClassName
{
background-color: #743588;
}
.BgClassName
{
background-color: #743588;
}
</style>
border-color css
<style>
span { border-color: #743588; }
span { border-color: rgb(116,53,136); }
td.TdClassName
{
border-color: #743588;
}
.TagClassName
{
border-color: #743588;
}
</style>