Shades of Vivid Violet #742593
Tints of Vivid Violet #742593
RGB
CMYK
RGB Variations
Color information
#742593 (or 0x742593) is known color: Vivid Violet. HEX triplet: 74, 25 and 93. RGB value is (116,37,147). Sum of RGB (Red+Green+Blue) = 116+37+147=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #742593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742593 is #8BDA6C. Grayscale: #484848. Windows color (decimal): -9165421 or 9643380. OLE color: 9643380.
HSL color Cylindrical-coordinate representation of color #742593: hue angle of 283.09º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #742593 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 37 | 147 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.42 |
| HSL | 283.09º | 0.6% | 0.36% | - |
| HSV(B) | 283.09º | 0.75% | 0.58% | - |
| XYZ | 13.13 | 7.14 | 28.29 | - |
| YUV | 73.16 | 169.67 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 37 | 147 | 0.21 | 0.75 | 0 | 0.42 | 283.09 | 0.6 | 0.36 |
| Hex | 74 | 25 | 93 | 15 | 4B | 0 | 2A | 11B | 3C | 24 |
| Octal | 164 | 45 | 223 | 25 | 113 | 0 | 52 | 433 | 74 | 44 |
| Binary | 1110100 | 100101 | 10010011 | 10101 | 1001011 | 0 | 101010 | 100011011 | 111100 | 100100 |
Color Harmonies of #742593
Complementary color
Monochromatic Colors of #742593
Black with #742593
Text Example
Text Example
White with #742593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742593; }
p { color: rgb(116,37,147); }
H1.HeaderClassName
{
color: #742593;
}
.AnyTagClassName
{
color: #742593;
}
</style>
background-color css
<style>
a { background-color: #742593; }
a { background-color: rgb(116,37,147); }
div.DivClassName
{
background-color: #742593;
}
.BgClassName
{
background-color: #742593;
}
</style>
border-color css
<style>
span { border-color: #742593; }
span { border-color: rgb(116,37,147); }
td.TdClassName
{
border-color: #742593;
}
.TagClassName
{
border-color: #742593;
}
</style>