Shades of Vivid Violet #742D8B
Tints of Vivid Violet #742D8B
RGB
CMYK
RGB Variations
Color information
#742D8B (or 0x742D8B) is known color: Vivid Violet. HEX triplet: 74, 2D and 8B. RGB value is (116,45,139). Sum of RGB (Red+Green+Blue) = 116+45+139=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #742D8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742D8B is #8BD274. Grayscale: #4C4C4C. Windows color (decimal): -9163381 or 9121140. OLE color: 9121140.
HSL color Cylindrical-coordinate representation of color #742D8B: hue angle of 285.32º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #742D8B is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 45 | 139 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.45 |
| HSL | 285.32º | 0.51% | 0.36% | - |
| HSV(B) | 285.32º | 0.68% | 0.55% | - |
| XYZ | 12.8 | 7.45 | 25.19 | - |
| YUV | 76.95 | 163.02 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 139 | 0.17 | 0.68 | 0 | 0.45 | 285.32 | 0.51 | 0.36 |
| Hex | 74 | 2D | 8B | 11 | 44 | 0 | 2D | 11D | 33 | 24 |
| Octal | 164 | 55 | 213 | 21 | 104 | 0 | 55 | 435 | 63 | 44 |
| Binary | 1110100 | 101101 | 10001011 | 10001 | 1000100 | 0 | 101101 | 100011101 | 110011 | 100100 |
Color Harmonies of #742D8B
Complementary color
Monochromatic Colors of #742D8B
Black with #742D8B
Text Example
Text Example
White with #742D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742D8B; }
p { color: rgb(116,45,139); }
H1.HeaderClassName
{
color: #742D8B;
}
.AnyTagClassName
{
color: #742D8B;
}
</style>
background-color css
<style>
a { background-color: #742D8B; }
a { background-color: rgb(116,45,139); }
div.DivClassName
{
background-color: #742D8B;
}
.BgClassName
{
background-color: #742D8B;
}
</style>
border-color css
<style>
span { border-color: #742D8B; }
span { border-color: rgb(116,45,139); }
td.TdClassName
{
border-color: #742D8B;
}
.TagClassName
{
border-color: #742D8B;
}
</style>