#7434F5

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

Shades of Blue Violet #7434F5

Tints of Blue Violet #7434F5

Color information

#7434F5 (or 0x7434F5) is unknown color: approx Blue Violet. HEX triplet: 74, 34 and F5. RGB value is (116,52,245). Sum of RGB (Red+Green+Blue) = 116+52+245=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 245 (96.09% from 255 or 59.32% from 413); Max value from RGB is 245 - color contains mainly: blue. Hex color #7434F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7434F5 is #8BCB0A. Grayscale: #5C5C5C. Windows color (decimal): -9161483 or 16069748. OLE color: 16069748.

HSL color Cylindrical-coordinate representation of color #7434F5: hue angle of 259.9º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7434F5 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11652245-
CMYK0.530.7900.04
HSL259.9º90.61%58.24%-
HSV(B)259.9º78.78%96.08%-
XYZ24.9112.7687.54-
YUV93.14213.7144.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.09%
GREEN value IS 52 (20.70% from 255) = 12.59%
BLUE value IS 245 (96.09% from 255) = 59.32%
R=28.09%
G=12.59%
B=59.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal116522450.530.7900.04259.990.6158.24
Hex7434F5354F041045b3a
Octal16464365651170440413372
Binary111010011010011110101110101100111101001000001001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7434F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7434F5; }

 p { color: rgb(116,52,245); }

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

<style>
 a { background-color: #7434F5; }

 a { background-color: rgb(116,52,245); }

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

<style>
 span { border-color: #7434F5; }

 span { border-color: rgb(116,52,245); }

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