Shades of Blue Violet #731CDA
Tints of Blue Violet #731CDA
RGB
CMYK
RGB Variations
Color information
#731CDA (or 0x731CDA) is known color: Blue Violet. HEX triplet: 73, 1C and DA. RGB value is (115,28,218). Sum of RGB (Red+Green+Blue) = 115+28+218=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #731CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731CDA is #8CE325. Grayscale: #4B4B4B. Windows color (decimal): -9233190 or 14294131. OLE color: 14294131.
HSL color Cylindrical-coordinate representation of color #731CDA: hue angle of 267.47º 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 #731CDA is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 28 | 218 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.15 |
| HSL | 267.47º | 0.77% | 0.48% | - |
| HSV(B) | 267.47º | 0.87% | 0.85% | - |
| XYZ | 20.14 | 9.54 | 67.11 | - |
| YUV | 75.67 | 208.32 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 218 | 0.47 | 0.87 | 0 | 0.15 | 267.47 | 0.77 | 0.48 |
| Hex | 73 | 1C | DA | 2F | 57 | 0 | F | 10B | 4D | 30 |
| Octal | 163 | 34 | 332 | 57 | 127 | 0 | 17 | 413 | 115 | 60 |
| Binary | 1110011 | 11100 | 11011010 | 101111 | 1010111 | 0 | 1111 | 100001011 | 1001101 | 110000 |
Color Harmonies of #731CDA
Complementary color
Monochromatic Colors of #731CDA
Black with #731CDA
Text Example
Text Example
White with #731CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731CDA; }
p { color: rgb(115,28,218); }
H1.HeaderClassName
{
color: #731CDA;
}
.AnyTagClassName
{
color: #731CDA;
}
</style>
background-color css
<style>
a { background-color: #731CDA; }
a { background-color: rgb(115,28,218); }
div.DivClassName
{
background-color: #731CDA;
}
.BgClassName
{
background-color: #731CDA;
}
</style>
border-color css
<style>
span { border-color: #731CDA; }
span { border-color: rgb(115,28,218); }
td.TdClassName
{
border-color: #731CDA;
}
.TagClassName
{
border-color: #731CDA;
}
</style>