Shades of Blue Violet #741EDF
Tints of Blue Violet #741EDF
RGB
CMYK
RGB Variations
Color information
#741EDF (or 0x741EDF) is known color: Blue Violet. HEX triplet: 74, 1E and DF. RGB value is (116,30,223). Sum of RGB (Red+Green+Blue) = 116+30+223=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #741EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741EDF is #8BE120. Grayscale: #4D4D4D. Windows color (decimal): -9167137 or 14622324. OLE color: 14622324.
HSL color Cylindrical-coordinate representation of color #741EDF: hue angle of 266.74º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #741EDF is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 30 | 223 | - |
| CMYK | 0.48 | 0.87 | 0 | 0.13 |
| HSL | 266.74º | 0.76% | 0.5% | - |
| HSV(B) | 266.74º | 0.87% | 0.87% | - |
| XYZ | 20.99 | 9.97 | 70.63 | - |
| YUV | 77.72 | 209.99 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 223 | 0.48 | 0.87 | 0 | 0.13 | 266.74 | 0.76 | 0.5 |
| Hex | 74 | 1E | DF | 30 | 57 | 0 | D | 10B | 4C | 32 |
| Octal | 164 | 36 | 337 | 60 | 127 | 0 | 15 | 413 | 114 | 62 |
| Binary | 1110100 | 11110 | 11011111 | 110000 | 1010111 | 0 | 1101 | 100001011 | 1001100 | 110010 |
Color Harmonies of #741EDF
Complementary color
Monochromatic Colors of #741EDF
Black with #741EDF
Text Example
Text Example
White with #741EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741EDF; }
p { color: rgb(116,30,223); }
H1.HeaderClassName
{
color: #741EDF;
}
.AnyTagClassName
{
color: #741EDF;
}
</style>
background-color css
<style>
a { background-color: #741EDF; }
a { background-color: rgb(116,30,223); }
div.DivClassName
{
background-color: #741EDF;
}
.BgClassName
{
background-color: #741EDF;
}
</style>
border-color css
<style>
span { border-color: #741EDF; }
span { border-color: rgb(116,30,223); }
td.TdClassName
{
border-color: #741EDF;
}
.TagClassName
{
border-color: #741EDF;
}
</style>