Shades of Vivid Violet #731A8A
Tints of Vivid Violet #731A8A
RGB
CMYK
RGB Variations
Color information
#731A8A (or 0x731A8A) is known color: Vivid Violet. HEX triplet: 73, 1A and 8A. RGB value is (115,26,138). Sum of RGB (Red+Green+Blue) = 115+26+138=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #731A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731A8A is #8CE575. Grayscale: #414141. Windows color (decimal): -9233782 or 9050739. OLE color: 9050739.
HSL color Cylindrical-coordinate representation of color #731A8A: hue angle of 287.68º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #731A8A is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 26 | 138 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.46 |
| HSL | 287.68º | 0.68% | 0.32% | - |
| HSV(B) | 287.68º | 0.81% | 0.54% | - |
| XYZ | 12.03 | 6.22 | 24.61 | - |
| YUV | 65.38 | 168.99 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 26 | 138 | 0.17 | 0.81 | 0 | 0.46 | 287.68 | 0.68 | 0.32 |
| Hex | 73 | 1A | 8A | 11 | 51 | 0 | 2E | 120 | 44 | 20 |
| Octal | 163 | 32 | 212 | 21 | 121 | 0 | 56 | 440 | 104 | 40 |
| Binary | 1110011 | 11010 | 10001010 | 10001 | 1010001 | 0 | 101110 | 100100000 | 1000100 | 100000 |
Color Harmonies of #731A8A
Complementary color
Monochromatic Colors of #731A8A
Black with #731A8A
Text Example
Text Example
White with #731A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731A8A; }
p { color: rgb(115,26,138); }
H1.HeaderClassName
{
color: #731A8A;
}
.AnyTagClassName
{
color: #731A8A;
}
</style>
background-color css
<style>
a { background-color: #731A8A; }
a { background-color: rgb(115,26,138); }
div.DivClassName
{
background-color: #731A8A;
}
.BgClassName
{
background-color: #731A8A;
}
</style>
border-color css
<style>
span { border-color: #731A8A; }
span { border-color: rgb(115,26,138); }
td.TdClassName
{
border-color: #731A8A;
}
.TagClassName
{
border-color: #731A8A;
}
</style>