Html Css Color HEX #7B10EC Blue Violet

📋 copy color: '#7B10EC'

red 123 ◦ green 16 ◦ blue 236

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

Shades of Blue Violet #7B10EC

Tints of Blue Violet #7B10EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.27%

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

R = 32.8%
G = 4.27%
B = 62.93%

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

#7B10EC (or 0x7B10EC) is known color: Blue Violet. HEX triplet: 7B, 10 and EC. RGB value is (123,16,236). Sum of RGB (Red+Green+Blue) = 123+16+236=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B10EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B10EC is #84EF13. Grayscale: #484848. Windows color (decimal): -8711956 or 15470715. OLE color: 15470715.

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

Color convert

RGB 123 16 236 -
CMYK 0.48 0.93 0 0.07
HSL 269.18º 0.87% 0.49% -
HSV(B) 269.18º 0.93% 0.93% -
XYZ 23.49 10.64 80.17 -
YUV 73.07 219.95 163.61 -
System Red Green Blue C M Y K H S L
Decimal 123 16 236 0.48 0.93 0 0.07 269.18 0.87 0.49
Hex 7B 10 EC 30 5D 0 7 10D 57 31
Octal 173 20 354 60 135 0 7 415 127 61
Binary 1111011 10000 11101100 110000 1011101 0 111 100001101 1010111 110001

Color Harmonies of #7B10EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B10EC

Black with #7B10EC

Text Example


Text Example

White with #7B10EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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