#7C3BD9

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

Shades of Blue Violet #7C3BD9

Tints of Blue Violet #7C3BD9

Color information

#7C3BD9 (or 0x7C3BD9) is unknown color: approx Blue Violet. HEX triplet: 7C, 3B and D9. RGB value is (124,59,217). Sum of RGB (Red+Green+Blue) = 124+59+217=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 217 (85.16% from 255 or 54.25% from 400); Max value from RGB is 217 - color contains mainly: blue. Hex color #7C3BD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3BD9 is #83C426. Grayscale: #5F5F5F. Windows color (decimal): -8635431 or 14236540. OLE color: 14236540.

HSL color Cylindrical-coordinate representation of color #7C3BD9: hue angle of 264.68º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C3BD9 is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12459217-
CMYK0.430.7300.15
HSL264.68º67.52%54.12%-
HSV(B)264.68º72.81%85.1%-
XYZ22.412.4266.86-
YUV96.45196.03147.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31%
GREEN value IS 59 (23.44% from 255) = 14.75%
BLUE value IS 217 (85.16% from 255) = 54.25%
R=31%
G=14.75%
B=54.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal124592170.430.7300.15264.6867.5254.12
Hex7C3BD92B490F1094436
Octal174733315311101741110466
Binary1111100111011110110011010111001001011111000010011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,59,217); }

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

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

 a { background-color: rgb(124,59,217); }

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

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

 span { border-color: rgb(124,59,217); }

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