#7b26ed

Color #7B26ED Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7B26ED

Tints of Blue Violet #7B26ED

Color information

#7B26ED (or 0x7B26ED) is unknown color: approx Blue Violet. HEX triplet: 7B, 26 and ED. RGB value is (123,38,237). Sum of RGB (Red+Green+Blue) = 123+38+237=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #7B26ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B26ED is #84D912. Grayscale: #555555. Windows color (decimal): -8706323 or 15541883. OLE color: 15541883.

HSL color Cylindrical-coordinate representation of color #7B26ED: hue angle of 265.63º 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 #7B26ED is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12338237-
CMYK0.480.8400.07
HSL265.63º84.68%53.92%-
HSV(B)265.63º83.97%92.94%-
XYZ24.1511.7181.11-
YUV86.1213.16154.32-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.90%
GREEN value IS 38 (15.23% from 255) = 9.55%
BLUE value IS 237 (92.97% from 255) = 59.55%
R=30.90%
G=9.55%
B=59.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal123382370.480.8400.07265.6384.6853.92
Hex7B26ED30540710a5536
Octal17346355601240741212566
Binary111101110011011101101110000101010001111000010101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b26ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7b26ed;
 }
 .AnyTagClassName
 {
   color: #7b26ed;
 }
</style>
background-color css

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

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

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

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

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

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