Shades of Vivid Violet #733A8A
Tints of Vivid Violet #733A8A
RGB
CMYK
RGB Variations
Color information
#733A8A (or 0x733A8A) is known color: Vivid Violet. HEX triplet: 73, 3A and 8A. RGB value is (115,58,138). Sum of RGB (Red+Green+Blue) = 115+58+138=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 138 - color contains mainly: blue. Hex color #733A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733A8A is #8CC575. Grayscale: #535353. Windows color (decimal): -9225590 or 9058931. OLE color: 9058931.
HSL color Cylindrical-coordinate representation of color #733A8A: hue angle of 282.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #733A8A is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 58 | 138 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.46 |
| HSL | 282.75º | 0.41% | 0.38% | - |
| HSV(B) | 282.75º | 0.58% | 0.54% | - |
| XYZ | 13.17 | 8.51 | 24.99 | - |
| YUV | 84.16 | 158.38 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 138 | 0.17 | 0.58 | 0 | 0.46 | 282.75 | 0.41 | 0.38 |
| Hex | 73 | 3A | 8A | 11 | 3A | 0 | 2E | 11B | 29 | 26 |
| Octal | 163 | 72 | 212 | 21 | 72 | 0 | 56 | 433 | 51 | 46 |
| Binary | 1110011 | 111010 | 10001010 | 10001 | 111010 | 0 | 101110 | 100011011 | 101001 | 100110 |
Color Harmonies of #733A8A
Complementary color
Monochromatic Colors of #733A8A
Black with #733A8A
Text Example
Text Example
White with #733A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A8A; }
p { color: rgb(115,58,138); }
H1.HeaderClassName
{
color: #733A8A;
}
.AnyTagClassName
{
color: #733A8A;
}
</style>
background-color css
<style>
a { background-color: #733A8A; }
a { background-color: rgb(115,58,138); }
div.DivClassName
{
background-color: #733A8A;
}
.BgClassName
{
background-color: #733A8A;
}
</style>
border-color css
<style>
span { border-color: #733A8A; }
span { border-color: rgb(115,58,138); }
td.TdClassName
{
border-color: #733A8A;
}
.TagClassName
{
border-color: #733A8A;
}
</style>