#7b3af2

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

Shades of Blue Violet #7B3AF2

Tints of Blue Violet #7B3AF2

Color information

#7B3AF2 (or 0x7B3AF2) is unknown color: approx Blue Violet. HEX triplet: 7B, 3A and F2. RGB value is (123,58,242). Sum of RGB (Red+Green+Blue) = 123+58+242=423 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.08% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 242 (94.92% from 255 or 57.21% from 423); Max value from RGB is 242 - color contains mainly: blue. Hex color #7B3AF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B3AF2 is #84C50D. Grayscale: #616161. Windows color (decimal): -8701198 or 15874683. OLE color: 15874683.

HSL color Cylindrical-coordinate representation of color #7B3AF2: hue angle of 261.2º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B3AF2 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12358242-
CMYK0.490.7600.05
HSL261.2º87.62%58.82%-
HSV(B)261.2º76.03%94.9%-
XYZ25.7113.6585.28-
YUV98.41209.03145.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.08%
GREEN value IS 58 (23.05% from 255) = 13.71%
BLUE value IS 242 (94.92% from 255) = 57.21%
R=29.08%
G=13.71%
B=57.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal123582420.490.7600.05261.287.6258.82
Hex7B3AF2314C05105583b
Octal17372362611140540513073
Binary111101111101011110010110001100110001011000001011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b3af2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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