#7535F5

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

Shades of Blue Violet #7535F5

Tints of Blue Violet #7535F5

Color information

#7535F5 (or 0x7535F5) is unknown color: approx Blue Violet. HEX triplet: 75, 35 and F5. RGB value is (117,53,245). Sum of RGB (Red+Green+Blue) = 117+53+245=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 245 (96.09% from 255 or 59.04% from 415); Max value from RGB is 245 - color contains mainly: blue. Hex color #7535F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7535F5 is #8ACA0A. Grayscale: #5D5D5D. Windows color (decimal): -9095691 or 16070005. OLE color: 16070005.

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

Color convert

RGB11753245-
CMYK0.520.7800.04
HSL260º90.57%58.43%-
HSV(B)260º78.37%96.08%-
XYZ25.0912.9287.56-
YUV94.02213.2144.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.19%
GREEN value IS 53 (21.09% from 255) = 12.77%
BLUE value IS 245 (96.09% from 255) = 59.04%
R=28.19%
G=12.77%
B=59.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal117532450.520.7800.0426090.5758.43
Hex7535F5344E041045b3a
Octal16565365641160440413372
Binary111010111010111110101110100100111001001000001001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7535F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,53,245); }

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

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

 a { background-color: rgb(117,53,245); }

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

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

 span { border-color: rgb(117,53,245); }

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