Shades of Blue Violet #743FDC
Tints of Blue Violet #743FDC
RGB
CMYK
RGB Variations
Color information
#743FDC (or 0x743FDC) is known color: Blue Violet. HEX triplet: 74, 3F and DC. RGB value is (116,63,220). Sum of RGB (Red+Green+Blue) = 116+63+220=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #743FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743FDC is #8BC023. Grayscale: #606060. Windows color (decimal): -9158692 or 14434164. OLE color: 14434164.
HSL color Cylindrical-coordinate representation of color #743FDC: hue angle of 260.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #743FDC is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 63 | 220 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.14 |
| HSL | 260.25º | 0.69% | 0.55% | - |
| HSV(B) | 260.25º | 0.71% | 0.86% | - |
| XYZ | 21.9 | 12.44 | 68.96 | - |
| YUV | 96.75 | 197.56 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 220 | 0.47 | 0.71 | 0 | 0.14 | 260.25 | 0.69 | 0.55 |
| Hex | 74 | 3F | DC | 2F | 47 | 0 | E | 104 | 45 | 37 |
| Octal | 164 | 77 | 334 | 57 | 107 | 0 | 16 | 404 | 105 | 67 |
| Binary | 1110100 | 111111 | 11011100 | 101111 | 1000111 | 0 | 1110 | 100000100 | 1000101 | 110111 |
Color Harmonies of #743FDC
Complementary color
Monochromatic Colors of #743FDC
Black with #743FDC
Text Example
Text Example
White with #743FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743FDC; }
p { color: rgb(116,63,220); }
H1.HeaderClassName
{
color: #743FDC;
}
.AnyTagClassName
{
color: #743FDC;
}
</style>
background-color css
<style>
a { background-color: #743FDC; }
a { background-color: rgb(116,63,220); }
div.DivClassName
{
background-color: #743FDC;
}
.BgClassName
{
background-color: #743FDC;
}
</style>
border-color css
<style>
span { border-color: #743FDC; }
span { border-color: rgb(116,63,220); }
td.TdClassName
{
border-color: #743FDC;
}
.TagClassName
{
border-color: #743FDC;
}
</style>