Shades of Vivid Violet #741DA5
Tints of Vivid Violet #741DA5
RGB
CMYK
RGB Variations
Color information
#741DA5 (or 0x741DA5) is known color: Vivid Violet. HEX triplet: 74, 1D and A5. RGB value is (116,29,165). Sum of RGB (Red+Green+Blue) = 116+29+165=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 165 (64.84% from 255 or 53.23% from 310); Max value from RGB is 165 - color contains mainly: blue. Hex color #741DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741DA5 is #8BE25A. Grayscale: #464646. Windows color (decimal): -9167451 or 10820980. OLE color: 10820980.
HSL color Cylindrical-coordinate representation of color #741DA5: hue angle of 278.38º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741DA5 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 29 | 165 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.35 |
| HSL | 278.38º | 0.7% | 0.38% | - |
| HSV(B) | 278.38º | 0.82% | 0.65% | - |
| XYZ | 14.43 | 7.31 | 36.25 | - |
| YUV | 70.52 | 181.32 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 29 | 165 | 0.30 | 0.82 | 0 | 0.35 | 278.38 | 0.7 | 0.38 |
| Hex | 74 | 1D | A5 | 1E | 52 | 0 | 23 | 116 | 46 | 26 |
| Octal | 164 | 35 | 245 | 36 | 122 | 0 | 43 | 426 | 106 | 46 |
| Binary | 1110100 | 11101 | 10100101 | 11110 | 1010010 | 0 | 100011 | 100010110 | 1000110 | 100110 |
Color Harmonies of #741DA5
Complementary color
Monochromatic Colors of #741DA5
Black with #741DA5
Text Example
Text Example
White with #741DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741DA5; }
p { color: rgb(116,29,165); }
H1.HeaderClassName
{
color: #741DA5;
}
.AnyTagClassName
{
color: #741DA5;
}
</style>
background-color css
<style>
a { background-color: #741DA5; }
a { background-color: rgb(116,29,165); }
div.DivClassName
{
background-color: #741DA5;
}
.BgClassName
{
background-color: #741DA5;
}
</style>
border-color css
<style>
span { border-color: #741DA5; }
span { border-color: rgb(116,29,165); }
td.TdClassName
{
border-color: #741DA5;
}
.TagClassName
{
border-color: #741DA5;
}
</style>