Html Css Color HEX #7B18EB Blue Violet

📋 copy color: '#7B18EB'

red 123 ◦ green 24 ◦ blue 235

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

Shades of Blue Violet #7B18EB

Tints of Blue Violet #7B18EB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.28%

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

R = 32.2%
G = 6.28%
B = 61.52%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B18EB (or 0x7B18EB) is known color: Blue Violet. HEX triplet: 7B, 18 and EB. RGB value is (123,24,235). Sum of RGB (Red+Green+Blue) = 123+24+235=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B18EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B18EB is #84E714. Grayscale: #4C4C4C. Windows color (decimal): -8709909 or 15407227. OLE color: 15407227.

HSL color Cylindrical-coordinate representation of color #7B18EB: hue angle of 268.15º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B18EB is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 24 235 -
CMYK 0.48 0.90 0 0.08
HSL 268.15º 0.84% 0.51% -
HSV(B) 268.15º 0.9% 0.92% -
XYZ 23.49 10.86 79.46 -
YUV 77.66 216.8 160.34 -
System Red Green Blue C M Y K H S L
Decimal 123 24 235 0.48 0.90 0 0.08 268.15 0.84 0.51
Hex 7B 18 EB 30 5A 0 8 10C 54 33
Octal 173 30 353 60 132 0 10 414 124 63
Binary 1111011 11000 11101011 110000 1011010 0 1000 100001100 1010100 110011

Color Harmonies of #7B18EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B18EB

Black with #7B18EB

Text Example


Text Example

White with #7B18EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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