#7536F4

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

Shades of Blue Violet #7536F4

Tints of Blue Violet #7536F4

Color information

#7536F4 (or 0x7536F4) is unknown color: approx Blue Violet. HEX triplet: 75, 36 and F4. RGB value is (117,54,244). Sum of RGB (Red+Green+Blue) = 117+54+244=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 244 (95.70% from 255 or 58.80% from 415); Max value from RGB is 244 - color contains mainly: blue. Hex color #7536F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7536F4 is #8AC90B. Grayscale: #5D5D5D. Windows color (decimal): -9095436 or 16004725. OLE color: 16004725.

HSL color Cylindrical-coordinate representation of color #7536F4: hue angle of 259.89º degrees, saturation: 0.9, 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 #7536F4 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11754244-
CMYK0.520.7800.04
HSL259.89º89.62%58.43%-
HSV(B)259.89º77.87%95.69%-
XYZ24.9812.9586.77-
YUV94.5212.37144.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.19%
GREEN value IS 54 (21.48% from 255) = 13.01%
BLUE value IS 244 (95.70% from 255) = 58.80%
R=28.19%
G=13.01%
B=58.80%

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
Decimal117542440.520.7800.04259.8989.6258.43
Hex7536F4344E041045a3a
Octal16566364641160440413272
Binary111010111011011110100110100100111001001000001001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7536F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7536F4; }

 p { color: rgb(117,54,244); }

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

<style>
 a { background-color: #7536F4; }

 a { background-color: rgb(117,54,244); }

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

<style>
 span { border-color: #7536F4; }

 span { border-color: rgb(117,54,244); }

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