Shades of Vivid Violet #742D8A
Tints of Vivid Violet #742D8A
RGB
CMYK
RGB Variations
Color information
#742D8A (or 0x742D8A) is known color: Vivid Violet. HEX triplet: 74, 2D and 8A. RGB value is (116,45,138). Sum of RGB (Red+Green+Blue) = 116+45+138=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #742D8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742D8A is #8BD275. Grayscale: #4C4C4C. Windows color (decimal): -9163382 or 9055604. OLE color: 9055604.
HSL color Cylindrical-coordinate representation of color #742D8A: hue angle of 285.81º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #742D8A is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 45 | 138 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.46 |
| HSL | 285.81º | 0.51% | 0.36% | - |
| HSV(B) | 285.81º | 0.67% | 0.54% | - |
| XYZ | 12.73 | 7.42 | 24.81 | - |
| YUV | 76.83 | 162.52 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 138 | 0.16 | 0.67 | 0 | 0.46 | 285.81 | 0.51 | 0.36 |
| Hex | 74 | 2D | 8A | 10 | 43 | 0 | 2E | 11E | 33 | 24 |
| Octal | 164 | 55 | 212 | 20 | 103 | 0 | 56 | 436 | 63 | 44 |
| Binary | 1110100 | 101101 | 10001010 | 10000 | 1000011 | 0 | 101110 | 100011110 | 110011 | 100100 |
Color Harmonies of #742D8A
Complementary color
Monochromatic Colors of #742D8A
Black with #742D8A
Text Example
Text Example
White with #742D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742D8A; }
p { color: rgb(116,45,138); }
H1.HeaderClassName
{
color: #742D8A;
}
.AnyTagClassName
{
color: #742D8A;
}
</style>
background-color css
<style>
a { background-color: #742D8A; }
a { background-color: rgb(116,45,138); }
div.DivClassName
{
background-color: #742D8A;
}
.BgClassName
{
background-color: #742D8A;
}
</style>
border-color css
<style>
span { border-color: #742D8A; }
span { border-color: rgb(116,45,138); }
td.TdClassName
{
border-color: #742D8A;
}
.TagClassName
{
border-color: #742D8A;
}
</style>