#7B3EF5

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

Shades of Blue Violet #7B3EF5

Tints of Blue Violet #7B3EF5

Color information

#7B3EF5 (or 0x7B3EF5) is unknown color: approx Blue Violet. HEX triplet: 7B, 3E and F5. RGB value is (123,62,245). Sum of RGB (Red+Green+Blue) = 123+62+245=430 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.60% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 245 (96.09% from 255 or 56.98% from 430); Max value from RGB is 245 - color contains mainly: blue. Hex color #7B3EF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B3EF5 is #84C10A. Grayscale: #646464. Windows color (decimal): -8700171 or 16072315. OLE color: 16072315.

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

Color convert

RGB12362245-
CMYK0.500.7500.04
HSL260º90.15%60.2%-
HSV(B)260º74.69%96.08%-
XYZ26.3714.2587.75-
YUV101.1209.21143.62-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.60%
GREEN value IS 62 (24.61% from 255) = 14.42%
BLUE value IS 245 (96.09% from 255) = 56.98%
R=28.60%
G=14.42%
B=56.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal123622450.500.7500.0426090.1560.2
Hex7B3EF5324B041045a3c
Octal17376365621130440413274
Binary111101111111011110101110010100101101001000001001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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