Shades of Blue Violet #743DDA
Tints of Blue Violet #743DDA
RGB
CMYK
RGB Variations
Color information
#743DDA (or 0x743DDA) is known color: Blue Violet. HEX triplet: 74, 3D and DA. RGB value is (116,61,218). Sum of RGB (Red+Green+Blue) = 116+61+218=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #743DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743DDA is #8BC225. Grayscale: #5E5E5E. Windows color (decimal): -9159206 or 14302580. OLE color: 14302580.
HSL color Cylindrical-coordinate representation of color #743DDA: hue angle of 261.02º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #743DDA is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 61 | 218 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.15 |
| HSL | 261.02º | 0.68% | 0.55% | - |
| HSV(B) | 261.02º | 0.72% | 0.85% | - |
| XYZ | 21.53 | 12.11 | 67.53 | - |
| YUV | 95.34 | 197.22 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 218 | 0.47 | 0.72 | 0 | 0.15 | 261.02 | 0.68 | 0.55 |
| Hex | 74 | 3D | DA | 2F | 48 | 0 | F | 105 | 44 | 37 |
| Octal | 164 | 75 | 332 | 57 | 110 | 0 | 17 | 405 | 104 | 67 |
| Binary | 1110100 | 111101 | 11011010 | 101111 | 1001000 | 0 | 1111 | 100000101 | 1000100 | 110111 |
Color Harmonies of #743DDA
Complementary color
Monochromatic Colors of #743DDA
Black with #743DDA
Text Example
Text Example
White with #743DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743DDA; }
p { color: rgb(116,61,218); }
H1.HeaderClassName
{
color: #743DDA;
}
.AnyTagClassName
{
color: #743DDA;
}
</style>
background-color css
<style>
a { background-color: #743DDA; }
a { background-color: rgb(116,61,218); }
div.DivClassName
{
background-color: #743DDA;
}
.BgClassName
{
background-color: #743DDA;
}
</style>
border-color css
<style>
span { border-color: #743DDA; }
span { border-color: rgb(116,61,218); }
td.TdClassName
{
border-color: #743DDA;
}
.TagClassName
{
border-color: #743DDA;
}
</style>