#7532F5

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

Shades of Blue Violet #7532F5

Tints of Blue Violet #7532F5

Color information

#7532F5 (or 0x7532F5) is unknown color: approx Blue Violet. HEX triplet: 75, 32 and F5. RGB value is (117,50,245). Sum of RGB (Red+Green+Blue) = 117+50+245=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 245 (96.09% from 255 or 59.47% from 412); Max value from RGB is 245 - color contains mainly: blue. Hex color #7532F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7532F5 is #8ACD0A. Grayscale: #5B5B5B. Windows color (decimal): -9096459 or 16069237. OLE color: 16069237.

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

Color convert

RGB11750245-
CMYK0.520.8000.04
HSL260.62º90.7%57.84%-
HSV(B)260.62º79.59%96.08%-
XYZ24.9612.6687.51-
YUV92.26214.2145.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.40%
GREEN value IS 50 (19.92% from 255) = 12.14%
BLUE value IS 245 (96.09% from 255) = 59.47%
R=28.40%
G=12.14%
B=59.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal117502450.520.8000.04260.6290.757.84
Hex7532F53450041055b3a
Octal16562365641200440513372
Binary111010111001011110101110100101000001001000001011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7532F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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