Shades of Vivid Violet #742D85
Tints of Vivid Violet #742D85
RGB
CMYK
RGB Variations
Color information
#742D85 (or 0x742D85) is known color: Vivid Violet. HEX triplet: 74, 2D and 85. RGB value is (116,45,133). Sum of RGB (Red+Green+Blue) = 116+45+133=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #742D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742D85 is #8BD27A. Grayscale: #4B4B4B. Windows color (decimal): -9163387 or 8727924. OLE color: 8727924.
HSL color Cylindrical-coordinate representation of color #742D85: hue angle of 288.41º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #742D85 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 45 | 133 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.48 |
| HSL | 288.41º | 0.49% | 0.35% | - |
| HSV(B) | 288.41º | 0.66% | 0.52% | - |
| XYZ | 12.37 | 7.28 | 22.94 | - |
| YUV | 76.26 | 160.02 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 133 | 0.13 | 0.66 | 0 | 0.48 | 288.41 | 0.49 | 0.35 |
| Hex | 74 | 2D | 85 | D | 42 | 0 | 30 | 120 | 31 | 23 |
| Octal | 164 | 55 | 205 | 15 | 102 | 0 | 60 | 440 | 61 | 43 |
| Binary | 1110100 | 101101 | 10000101 | 1101 | 1000010 | 0 | 110000 | 100100000 | 110001 | 100011 |
Color Harmonies of #742D85
Complementary color
Monochromatic Colors of #742D85
Black with #742D85
Text Example
Text Example
White with #742D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742D85; }
p { color: rgb(116,45,133); }
H1.HeaderClassName
{
color: #742D85;
}
.AnyTagClassName
{
color: #742D85;
}
</style>
background-color css
<style>
a { background-color: #742D85; }
a { background-color: rgb(116,45,133); }
div.DivClassName
{
background-color: #742D85;
}
.BgClassName
{
background-color: #742D85;
}
</style>
border-color css
<style>
span { border-color: #742D85; }
span { border-color: rgb(116,45,133); }
td.TdClassName
{
border-color: #742D85;
}
.TagClassName
{
border-color: #742D85;
}
</style>