Shades of Vivid Violet #731DA3
Tints of Vivid Violet #731DA3
RGB
CMYK
RGB Variations
Color information
#731DA3 (or 0x731DA3) is known color: Vivid Violet. HEX triplet: 73, 1D and A3. RGB value is (115,29,163). Sum of RGB (Red+Green+Blue) = 115+29+163=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 163 (64.06% from 255 or 53.09% from 307); Max value from RGB is 163 - color contains mainly: blue. Hex color #731DA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731DA3 is #8CE25C. Grayscale: #454545. Windows color (decimal): -9232989 or 10689907. OLE color: 10689907.
HSL color Cylindrical-coordinate representation of color #731DA3: hue angle of 278.51º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731DA3 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 29 | 163 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.36 |
| HSL | 278.51º | 0.7% | 0.38% | - |
| HSV(B) | 278.51º | 0.82% | 0.64% | - |
| XYZ | 14.12 | 7.17 | 35.29 | - |
| YUV | 69.99 | 180.49 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 163 | 0.29 | 0.82 | 0 | 0.36 | 278.51 | 0.7 | 0.38 |
| Hex | 73 | 1D | A3 | 1D | 52 | 0 | 24 | 117 | 46 | 26 |
| Octal | 163 | 35 | 243 | 35 | 122 | 0 | 44 | 427 | 106 | 46 |
| Binary | 1110011 | 11101 | 10100011 | 11101 | 1010010 | 0 | 100100 | 100010111 | 1000110 | 100110 |
Color Harmonies of #731DA3
Complementary color
Monochromatic Colors of #731DA3
Black with #731DA3
Text Example
Text Example
White with #731DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731DA3; }
p { color: rgb(115,29,163); }
H1.HeaderClassName
{
color: #731DA3;
}
.AnyTagClassName
{
color: #731DA3;
}
</style>
background-color css
<style>
a { background-color: #731DA3; }
a { background-color: rgb(115,29,163); }
div.DivClassName
{
background-color: #731DA3;
}
.BgClassName
{
background-color: #731DA3;
}
</style>
border-color css
<style>
span { border-color: #731DA3; }
span { border-color: rgb(115,29,163); }
td.TdClassName
{
border-color: #731DA3;
}
.TagClassName
{
border-color: #731DA3;
}
</style>