#7B26E4

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

Shades of Blue Violet #7B26E4

Tints of Blue Violet #7B26E4

Color information

#7B26E4 (or 0x7B26E4) is unknown color: approx Blue Violet. HEX triplet: 7B, 26 and E4. RGB value is (123,38,228). Sum of RGB (Red+Green+Blue) = 123+38+228=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 228 (89.45% from 255 or 58.61% from 389); Max value from RGB is 228 - color contains mainly: blue. Hex color #7B26E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B26E4 is #84D91B. Grayscale: #545454. Windows color (decimal): -8706332 or 14952059. OLE color: 14952059.

HSL color Cylindrical-coordinate representation of color #7B26E4: hue angle of 266.84º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B26E4 is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB12338228-
CMYK0.460.8300.11
HSL266.84º77.87%52.16%-
HSV(B)266.84º83.33%89.41%-
XYZ22.8711.274.36-
YUV85.08208.66155.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.62%
GREEN value IS 38 (15.23% from 255) = 9.77%
BLUE value IS 228 (89.45% from 255) = 58.61%
R=31.62%
G=9.77%
B=58.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal123382280.460.8300.11266.8477.8752.16
Hex7B26E42E530B10b4e34
Octal173463445612301341311664
Binary1111011100110111001001011101010011010111000010111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B26E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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