Shades of Blue Violet #743CDA
Tints of Blue Violet #743CDA
RGB
CMYK
RGB Variations
Color information
#743CDA (or 0x743CDA) is known color: Blue Violet. HEX triplet: 74, 3C and DA. RGB value is (116,60,218). Sum of RGB (Red+Green+Blue) = 116+60+218=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #743CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743CDA is #8BC325. Grayscale: #5E5E5E. Windows color (decimal): -9159462 or 14302324. OLE color: 14302324.
HSL color Cylindrical-coordinate representation of color #743CDA: hue angle of 261.27º 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 #743CDA is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 60 | 218 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.15 |
| HSL | 261.27º | 0.68% | 0.55% | - |
| HSV(B) | 261.27º | 0.72% | 0.85% | - |
| XYZ | 21.47 | 12.01 | 67.52 | - |
| YUV | 94.76 | 197.55 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 60 | 218 | 0.47 | 0.72 | 0 | 0.15 | 261.27 | 0.68 | 0.55 |
| Hex | 74 | 3C | DA | 2F | 48 | 0 | F | 105 | 44 | 37 |
| Octal | 164 | 74 | 332 | 57 | 110 | 0 | 17 | 405 | 104 | 67 |
| Binary | 1110100 | 111100 | 11011010 | 101111 | 1001000 | 0 | 1111 | 100000101 | 1000100 | 110111 |
Color Harmonies of #743CDA
Complementary color
Monochromatic Colors of #743CDA
Black with #743CDA
Text Example
Text Example
White with #743CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743CDA; }
p { color: rgb(116,60,218); }
H1.HeaderClassName
{
color: #743CDA;
}
.AnyTagClassName
{
color: #743CDA;
}
</style>
background-color css
<style>
a { background-color: #743CDA; }
a { background-color: rgb(116,60,218); }
div.DivClassName
{
background-color: #743CDA;
}
.BgClassName
{
background-color: #743CDA;
}
</style>
border-color css
<style>
span { border-color: #743CDA; }
span { border-color: rgb(116,60,218); }
td.TdClassName
{
border-color: #743CDA;
}
.TagClassName
{
border-color: #743CDA;
}
</style>