Shades of Vivid Violet #741AA2
Tints of Vivid Violet #741AA2
RGB
CMYK
RGB Variations
Color information
#741AA2 (or 0x741AA2) is known color: Vivid Violet. HEX triplet: 74, 1A and A2. RGB value is (116,26,162). Sum of RGB (Red+Green+Blue) = 116+26+162=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 162 (63.67% from 255 or 53.29% from 304); Max value from RGB is 162 - color contains mainly: blue. Hex color #741AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741AA2 is #8BE55D. Grayscale: #434343. Windows color (decimal): -9168222 or 10623604. OLE color: 10623604.
HSL color Cylindrical-coordinate representation of color #741AA2: hue angle of 279.71º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741AA2 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 26 | 162 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.36 |
| HSL | 279.71º | 0.72% | 0.37% | - |
| HSV(B) | 279.71º | 0.84% | 0.64% | - |
| XYZ | 14.09 | 7.06 | 34.8 | - |
| YUV | 68.41 | 180.82 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 162 | 0.28 | 0.84 | 0 | 0.36 | 279.71 | 0.72 | 0.37 |
| Hex | 74 | 1A | A2 | 1C | 54 | 0 | 24 | 118 | 48 | 25 |
| Octal | 164 | 32 | 242 | 34 | 124 | 0 | 44 | 430 | 110 | 45 |
| Binary | 1110100 | 11010 | 10100010 | 11100 | 1010100 | 0 | 100100 | 100011000 | 1001000 | 100101 |
Color Harmonies of #741AA2
Complementary color
Monochromatic Colors of #741AA2
Black with #741AA2
Text Example
Text Example
White with #741AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741AA2; }
p { color: rgb(116,26,162); }
H1.HeaderClassName
{
color: #741AA2;
}
.AnyTagClassName
{
color: #741AA2;
}
</style>
background-color css
<style>
a { background-color: #741AA2; }
a { background-color: rgb(116,26,162); }
div.DivClassName
{
background-color: #741AA2;
}
.BgClassName
{
background-color: #741AA2;
}
</style>
border-color css
<style>
span { border-color: #741AA2; }
span { border-color: rgb(116,26,162); }
td.TdClassName
{
border-color: #741AA2;
}
.TagClassName
{
border-color: #741AA2;
}
</style>