Html Css Color HEX #7B11EC Blue Violet

📋 copy color: '#7B11EC'

red 123 ◦ green 17 ◦ blue 236

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

Shades of Blue Violet #7B11EC

Tints of Blue Violet #7B11EC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.52%

 BLUE value IS 236 (92.58% from 255) = 62.77%

R = 32.71%
G = 4.52%
B = 62.77%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7B11EC (or 0x7B11EC) is known color: Blue Violet. HEX triplet: 7B, 11 and EC. RGB value is (123,17,236). Sum of RGB (Red+Green+Blue) = 123+17+236=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B11EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B11EC is #84EE13. Grayscale: #484848. Windows color (decimal): -8711700 or 15470971. OLE color: 15470971.

HSL color Cylindrical-coordinate representation of color #7B11EC: hue angle of 269.04º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B11EC is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 17 236 -
CMYK 0.48 0.93 0 0.07
HSL 269.04º 0.87% 0.5% -
HSV(B) 269.04º 0.93% 0.93% -
XYZ 23.51 10.67 80.18 -
YUV 73.66 219.62 163.19 -
System Red Green Blue C M Y K H S L
Decimal 123 17 236 0.48 0.93 0 0.07 269.04 0.87 0.5
Hex 7B 11 EC 30 5D 0 7 10D 57 32
Octal 173 21 354 60 135 0 7 415 127 62
Binary 1111011 10001 11101100 110000 1011101 0 111 100001101 1010111 110010

Color Harmonies of #7B11EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B11EC

Black with #7B11EC

Text Example


Text Example

White with #7B11EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,17,236); }

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

background-color css

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

 a { background-color: rgb(123,17,236); }

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

border-color css

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

 span { border-color: rgb(123,17,236); }

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