Shades of Vivid Violet #733391
Tints of Vivid Violet #733391
RGB
CMYK
RGB Variations
Color information
#733391 (or 0x733391) is known color: Vivid Violet. HEX triplet: 73, 33 and 91. RGB value is (115,51,145). Sum of RGB (Red+Green+Blue) = 115+51+145=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #733391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733391 is #8CCC6E. Grayscale: #505050. Windows color (decimal): -9227375 or 9515891. OLE color: 9515891.
HSL color Cylindrical-coordinate representation of color #733391: hue angle of 280.85º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #733391 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 51 | 145 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.43 |
| HSL | 280.85º | 0.48% | 0.38% | - |
| HSV(B) | 280.85º | 0.65% | 0.57% | - |
| XYZ | 13.36 | 8.06 | 27.64 | - |
| YUV | 80.85 | 164.2 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 51 | 145 | 0.21 | 0.65 | 0 | 0.43 | 280.85 | 0.48 | 0.38 |
| Hex | 73 | 33 | 91 | 15 | 41 | 0 | 2B | 119 | 30 | 26 |
| Octal | 163 | 63 | 221 | 25 | 101 | 0 | 53 | 431 | 60 | 46 |
| Binary | 1110011 | 110011 | 10010001 | 10101 | 1000001 | 0 | 101011 | 100011001 | 110000 | 100110 |
Color Harmonies of #733391
Complementary color
Monochromatic Colors of #733391
Black with #733391
Text Example
Text Example
White with #733391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733391; }
p { color: rgb(115,51,145); }
H1.HeaderClassName
{
color: #733391;
}
.AnyTagClassName
{
color: #733391;
}
</style>
background-color css
<style>
a { background-color: #733391; }
a { background-color: rgb(115,51,145); }
div.DivClassName
{
background-color: #733391;
}
.BgClassName
{
background-color: #733391;
}
</style>
border-color css
<style>
span { border-color: #733391; }
span { border-color: rgb(115,51,145); }
td.TdClassName
{
border-color: #733391;
}
.TagClassName
{
border-color: #733391;
}
</style>