Html Css Color HEX #7B41EB Blue Violet

📋 copy color: '#7B41EB'

red 123 ◦ green 65 ◦ blue 235

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

Shades of Blue Violet #7B41EB

Tints of Blue Violet #7B41EB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.37%

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

R = 29.08%
G = 15.37%
B = 55.56%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B41EB (or 0x7B41EB) is known color: Blue Violet. HEX triplet: 7B, 41 and EB. RGB value is (123,65,235). Sum of RGB (Red+Green+Blue) = 123+65+235=423 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.08% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B41EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B41EB is #84BE14. Grayscale: #656565. Windows color (decimal): -8699413 or 15417723. OLE color: 15417723.

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

Color convert

RGB 123 65 235 -
CMYK 0.48 0.72 0 0.08
HSL 260.47º 0.81% 0.59% -
HSV(B) 260.47º 0.72% 0.92% -
XYZ 25.05 13.99 79.98 -
YUV 101.72 203.22 143.18 -
System Red Green Blue C M Y K H S L
Decimal 123 65 235 0.48 0.72 0 0.08 260.47 0.81 0.59
Hex 7B 41 EB 30 48 0 8 104 51 3B
Octal 173 101 353 60 110 0 10 404 121 73
Binary 1111011 1000001 11101011 110000 1001000 0 1000 100000100 1010001 111011

Color Harmonies of #7B41EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B41EB

Black with #7B41EB

Text Example


Text Example

White with #7B41EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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