#7C32E5

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

Shades of Blue Violet #7C32E5

Tints of Blue Violet #7C32E5

Color information

#7C32E5 (or 0x7C32E5) is unknown color: approx Blue Violet. HEX triplet: 7C, 32 and E5. RGB value is (124,50,229). Sum of RGB (Red+Green+Blue) = 124+50+229=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 229 (89.84% from 255 or 56.82% from 403); Max value from RGB is 229 - color contains mainly: blue. Hex color #7C32E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C32E5 is #83CD1A. Grayscale: #5B5B5B. Windows color (decimal): -8637723 or 15020668. OLE color: 15020668.

HSL color Cylindrical-coordinate representation of color #7C32E5: hue angle of 264.8º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C32E5 is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB12450229-
CMYK0.460.7800.10
HSL264.8º77.49%54.71%-
HSV(B)264.8º78.17%89.8%-
XYZ23.612.2275.24-
YUV92.53205.02150.45-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.77%
GREEN value IS 50 (19.92% from 255) = 12.41%
BLUE value IS 229 (89.84% from 255) = 56.82%
R=30.77%
G=12.41%
B=56.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal124502290.460.7800.10264.877.4954.71
Hex7C32E52E4E0A1094d37
Octal174623455611601241111567
Binary1111100110010111001011011101001110010101000010011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C32E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C32E5; }

 p { color: rgb(124,50,229); }

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

<style>
 a { background-color: #7C32E5; }

 a { background-color: rgb(124,50,229); }

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

<style>
 span { border-color: #7C32E5; }

 span { border-color: rgb(124,50,229); }

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