#7534E0

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

Shades of Blue Violet #7534E0

Tints of Blue Violet #7534E0

Color information

#7534E0 (or 0x7534E0) is unknown color: approx Blue Violet. HEX triplet: 75, 34 and E0. RGB value is (117,52,224). Sum of RGB (Red+Green+Blue) = 117+52+224=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 224 (87.89% from 255 or 57.00% from 393); Max value from RGB is 224 - color contains mainly: blue. Hex color #7534E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7534E0 is #8ACB1F. Grayscale: #5A5A5A. Windows color (decimal): -9095968 or 14693493. OLE color: 14693493.

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

Color convert

RGB11752224-
CMYK0.480.7700.12
HSL262.67º73.5%54.12%-
HSV(B)262.67º76.79%87.84%-
XYZ22.0211.6271.6-
YUV91.04203.03146.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.77%
GREEN value IS 52 (20.70% from 255) = 13.23%
BLUE value IS 224 (87.89% from 255) = 57.00%
R=29.77%
G=13.23%
B=57.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal117522240.480.7700.12262.6773.554.12
Hex7534E0304D0C1074a36
Octal165643406011501440711266
Binary1110101110100111000001100001001101011001000001111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7534E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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