#743EDA

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

Shades of Blue Violet #743EDA

Tints of Blue Violet #743EDA

Color information

#743EDA (or 0x743EDA) is unknown color: approx Blue Violet. HEX triplet: 74, 3E and DA. RGB value is (116,62,218). Sum of RGB (Red+Green+Blue) = 116+62+218=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #743EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743EDA is #8BC125. Grayscale: #5F5F5F. Windows color (decimal): -9158950 or 14302836. OLE color: 14302836.

HSL color Cylindrical-coordinate representation of color #743EDA: hue angle of 260.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #743EDA is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11662218-
CMYK0.470.7200.15
HSL260.77º67.83%54.9%-
HSV(B)260.77º71.56%85.49%-
XYZ21.5812.2267.55-
YUV95.93196.89142.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.29%
GREEN value IS 62 (24.61% from 255) = 15.66%
BLUE value IS 218 (85.55% from 255) = 55.05%
R=29.29%
G=15.66%
B=55.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal116622180.470.7200.15260.7767.8354.9
Hex743EDA2F480F1054437
Octal164763325711001740510467
Binary1110100111110110110101011111001000011111000001011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,62,218); }

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

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

 a { background-color: rgb(116,62,218); }

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

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

 span { border-color: rgb(116,62,218); }

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