Shades of Blue Violet #741BDC
Tints of Blue Violet #741BDC
RGB
CMYK
RGB Variations
Color information
#741BDC (or 0x741BDC) is known color: Blue Violet. HEX triplet: 74, 1B and DC. RGB value is (116,27,220). Sum of RGB (Red+Green+Blue) = 116+27+220=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #741BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741BDC is #8BE423. Grayscale: #4A4A4A. Windows color (decimal): -9167908 or 14424948. OLE color: 14424948.
HSL color Cylindrical-coordinate representation of color #741BDC: hue angle of 267.67º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741BDC is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 27 | 220 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.14 |
| HSL | 267.67º | 0.78% | 0.48% | - |
| HSV(B) | 267.67º | 0.88% | 0.86% | - |
| XYZ | 20.51 | 9.66 | 68.49 | - |
| YUV | 75.61 | 209.49 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 27 | 220 | 0.47 | 0.88 | 0 | 0.14 | 267.67 | 0.78 | 0.48 |
| Hex | 74 | 1B | DC | 2F | 58 | 0 | E | 10C | 4E | 30 |
| Octal | 164 | 33 | 334 | 57 | 130 | 0 | 16 | 414 | 116 | 60 |
| Binary | 1110100 | 11011 | 11011100 | 101111 | 1011000 | 0 | 1110 | 100001100 | 1001110 | 110000 |
Color Harmonies of #741BDC
Complementary color
Monochromatic Colors of #741BDC
Black with #741BDC
Text Example
Text Example
White with #741BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741BDC; }
p { color: rgb(116,27,220); }
H1.HeaderClassName
{
color: #741BDC;
}
.AnyTagClassName
{
color: #741BDC;
}
</style>
background-color css
<style>
a { background-color: #741BDC; }
a { background-color: rgb(116,27,220); }
div.DivClassName
{
background-color: #741BDC;
}
.BgClassName
{
background-color: #741BDC;
}
</style>
border-color css
<style>
span { border-color: #741BDC; }
span { border-color: rgb(116,27,220); }
td.TdClassName
{
border-color: #741BDC;
}
.TagClassName
{
border-color: #741BDC;
}
</style>