Shades of Blue Violet #743DDF
Tints of Blue Violet #743DDF
RGB
CMYK
RGB Variations
Color information
#743DDF (or 0x743DDF) is known color: Blue Violet. HEX triplet: 74, 3D and DF. RGB value is (116,61,223). Sum of RGB (Red+Green+Blue) = 116+61+223=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #743DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743DDF is #8BC220. Grayscale: #5F5F5F. Windows color (decimal): -9159201 or 14630260. OLE color: 14630260.
HSL color Cylindrical-coordinate representation of color #743DDF: hue angle of 260.37º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #743DDF is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 61 | 223 | - |
| CMYK | 0.48 | 0.73 | 0 | 0.13 |
| HSL | 260.37º | 0.72% | 0.56% | - |
| HSV(B) | 260.37º | 0.73% | 0.87% | - |
| XYZ | 22.19 | 12.38 | 71.03 | - |
| YUV | 95.91 | 199.72 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 223 | 0.48 | 0.73 | 0 | 0.13 | 260.37 | 0.72 | 0.56 |
| Hex | 74 | 3D | DF | 30 | 49 | 0 | D | 104 | 48 | 38 |
| Octal | 164 | 75 | 337 | 60 | 111 | 0 | 15 | 404 | 110 | 70 |
| Binary | 1110100 | 111101 | 11011111 | 110000 | 1001001 | 0 | 1101 | 100000100 | 1001000 | 111000 |
Color Harmonies of #743DDF
Complementary color
Monochromatic Colors of #743DDF
Black with #743DDF
Text Example
Text Example
White with #743DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743DDF; }
p { color: rgb(116,61,223); }
H1.HeaderClassName
{
color: #743DDF;
}
.AnyTagClassName
{
color: #743DDF;
}
</style>
background-color css
<style>
a { background-color: #743DDF; }
a { background-color: rgb(116,61,223); }
div.DivClassName
{
background-color: #743DDF;
}
.BgClassName
{
background-color: #743DDF;
}
</style>
border-color css
<style>
span { border-color: #743DDF; }
span { border-color: rgb(116,61,223); }
td.TdClassName
{
border-color: #743DDF;
}
.TagClassName
{
border-color: #743DDF;
}
</style>