#7534E3

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

Shades of Blue Violet #7534E3

Tints of Blue Violet #7534E3

Color information

#7534E3 (or 0x7534E3) is unknown color: approx Blue Violet. HEX triplet: 75, 34 and E3. RGB value is (117,52,227). Sum of RGB (Red+Green+Blue) = 117+52+227=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 227 (89.06% from 255 or 57.32% from 396); Max value from RGB is 227 - color contains mainly: blue. Hex color #7534E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7534E3 is #8ACB1C. Grayscale: #5A5A5A. Windows color (decimal): -9095965 or 14890101. OLE color: 14890101.

HSL color Cylindrical-coordinate representation of color #7534E3: hue angle of 262.29º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7534E3 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11752227-
CMYK0.480.7700.11
HSL262.29º75.76%54.71%-
HSV(B)262.29º77.09%89.02%-
XYZ22.4311.7873.77-
YUV91.38204.53146.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.55%
GREEN value IS 52 (20.70% from 255) = 13.13%
BLUE value IS 227 (89.06% from 255) = 57.32%
R=29.55%
G=13.13%
B=57.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal117522270.480.7700.11262.2975.7654.71
Hex7534E3304D0B1064c37
Octal165643436011501340611467
Binary1110101110100111000111100001001101010111000001101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7534E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7534E3; }

 p { color: rgb(117,52,227); }

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

<style>
 a { background-color: #7534E3; }

 a { background-color: rgb(117,52,227); }

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

<style>
 span { border-color: #7534E3; }

 span { border-color: rgb(117,52,227); }

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