#7B42EB

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

Shades of Blue Violet #7B42EB

Tints of Blue Violet #7B42EB

Color information

#7B42EB (or 0x7B42EB) is unknown color: approx Blue Violet. HEX triplet: 7B, 42 and EB. RGB value is (123,66,235). Sum of RGB (Red+Green+Blue) = 123+66+235=424 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.01% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B42EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B42EB is #84BD14. Grayscale: #656565. Windows color (decimal): -8699157 or 15417979. OLE color: 15417979.

HSL color Cylindrical-coordinate representation of color #7B42EB: hue angle of 260.24º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B42EB is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12366235-
CMYK0.480.7200.08
HSL260.24º80.86%59.02%-
HSV(B)260.24º71.91%92.16%-
XYZ25.1114.1180-
YUV102.31202.88142.76-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.01%
GREEN value IS 66 (26.17% from 255) = 15.57%
BLUE value IS 235 (92.19% from 255) = 55.42%
R=29.01%
G=15.57%
B=55.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal123662350.480.7200.08260.2480.8659.02
Hex7B42EB304808104513b
Octal1731023536011001040412173
Binary11110111000010111010111100001001000010001000001001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B42EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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