Shades of Blue Violet #742DFC
Tints of Blue Violet #742DFC
RGB
CMYK
RGB Variations
Color information
#742DFC (or 0x742DFC) is known color: Blue Violet. HEX triplet: 74, 2D and FC. RGB value is (116,45,252). Sum of RGB (Red+Green+Blue) = 116+45+252=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #742DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742DFC is #8BD203. Grayscale: #595959. Windows color (decimal): -9163268 or 16526708. OLE color: 16526708.
HSL color Cylindrical-coordinate representation of color #742DFC: hue angle of 260.58º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #742DFC is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 45 | 252 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.01 |
| HSL | 260.58º | 0.97% | 0.58% | - |
| HSV(B) | 260.58º | 0.82% | 0.99% | - |
| XYZ | 25.71 | 12.62 | 93.18 | - |
| YUV | 89.83 | 219.52 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 252 | 0.54 | 0.82 | 0 | 0.01 | 260.58 | 0.97 | 0.58 |
| Hex | 74 | 2D | FC | 36 | 52 | 0 | 1 | 105 | 61 | 3A |
| Octal | 164 | 55 | 374 | 66 | 122 | 0 | 1 | 405 | 141 | 72 |
| Binary | 1110100 | 101101 | 11111100 | 110110 | 1010010 | 0 | 1 | 100000101 | 1100001 | 111010 |
Color Harmonies of #742DFC
Complementary color
Monochromatic Colors of #742DFC
Black with #742DFC
Text Example
Text Example
White with #742DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742DFC; }
p { color: rgb(116,45,252); }
H1.HeaderClassName
{
color: #742DFC;
}
.AnyTagClassName
{
color: #742DFC;
}
</style>
background-color css
<style>
a { background-color: #742DFC; }
a { background-color: rgb(116,45,252); }
div.DivClassName
{
background-color: #742DFC;
}
.BgClassName
{
background-color: #742DFC;
}
</style>
border-color css
<style>
span { border-color: #742DFC; }
span { border-color: rgb(116,45,252); }
td.TdClassName
{
border-color: #742DFC;
}
.TagClassName
{
border-color: #742DFC;
}
</style>