Html Css Color HEX #7B41EF Blue Violet

📋 copy color: '#7B41EF'

red 123 ◦ green 65 ◦ blue 239

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

Shades of Blue Violet #7B41EF

Tints of Blue Violet #7B41EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.97%

R = 28.81%
G = 15.22%
B = 55.97%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7B41EF (or 0x7B41EF) is known color: Blue Violet. HEX triplet: 7B, 41 and EF. RGB value is (123,65,239). Sum of RGB (Red+Green+Blue) = 123+65+239=427 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.81% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 239 (93.75% from 255 or 55.97% from 427); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B41EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B41EF is #84BE10. Grayscale: #656565. Windows color (decimal): -8699409 or 15679867. OLE color: 15679867.

HSL color Cylindrical-coordinate representation of color #7B41EF: hue angle of 260º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B41EF is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 65 239 -
CMYK 0.49 0.73 0 0.06
HSL 260º 0.84% 0.6% -
HSV(B) 260º 0.73% 0.94% -
XYZ 25.64 14.22 83.06 -
YUV 102.18 205.22 142.85 -
System Red Green Blue C M Y K H S L
Decimal 123 65 239 0.49 0.73 0 0.06 260 0.84 0.6
Hex 7B 41 EF 31 49 0 6 104 54 3C
Octal 173 101 357 61 111 0 6 404 124 74
Binary 1111011 1000001 11101111 110001 1001001 0 110 100000100 1010100 111100

Color Harmonies of #7B41EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B41EF

Black with #7B41EF

Text Example


Text Example

White with #7B41EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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