#7435F9

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

Shades of Blue Violet #7435F9

Tints of Blue Violet #7435F9

Color information

#7435F9 (or 0x7435F9) is unknown color: approx Blue Violet. HEX triplet: 74, 35 and F9. RGB value is (116,53,249). Sum of RGB (Red+Green+Blue) = 116+53+249=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 249 (97.66% from 255 or 59.57% from 418); Max value from RGB is 249 - color contains mainly: blue. Hex color #7435F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7435F9 is #8BCA06. Grayscale: #5D5D5D. Windows color (decimal): -9161223 or 16332148. OLE color: 16332148.

HSL color Cylindrical-coordinate representation of color #7435F9: hue angle of 259.29º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7435F9 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11653249-
CMYK0.530.7900.02
HSL259.29º94.23%59.22%-
HSV(B)259.29º78.71%97.65%-
XYZ25.5713.190.8-
YUV94.18215.37143.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.75%
GREEN value IS 53 (21.09% from 255) = 12.68%
BLUE value IS 249 (97.66% from 255) = 59.57%
R=27.75%
G=12.68%
B=59.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal116532490.530.7900.02259.2994.2359.22
Hex7435F9354F021035e3b
Octal16465371651170240313673
Binary11101001101011111100111010110011110101000000111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7435F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7435F9; }

 p { color: rgb(116,53,249); }

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

<style>
 a { background-color: #7435F9; }

 a { background-color: rgb(116,53,249); }

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

<style>
 span { border-color: #7435F9; }

 span { border-color: rgb(116,53,249); }

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