#741DEF

Color #741DEF Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #741DEF

Tints of Blue Violet #741DEF

Color information

#741DEF (or 0x741DEF) is unknown color: approx Blue Violet. HEX triplet: 74, 1D and EF. RGB value is (116,29,239). Sum of RGB (Red+Green+Blue) = 116+29+239=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #741DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741DEF is #8BE210. Grayscale: #4E4E4E. Windows color (decimal): -9167377 or 15670644. OLE color: 15670644.

HSL color Cylindrical-coordinate representation of color #741DEF: hue angle of 264.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741DEF is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11629239-
CMYK0.510.8800.06
HSL264.86º86.78%52.55%-
HSV(B)264.86º87.87%93.73%-
XYZ23.2210.8282.53-
YUV78.95218.32154.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 30.21%
GREEN value IS 29 (11.72% from 255) = 7.55%
BLUE value IS 239 (93.75% from 255) = 62.24%
R=30.21%
G=7.55%
B=62.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal116292390.510.8800.06264.8686.7852.55
Hex741DEF3358061095735
Octal16435357631300641112765
Binary11101001110111101111110011101100001101000010011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741DEF; }

 p { color: rgb(116,29,239); }

 H1.HeaderClassName
 {
   color: #741DEF;
 }
 .AnyTagClassName
 {
   color: #741DEF;
 }
</style>
background-color css

<style>
 a { background-color: #741DEF; }

 a { background-color: rgb(116,29,239); }

 div.DivClassName
 {
   background-color: #741DEF;
 }
 .BgClassName
 {
   background-color: #741DEF;
 }
</style>
border-color css

<style>
 span { border-color: #741DEF; }

 span { border-color: rgb(116,29,239); }

 td.TdClassName
 {
   border-color: #741DEF;
 }
 .TagClassName
 {
   border-color: #741DEF;
 }
</style>