Shades of Vivid Violet #743584
Tints of Vivid Violet #743584
RGB
CMYK
RGB Variations
Color information
#743584 (or 0x743584) is known color: Vivid Violet. HEX triplet: 74, 35 and 84. RGB value is (116,53,132). Sum of RGB (Red+Green+Blue) = 116+53+132=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #743584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743584 is #8BCA7B. Grayscale: #505050. Windows color (decimal): -9161340 or 8664436. OLE color: 8664436.
HSL color Cylindrical-coordinate representation of color #743584: hue angle of 287.85º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #743584 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 53 | 132 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.48 |
| HSL | 287.85º | 0.43% | 0.36% | - |
| HSV(B) | 287.85º | 0.6% | 0.52% | - |
| XYZ | 12.64 | 7.93 | 22.69 | - |
| YUV | 80.84 | 156.87 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 132 | 0.12 | 0.60 | 0 | 0.48 | 287.85 | 0.43 | 0.36 |
| Hex | 74 | 35 | 84 | C | 3C | 0 | 30 | 120 | 2B | 24 |
| Octal | 164 | 65 | 204 | 14 | 74 | 0 | 60 | 440 | 53 | 44 |
| Binary | 1110100 | 110101 | 10000100 | 1100 | 111100 | 0 | 110000 | 100100000 | 101011 | 100100 |
Color Harmonies of #743584
Complementary color
Monochromatic Colors of #743584
Black with #743584
Text Example
Text Example
White with #743584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743584; }
p { color: rgb(116,53,132); }
H1.HeaderClassName
{
color: #743584;
}
.AnyTagClassName
{
color: #743584;
}
</style>
background-color css
<style>
a { background-color: #743584; }
a { background-color: rgb(116,53,132); }
div.DivClassName
{
background-color: #743584;
}
.BgClassName
{
background-color: #743584;
}
</style>
border-color css
<style>
span { border-color: #743584; }
span { border-color: rgb(116,53,132); }
td.TdClassName
{
border-color: #743584;
}
.TagClassName
{
border-color: #743584;
}
</style>