#7439E5

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

Shades of Blue Violet #7439E5

Tints of Blue Violet #7439E5

Color information

#7439E5 (or 0x7439E5) is unknown color: approx Blue Violet. HEX triplet: 74, 39 and E5. RGB value is (116,57,229). Sum of RGB (Red+Green+Blue) = 116+57+229=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 229 (89.84% from 255 or 56.97% from 402); Max value from RGB is 229 - color contains mainly: blue. Hex color #7439E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7439E5 is #8BC61A. Grayscale: #5D5D5D. Windows color (decimal): -9160219 or 15022452. OLE color: 15022452.

HSL color Cylindrical-coordinate representation of color #7439E5: hue angle of 260.58º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7439E5 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB11657229-
CMYK0.490.7500.10
HSL260.58º76.79%56.08%-
HSV(B)260.58º75.11%89.8%-
XYZ22.8112.375.3-
YUV94.25204.05143.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.86%
GREEN value IS 57 (22.66% from 255) = 14.18%
BLUE value IS 229 (89.84% from 255) = 56.97%
R=28.86%
G=14.18%
B=56.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal116572290.490.7500.10260.5876.7956.08
Hex7439E5314B0A1054d38
Octal164713456111301240511570
Binary1110100111001111001011100011001011010101000001011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7439E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7439E5; }

 p { color: rgb(116,57,229); }

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

<style>
 a { background-color: #7439E5; }

 a { background-color: rgb(116,57,229); }

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

<style>
 span { border-color: #7439E5; }

 span { border-color: rgb(116,57,229); }

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