#7C3CD5

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

Shades of Blue Violet #7C3CD5

Tints of Blue Violet #7C3CD5

Color information

#7C3CD5 (or 0x7C3CD5) is unknown color: approx Blue Violet. HEX triplet: 7C, 3C and D5. RGB value is (124,60,213). Sum of RGB (Red+Green+Blue) = 124+60+213=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 213 (83.59% from 255 or 53.65% from 397); Max value from RGB is 213 - color contains mainly: blue. Hex color #7C3CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3CD5 is #83C32A. Grayscale: #606060. Windows color (decimal): -8635179 or 13974652. OLE color: 13974652.

HSL color Cylindrical-coordinate representation of color #7C3CD5: hue angle of 265.1º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C3CD5 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12460213-
CMYK0.420.7200.16
HSL265.1º64.56%53.53%-
HSV(B)265.1º71.83%83.53%-
XYZ21.9412.3264.17-
YUV96.58193.7147.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.23%
GREEN value IS 60 (23.83% from 255) = 15.11%
BLUE value IS 213 (83.59% from 255) = 53.65%
R=31.23%
G=15.11%
B=53.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal124602130.420.7200.16265.164.5653.53
Hex7C3CD52A480101094136
Octal174743255211002041110166
Binary11111001111001101010110101010010000100001000010011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,60,213); }

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

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

 a { background-color: rgb(124,60,213); }

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

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

 span { border-color: rgb(124,60,213); }

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