#7B42EC

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

Shades of Blue Violet #7B42EC

Tints of Blue Violet #7B42EC

Color information

#7B42EC (or 0x7B42EC) is unknown color: approx Blue Violet. HEX triplet: 7B, 42 and EC. RGB value is (123,66,236). Sum of RGB (Red+Green+Blue) = 123+66+236=425 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.94% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B42EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B42EC is #84BD13. Grayscale: #656565. Windows color (decimal): -8699156 or 15483515. OLE color: 15483515.

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

Color convert

RGB12366236-
CMYK0.480.7200.07
HSL260.12º81.73%59.22%-
HSV(B)260.12º72.03%92.55%-
XYZ25.2614.1680.76-
YUV102.42203.38142.68-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.94%
GREEN value IS 66 (26.17% from 255) = 15.53%
BLUE value IS 236 (92.58% from 255) = 55.53%
R=28.94%
G=15.53%
B=55.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal123662360.480.7200.07260.1281.7359.22
Hex7B42EC304807104523b
Octal173102354601100740412273
Binary1111011100001011101100110000100100001111000001001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B42EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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