Html Css Color HEX #7B40EA Blue Violet

📋 copy color: '#7B40EA'

red 123 ◦ green 64 ◦ blue 234

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

Shades of Blue Violet #7B40EA

Tints of Blue Violet #7B40EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.58%

R = 29.22%
G = 15.2%
B = 55.58%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B40EA (or 0x7B40EA) is known color: Blue Violet. HEX triplet: 7B, 40 and EA. RGB value is (123,64,234). Sum of RGB (Red+Green+Blue) = 123+64+234=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B40EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B40EA is #84BF15. Grayscale: #646464. Windows color (decimal): -8699670 or 15351931. OLE color: 15351931.

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

Color convert

RGB 123 64 234 -
CMYK 0.47 0.73 0 0.08
HSL 260.82º 0.8% 0.58% -
HSV(B) 260.82º 0.73% 0.92% -
XYZ 24.85 13.82 79.2 -
YUV 101.02 203.05 143.68 -
System Red Green Blue C M Y K H S L
Decimal 123 64 234 0.47 0.73 0 0.08 260.82 0.8 0.58
Hex 7B 40 EA 2F 49 0 8 105 50 3A
Octal 173 100 352 57 111 0 10 405 120 72
Binary 1111011 1000000 11101010 101111 1001001 0 1000 100000101 1010000 111010

Color Harmonies of #7B40EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B40EA

Black with #7B40EA

Text Example


Text Example

White with #7B40EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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