Shades of Blue Violet #742BDF
Tints of Blue Violet #742BDF
RGB
CMYK
RGB Variations
Color information
#742BDF (or 0x742BDF) is known color: Blue Violet. HEX triplet: 74, 2B and DF. RGB value is (116,43,223). Sum of RGB (Red+Green+Blue) = 116+43+223=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #742BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742BDF is #8BD420. Grayscale: #545454. Windows color (decimal): -9163809 or 14625652. OLE color: 14625652.
HSL color Cylindrical-coordinate representation of color #742BDF: hue angle of 264.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #742BDF is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 43 | 223 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.13 |
| HSL | 264.33º | 0.74% | 0.52% | - |
| HSV(B) | 264.33º | 0.81% | 0.87% | - |
| XYZ | 21.39 | 10.77 | 70.76 | - |
| YUV | 85.35 | 205.68 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 43 | 223 | 0.48 | 0.81 | 0 | 0.13 | 264.33 | 0.74 | 0.52 |
| Hex | 74 | 2B | DF | 30 | 51 | 0 | D | 108 | 4A | 34 |
| Octal | 164 | 53 | 337 | 60 | 121 | 0 | 15 | 410 | 112 | 64 |
| Binary | 1110100 | 101011 | 11011111 | 110000 | 1010001 | 0 | 1101 | 100001000 | 1001010 | 110100 |
Color Harmonies of #742BDF
Complementary color
Monochromatic Colors of #742BDF
Black with #742BDF
Text Example
Text Example
White with #742BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742BDF; }
p { color: rgb(116,43,223); }
H1.HeaderClassName
{
color: #742BDF;
}
.AnyTagClassName
{
color: #742BDF;
}
</style>
background-color css
<style>
a { background-color: #742BDF; }
a { background-color: rgb(116,43,223); }
div.DivClassName
{
background-color: #742BDF;
}
.BgClassName
{
background-color: #742BDF;
}
</style>
border-color css
<style>
span { border-color: #742BDF; }
span { border-color: rgb(116,43,223); }
td.TdClassName
{
border-color: #742BDF;
}
.TagClassName
{
border-color: #742BDF;
}
</style>