#7B3AD1

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

Shades of Blue Violet #7B3AD1

Tints of Blue Violet #7B3AD1

Color information

#7B3AD1 (or 0x7B3AD1) is unknown color: approx Blue Violet. HEX triplet: 7B, 3A and D1. RGB value is (123,58,209). Sum of RGB (Red+Green+Blue) = 123+58+209=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 209 (82.03% from 255 or 53.59% from 390); Max value from RGB is 209 - color contains mainly: blue. Hex color #7B3AD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3AD1 is #84C52E. Grayscale: #5E5E5E. Windows color (decimal): -8701231 or 13711995. OLE color: 13711995.

HSL color Cylindrical-coordinate representation of color #7B3AD1: hue angle of 265.83º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B3AD1 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12358209-
CMYK0.410.7200.18
HSL265.83º62.14%52.35%-
HSV(B)265.83º72.25%81.96%-
XYZ21.1911.8461.49-
YUV94.65192.53148.22-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.54%
GREEN value IS 58 (23.05% from 255) = 14.87%
BLUE value IS 209 (82.03% from 255) = 53.59%
R=31.54%
G=14.87%
B=53.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal123582090.410.7200.18265.8362.1452.35
Hex7B3AD1294801210a3e34
Octal17372321511100224127664
Binary1111011111010110100011010011001000010010100001010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,58,209); }

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

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

 a { background-color: rgb(123,58,209); }

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

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

 span { border-color: rgb(123,58,209); }

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