Shades of Blue Violet #731DDA
Tints of Blue Violet #731DDA
RGB
CMYK
RGB Variations
Color information
#731DDA (or 0x731DDA) is known color: Blue Violet. HEX triplet: 73, 1D and DA. RGB value is (115,29,218). Sum of RGB (Red+Green+Blue) = 115+29+218=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #731DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731DDA is #8CE225. Grayscale: #4B4B4B. Windows color (decimal): -9232934 or 14294387. OLE color: 14294387.
HSL color Cylindrical-coordinate representation of color #731DDA: hue angle of 267.3º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #731DDA is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 29 | 218 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.15 |
| HSL | 267.3º | 0.77% | 0.48% | - |
| HSV(B) | 267.3º | 0.87% | 0.85% | - |
| XYZ | 20.16 | 9.59 | 67.12 | - |
| YUV | 76.26 | 207.99 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 218 | 0.47 | 0.87 | 0 | 0.15 | 267.3 | 0.77 | 0.48 |
| Hex | 73 | 1D | DA | 2F | 57 | 0 | F | 10B | 4D | 30 |
| Octal | 163 | 35 | 332 | 57 | 127 | 0 | 17 | 413 | 115 | 60 |
| Binary | 1110011 | 11101 | 11011010 | 101111 | 1010111 | 0 | 1111 | 100001011 | 1001101 | 110000 |
Color Harmonies of #731DDA
Complementary color
Monochromatic Colors of #731DDA
Black with #731DDA
Text Example
Text Example
White with #731DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731DDA; }
p { color: rgb(115,29,218); }
H1.HeaderClassName
{
color: #731DDA;
}
.AnyTagClassName
{
color: #731DDA;
}
</style>
background-color css
<style>
a { background-color: #731DDA; }
a { background-color: rgb(115,29,218); }
div.DivClassName
{
background-color: #731DDA;
}
.BgClassName
{
background-color: #731DDA;
}
</style>
border-color css
<style>
span { border-color: #731DDA; }
span { border-color: rgb(115,29,218); }
td.TdClassName
{
border-color: #731DDA;
}
.TagClassName
{
border-color: #731DDA;
}
</style>