Shades of Vivid Violet #741E8A
Tints of Vivid Violet #741E8A
RGB
CMYK
RGB Variations
Color information
#741E8A (or 0x741E8A) is known color: Vivid Violet. HEX triplet: 74, 1E and 8A. RGB value is (116,30,138). Sum of RGB (Red+Green+Blue) = 116+30+138=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #741E8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741E8A is #8BE175. Grayscale: #434343. Windows color (decimal): -9167222 or 9051764. OLE color: 9051764.
HSL color Cylindrical-coordinate representation of color #741E8A: hue angle of 287.78º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741E8A is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 30 | 138 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.46 |
| HSL | 287.78º | 0.64% | 0.33% | - |
| HSV(B) | 287.78º | 0.78% | 0.54% | - |
| XYZ | 12.25 | 6.48 | 24.65 | - |
| YUV | 68.03 | 167.49 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 138 | 0.16 | 0.78 | 0 | 0.46 | 287.78 | 0.64 | 0.33 |
| Hex | 74 | 1E | 8A | 10 | 4E | 0 | 2E | 120 | 40 | 21 |
| Octal | 164 | 36 | 212 | 20 | 116 | 0 | 56 | 440 | 100 | 41 |
| Binary | 1110100 | 11110 | 10001010 | 10000 | 1001110 | 0 | 101110 | 100100000 | 1000000 | 100001 |
Color Harmonies of #741E8A
Complementary color
Monochromatic Colors of #741E8A
Black with #741E8A
Text Example
Text Example
White with #741E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741E8A; }
p { color: rgb(116,30,138); }
H1.HeaderClassName
{
color: #741E8A;
}
.AnyTagClassName
{
color: #741E8A;
}
</style>
background-color css
<style>
a { background-color: #741E8A; }
a { background-color: rgb(116,30,138); }
div.DivClassName
{
background-color: #741E8A;
}
.BgClassName
{
background-color: #741E8A;
}
</style>
border-color css
<style>
span { border-color: #741E8A; }
span { border-color: rgb(116,30,138); }
td.TdClassName
{
border-color: #741E8A;
}
.TagClassName
{
border-color: #741E8A;
}
</style>