Shades of Vivid Violet #731A8B
Tints of Vivid Violet #731A8B
RGB
CMYK
RGB Variations
Color information
#731A8B (or 0x731A8B) is known color: Vivid Violet. HEX triplet: 73, 1A and 8B. RGB value is (115,26,139). Sum of RGB (Red+Green+Blue) = 115+26+139=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #731A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731A8B is #8CE574. Grayscale: #414141. Windows color (decimal): -9233781 or 9116275. OLE color: 9116275.
HSL color Cylindrical-coordinate representation of color #731A8B: hue angle of 287.26º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #731A8B is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 26 | 139 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.45 |
| HSL | 287.26º | 0.68% | 0.32% | - |
| HSV(B) | 287.26º | 0.81% | 0.55% | - |
| XYZ | 12.1 | 6.25 | 24.99 | - |
| YUV | 65.49 | 169.49 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 26 | 139 | 0.17 | 0.81 | 0 | 0.45 | 287.26 | 0.68 | 0.32 |
| Hex | 73 | 1A | 8B | 11 | 51 | 0 | 2D | 11F | 44 | 20 |
| Octal | 163 | 32 | 213 | 21 | 121 | 0 | 55 | 437 | 104 | 40 |
| Binary | 1110011 | 11010 | 10001011 | 10001 | 1010001 | 0 | 101101 | 100011111 | 1000100 | 100000 |
Color Harmonies of #731A8B
Complementary color
Monochromatic Colors of #731A8B
Black with #731A8B
Text Example
Text Example
White with #731A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731A8B; }
p { color: rgb(115,26,139); }
H1.HeaderClassName
{
color: #731A8B;
}
.AnyTagClassName
{
color: #731A8B;
}
</style>
background-color css
<style>
a { background-color: #731A8B; }
a { background-color: rgb(115,26,139); }
div.DivClassName
{
background-color: #731A8B;
}
.BgClassName
{
background-color: #731A8B;
}
</style>
border-color css
<style>
span { border-color: #731A8B; }
span { border-color: rgb(115,26,139); }
td.TdClassName
{
border-color: #731A8B;
}
.TagClassName
{
border-color: #731A8B;
}
</style>