#7B3AF5

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

Shades of Blue Violet #7B3AF5

Tints of Blue Violet #7B3AF5

Color information

#7B3AF5 (or 0x7B3AF5) is unknown color: approx Blue Violet. HEX triplet: 7B, 3A and F5. RGB value is (123,58,245). Sum of RGB (Red+Green+Blue) = 123+58+245=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 245 (96.09% from 255 or 57.51% from 426); Max value from RGB is 245 - color contains mainly: blue. Hex color #7B3AF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B3AF5 is #84C50A. Grayscale: #626262. Windows color (decimal): -8701195 or 16071291. OLE color: 16071291.

HSL color Cylindrical-coordinate representation of color #7B3AF5: hue angle of 260.86º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B3AF5 is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12358245-
CMYK0.500.7600.04
HSL260.86º90.34%59.41%-
HSV(B)260.86º76.33%96.08%-
XYZ26.1613.8387.68-
YUV98.75210.53145.29-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.87%
GREEN value IS 58 (23.05% from 255) = 13.62%
BLUE value IS 245 (96.09% from 255) = 57.51%
R=28.87%
G=13.62%
B=57.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal123582450.500.7600.04260.8690.3459.41
Hex7B3AF5324C041055a3b
Octal17372365621140440513273
Binary111101111101011110101110010100110001001000001011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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