#741EEF

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

Shades of Blue Violet #741EEF

Tints of Blue Violet #741EEF

Color information

#741EEF (or 0x741EEF) is unknown color: approx Blue Violet. HEX triplet: 74, 1E and EF. RGB value is (116,30,239). Sum of RGB (Red+Green+Blue) = 116+30+239=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #741EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741EEF is #8BE110. Grayscale: #4E4E4E. Windows color (decimal): -9167121 or 15670900. OLE color: 15670900.

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

Color convert

RGB11630239-
CMYK0.510.8700.06
HSL264.69º86.72%52.75%-
HSV(B)264.69º87.45%93.73%-
XYZ23.2510.8782.53-
YUV79.54217.99154.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.13%
GREEN value IS 30 (12.11% from 255) = 7.79%
BLUE value IS 239 (93.75% from 255) = 62.08%
R=30.13%
G=7.79%
B=62.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal116302390.510.8700.06264.6986.7252.75
Hex741EEF3357061095735
Octal16436357631270641112765
Binary11101001111011101111110011101011101101000010011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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