#7535E1

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

Shades of Blue Violet #7535E1

Tints of Blue Violet #7535E1

Color information

#7535E1 (or 0x7535E1) is unknown color: approx Blue Violet. HEX triplet: 75, 35 and E1. RGB value is (117,53,225). Sum of RGB (Red+Green+Blue) = 117+53+225=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 225 (88.28% from 255 or 56.96% from 395); Max value from RGB is 225 - color contains mainly: blue. Hex color #7535E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7535E1 is #8ACA1E. Grayscale: #5B5B5B. Windows color (decimal): -9095711 or 14759285. OLE color: 14759285.

HSL color Cylindrical-coordinate representation of color #7535E1: hue angle of 262.33º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7535E1 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11753225-
CMYK0.480.7600.12
HSL262.33º74.14%54.51%-
HSV(B)262.33º76.44%88.24%-
XYZ22.211.7672.33-
YUV91.74203.2146.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 53 (21.09% from 255) = 13.42%
BLUE value IS 225 (88.28% from 255) = 56.96%
R=29.62%
G=13.42%
B=56.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal117532250.480.7600.12262.3374.1454.51
Hex7535E1304C0C1064a37
Octal165653416011401440611267
Binary1110101110101111000011100001001100011001000001101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7535E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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