Html Css Color HEX #7B26EE Blue Violet

📋 copy color: '#7B26EE'

red 123 ◦ green 38 ◦ blue 238

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

Shades of Blue Violet #7B26EE

Tints of Blue Violet #7B26EE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.52%

 BLUE value IS 238 (93.36% from 255) = 59.65%

R = 30.83%
G = 9.52%
B = 59.65%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7B26EE (or 0x7B26EE) is known color: Blue Violet. HEX triplet: 7B, 26 and EE. RGB value is (123,38,238). Sum of RGB (Red+Green+Blue) = 123+38+238=399 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.83% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #7B26EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B26EE is #84D911. Grayscale: #555555. Windows color (decimal): -8706322 or 15607419. OLE color: 15607419.

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

Color convert

RGB 123 38 238 -
CMYK 0.48 0.84 0 0.07
HSL 265.5º 0.85% 0.54% -
HSV(B) 265.5º 0.84% 0.93% -
XYZ 24.29 11.77 81.88 -
YUV 86.22 213.66 154.24 -
System Red Green Blue C M Y K H S L
Decimal 123 38 238 0.48 0.84 0 0.07 265.5 0.85 0.54
Hex 7B 26 EE 30 54 0 7 10A 55 36
Octal 173 46 356 60 124 0 7 412 125 66
Binary 1111011 100110 11101110 110000 1010100 0 111 100001010 1010101 110110

Color Harmonies of #7B26EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B26EE

Black with #7B26EE

Text Example


Text Example

White with #7B26EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,38,238); }

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

background-color css

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

 a { background-color: rgb(123,38,238); }

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

border-color css

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

 span { border-color: rgb(123,38,238); }

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