Shades of Blue Violet #743FFC
Tints of Blue Violet #743FFC
RGB
CMYK
RGB Variations
Color information
#743FFC (or 0x743FFC) is known color: Blue Violet. HEX triplet: 74, 3F and FC. RGB value is (116,63,252). Sum of RGB (Red+Green+Blue) = 116+63+252=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #743FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743FFC is #8BC003. Grayscale: #636363. Windows color (decimal): -9158660 or 16531316. OLE color: 16531316.
HSL color Cylindrical-coordinate representation of color #743FFC: hue angle of 256.83º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #743FFC is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 63 | 252 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.01 |
| HSL | 256.83º | 0.97% | 0.62% | - |
| HSV(B) | 256.83º | 0.75% | 0.99% | - |
| XYZ | 26.55 | 14.3 | 93.46 | - |
| YUV | 100.39 | 213.56 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 252 | 0.54 | 0.75 | 0 | 0.01 | 256.83 | 0.97 | 0.62 |
| Hex | 74 | 3F | FC | 36 | 4B | 0 | 1 | 101 | 61 | 3E |
| Octal | 164 | 77 | 374 | 66 | 113 | 0 | 1 | 401 | 141 | 76 |
| Binary | 1110100 | 111111 | 11111100 | 110110 | 1001011 | 0 | 1 | 100000001 | 1100001 | 111110 |
Color Harmonies of #743FFC
Complementary color
Monochromatic Colors of #743FFC
Black with #743FFC
Text Example
Text Example
White with #743FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743FFC; }
p { color: rgb(116,63,252); }
H1.HeaderClassName
{
color: #743FFC;
}
.AnyTagClassName
{
color: #743FFC;
}
</style>
background-color css
<style>
a { background-color: #743FFC; }
a { background-color: rgb(116,63,252); }
div.DivClassName
{
background-color: #743FFC;
}
.BgClassName
{
background-color: #743FFC;
}
</style>
border-color css
<style>
span { border-color: #743FFC; }
span { border-color: rgb(116,63,252); }
td.TdClassName
{
border-color: #743FFC;
}
.TagClassName
{
border-color: #743FFC;
}
</style>