Shades of Vivid Violet #743484
Tints of Vivid Violet #743484
RGB
CMYK
RGB Variations
Color information
#743484 (or 0x743484) is known color: Vivid Violet. HEX triplet: 74, 34 and 84. RGB value is (116,52,132). Sum of RGB (Red+Green+Blue) = 116+52+132=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: blue. Hex color #743484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743484 is #8BCB7B. Grayscale: #4F4F4F. Windows color (decimal): -9161596 or 8664180. OLE color: 8664180.
HSL color Cylindrical-coordinate representation of color #743484: hue angle of 288º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #743484 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 52 | 132 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.48 |
| HSL | 288º | 0.43% | 0.36% | - |
| HSV(B) | 288º | 0.61% | 0.52% | - |
| XYZ | 12.6 | 7.83 | 22.68 | - |
| YUV | 80.26 | 157.2 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 132 | 0.12 | 0.61 | 0 | 0.48 | 288 | 0.43 | 0.36 |
| Hex | 74 | 34 | 84 | C | 3D | 0 | 30 | 120 | 2B | 24 |
| Octal | 164 | 64 | 204 | 14 | 75 | 0 | 60 | 440 | 53 | 44 |
| Binary | 1110100 | 110100 | 10000100 | 1100 | 111101 | 0 | 110000 | 100100000 | 101011 | 100100 |
Color Harmonies of #743484
Complementary color
Monochromatic Colors of #743484
Black with #743484
Text Example
Text Example
White with #743484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743484; }
p { color: rgb(116,52,132); }
H1.HeaderClassName
{
color: #743484;
}
.AnyTagClassName
{
color: #743484;
}
</style>
background-color css
<style>
a { background-color: #743484; }
a { background-color: rgb(116,52,132); }
div.DivClassName
{
background-color: #743484;
}
.BgClassName
{
background-color: #743484;
}
</style>
border-color css
<style>
span { border-color: #743484; }
span { border-color: rgb(116,52,132); }
td.TdClassName
{
border-color: #743484;
}
.TagClassName
{
border-color: #743484;
}
</style>