Shades of Blue Violet #743ADC
Tints of Blue Violet #743ADC
RGB
CMYK
RGB Variations
Color information
#743ADC (or 0x743ADC) is known color: Blue Violet. HEX triplet: 74, 3A and DC. RGB value is (116,58,220). Sum of RGB (Red+Green+Blue) = 116+58+220=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 58 (23.05% from 255 or 14.72% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #743ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743ADC is #8BC523. Grayscale: #5D5D5D. Windows color (decimal): -9159972 or 14432884. OLE color: 14432884.
HSL color Cylindrical-coordinate representation of color #743ADC: hue angle of 261.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #743ADC is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 58 | 220 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.14 |
| HSL | 261.48º | 0.7% | 0.55% | - |
| HSV(B) | 261.48º | 0.74% | 0.86% | - |
| XYZ | 21.63 | 11.91 | 68.87 | - |
| YUV | 93.81 | 199.22 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 220 | 0.47 | 0.74 | 0 | 0.14 | 261.48 | 0.7 | 0.55 |
| Hex | 74 | 3A | DC | 2F | 4A | 0 | E | 105 | 46 | 37 |
| Octal | 164 | 72 | 334 | 57 | 112 | 0 | 16 | 405 | 106 | 67 |
| Binary | 1110100 | 111010 | 11011100 | 101111 | 1001010 | 0 | 1110 | 100000101 | 1000110 | 110111 |
Color Harmonies of #743ADC
Complementary color
Monochromatic Colors of #743ADC
Black with #743ADC
Text Example
Text Example
White with #743ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743ADC; }
p { color: rgb(116,58,220); }
H1.HeaderClassName
{
color: #743ADC;
}
.AnyTagClassName
{
color: #743ADC;
}
</style>
background-color css
<style>
a { background-color: #743ADC; }
a { background-color: rgb(116,58,220); }
div.DivClassName
{
background-color: #743ADC;
}
.BgClassName
{
background-color: #743ADC;
}
</style>
border-color css
<style>
span { border-color: #743ADC; }
span { border-color: rgb(116,58,220); }
td.TdClassName
{
border-color: #743ADC;
}
.TagClassName
{
border-color: #743ADC;
}
</style>