#7535EF

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

Shades of Blue Violet #7535EF

Tints of Blue Violet #7535EF

Color information

#7535EF (or 0x7535EF) is unknown color: approx Blue Violet. HEX triplet: 75, 35 and EF. RGB value is (117,53,239). Sum of RGB (Red+Green+Blue) = 117+53+239=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #7535EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7535EF is #8ACA10. Grayscale: #5C5C5C. Windows color (decimal): -9095697 or 15676789. OLE color: 15676789.

HSL color Cylindrical-coordinate representation of color #7535EF: hue angle of 260.65º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7535EF is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11753239-
CMYK0.510.7800.06
HSL260.65º85.32%57.25%-
HSV(B)260.65º77.82%93.73%-
XYZ24.1912.5682.81-
YUV93.34210.2144.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.61%
GREEN value IS 53 (21.09% from 255) = 12.96%
BLUE value IS 239 (93.75% from 255) = 58.44%
R=28.61%
G=12.96%
B=58.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal117532390.510.7800.06260.6585.3257.25
Hex7535EF334E061055539
Octal16565357631160640512571
Binary111010111010111101111110011100111001101000001011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7535EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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