#743DEF

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

Shades of Blue Violet #743DEF

Tints of Blue Violet #743DEF

Color information

#743DEF (or 0x743DEF) is unknown color: approx Blue Violet. HEX triplet: 74, 3D and EF. RGB value is (116,61,239). Sum of RGB (Red+Green+Blue) = 116+61+239=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #743DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743DEF is #8BC210. Grayscale: #616161. Windows color (decimal): -9159185 or 15678836. OLE color: 15678836.

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

Color convert

RGB11661239-
CMYK0.510.7400.06
HSL258.54º84.76%58.82%-
HSV(B)258.54º74.48%93.73%-
XYZ24.4513.2882.94-
YUV97.74207.72141.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.88%
GREEN value IS 61 (24.22% from 255) = 14.66%
BLUE value IS 239 (93.75% from 255) = 57.45%
R=27.88%
G=14.66%
B=57.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal116612390.510.7400.06258.5484.7658.82
Hex743DEF334A06103553b
Octal16475357631120640312573
Binary111010011110111101111110011100101001101000000111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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