Shades of Blue Violet #743FE0
Tints of Blue Violet #743FE0
RGB
CMYK
RGB Variations
Color information
#743FE0 (or 0x743FE0) is known color: Blue Violet. HEX triplet: 74, 3F and E0. RGB value is (116,63,224). Sum of RGB (Red+Green+Blue) = 116+63+224=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #743FE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743FE0 is #8BC01F. Grayscale: #606060. Windows color (decimal): -9158688 or 14696308. OLE color: 14696308.
HSL color Cylindrical-coordinate representation of color #743FE0: hue angle of 259.75º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #743FE0 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 63 | 224 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.12 |
| HSL | 259.75º | 0.72% | 0.56% | - |
| HSV(B) | 259.75º | 0.72% | 0.88% | - |
| XYZ | 22.43 | 12.65 | 71.78 | - |
| YUV | 97.2 | 199.56 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 224 | 0.48 | 0.72 | 0 | 0.12 | 259.75 | 0.72 | 0.56 |
| Hex | 74 | 3F | E0 | 30 | 48 | 0 | C | 104 | 48 | 38 |
| Octal | 164 | 77 | 340 | 60 | 110 | 0 | 14 | 404 | 110 | 70 |
| Binary | 1110100 | 111111 | 11100000 | 110000 | 1001000 | 0 | 1100 | 100000100 | 1001000 | 111000 |
Color Harmonies of #743FE0
Complementary color
Monochromatic Colors of #743FE0
Black with #743FE0
Text Example
Text Example
White with #743FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743FE0; }
p { color: rgb(116,63,224); }
H1.HeaderClassName
{
color: #743FE0;
}
.AnyTagClassName
{
color: #743FE0;
}
</style>
background-color css
<style>
a { background-color: #743FE0; }
a { background-color: rgb(116,63,224); }
div.DivClassName
{
background-color: #743FE0;
}
.BgClassName
{
background-color: #743FE0;
}
</style>
border-color css
<style>
span { border-color: #743FE0; }
span { border-color: rgb(116,63,224); }
td.TdClassName
{
border-color: #743FE0;
}
.TagClassName
{
border-color: #743FE0;
}
</style>