Shades of Vivid Violet #743984
Tints of Vivid Violet #743984
RGB
CMYK
RGB Variations
Color information
#743984 (or 0x743984) is known color: Vivid Violet. HEX triplet: 74, 39 and 84. RGB value is (116,57,132). Sum of RGB (Red+Green+Blue) = 116+57+132=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #743984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743984 is #8BC67B. Grayscale: #525252. Windows color (decimal): -9160316 or 8665460. OLE color: 8665460.
HSL color Cylindrical-coordinate representation of color #743984: hue angle of 287.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #743984 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 57 | 132 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.48 |
| HSL | 287.2º | 0.4% | 0.37% | - |
| HSV(B) | 287.2º | 0.57% | 0.52% | - |
| XYZ | 12.83 | 8.31 | 22.76 | - |
| YUV | 83.19 | 155.55 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 57 | 132 | 0.12 | 0.57 | 0 | 0.48 | 287.2 | 0.4 | 0.37 |
| Hex | 74 | 39 | 84 | C | 39 | 0 | 30 | 11F | 28 | 25 |
| Octal | 164 | 71 | 204 | 14 | 71 | 0 | 60 | 437 | 50 | 45 |
| Binary | 1110100 | 111001 | 10000100 | 1100 | 111001 | 0 | 110000 | 100011111 | 101000 | 100101 |
Color Harmonies of #743984
Complementary color
Monochromatic Colors of #743984
Black with #743984
Text Example
Text Example
White with #743984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743984; }
p { color: rgb(116,57,132); }
H1.HeaderClassName
{
color: #743984;
}
.AnyTagClassName
{
color: #743984;
}
</style>
background-color css
<style>
a { background-color: #743984; }
a { background-color: rgb(116,57,132); }
div.DivClassName
{
background-color: #743984;
}
.BgClassName
{
background-color: #743984;
}
</style>
border-color css
<style>
span { border-color: #743984; }
span { border-color: rgb(116,57,132); }
td.TdClassName
{
border-color: #743984;
}
.TagClassName
{
border-color: #743984;
}
</style>