Html Css Color HEX #7B40EB Blue Violet

📋 copy color: '#7B40EB'

red 123 ◦ green 64 ◦ blue 235

#7B40EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #7B40EB

Tints of Blue Violet #7B40EB

RGB

 RED value IS 123 (48.44% from 255) = 29.15%

 GREEN value IS 64 (25.39% from 255) = 15.17%

 BLUE value IS 235 (92.19% from 255) = 55.69%

R = 29.15%
G = 15.17%
B = 55.69%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B40EB (or 0x7B40EB) is known color: Blue Violet. HEX triplet: 7B, 40 and EB. RGB value is (123,64,235). Sum of RGB (Red+Green+Blue) = 123+64+235=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B40EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B40EB is #84BF14. Grayscale: #646464. Windows color (decimal): -8699669 or 15417467. OLE color: 15417467.

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

Color convert

RGB 123 64 235 -
CMYK 0.48 0.73 0 0.08
HSL 260.7º 0.81% 0.59% -
HSV(B) 260.7º 0.73% 0.92% -
XYZ 25 13.88 79.96 -
YUV 101.14 203.55 143.6 -
System Red Green Blue C M Y K H S L
Decimal 123 64 235 0.48 0.73 0 0.08 260.7 0.81 0.59
Hex 7B 40 EB 30 49 0 8 105 51 3B
Octal 173 100 353 60 111 0 10 405 121 73
Binary 1111011 1000000 11101011 110000 1001001 0 1000 100000101 1010001 111011

Color Harmonies of #7B40EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B40EB

Black with #7B40EB

Text Example


Text Example

White with #7B40EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,64,235); }

 H1.HeaderClassName
 {
   color: #7B40EB;
 }
 .AnyTagClassName
 {
   color: #7B40EB;
 }
</style>

background-color css

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

 a { background-color: rgb(123,64,235); }

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

border-color css

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

 span { border-color: rgb(123,64,235); }

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