#7535FF

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

Shades of Blue Violet #7535FF

Tints of Blue Violet #7535FF

Color information

#7535FF (or 0x7535FF) is unknown color: approx Blue Violet. HEX triplet: 75, 35 and FF. RGB value is (117,53,255). Sum of RGB (Red+Green+Blue) = 117+53+255=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #7535FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7535FF is #8ACA00. Grayscale: #5E5E5E. Windows color (decimal): -9095681 or 16725365. OLE color: 16725365.

HSL color Cylindrical-coordinate representation of color #7535FF: hue angle of 259.01º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7535FF is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11753255-
CMYK0.540.7900
HSL259.01º100%60.39%-
HSV(B)259.01º79.22%100%-
XYZ26.6613.5595.82-
YUV95.16218.2143.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.53%
GREEN value IS 53 (21.09% from 255) = 12.47%
BLUE value IS 255 (100% from 255) = 60%
R=27.53%
G=12.47%
B=60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal117532550.540.7900259.0110060.39
Hex7535FF364F00103643c
Octal16565377661170040314474
Binary1110101110101111111111101101001111001000000111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7535FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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