#7B3BEA

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

Shades of Blue Violet #7B3BEA

Tints of Blue Violet #7B3BEA

Color information

#7B3BEA (or 0x7B3BEA) is unknown color: approx Blue Violet. HEX triplet: 7B, 3B and EA. RGB value is (123,59,234). Sum of RGB (Red+Green+Blue) = 123+59+234=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B3BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B3BEA is #84C415. Grayscale: #616161. Windows color (decimal): -8700950 or 15350651. OLE color: 15350651.

HSL color Cylindrical-coordinate representation of color #7B3BEA: hue angle of 261.94º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B3BEA is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12359234-
CMYK0.470.7500.08
HSL261.94º80.65%57.45%-
HSV(B)261.94º74.79%91.76%-
XYZ24.5813.2879.11-
YUV98.09204.7145.77-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.57%
GREEN value IS 59 (23.44% from 255) = 14.18%
BLUE value IS 234 (91.80% from 255) = 56.25%
R=29.57%
G=14.18%
B=56.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal123592340.470.7500.08261.9480.6557.45
Hex7B3BEA2F4B081065139
Octal173733525711301040612171
Binary1111011111011111010101011111001011010001000001101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,59,234); }

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

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

 a { background-color: rgb(123,59,234); }

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

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

 span { border-color: rgb(123,59,234); }

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