#7B42F4

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

Shades of Blue Violet #7B42F4

Tints of Blue Violet #7B42F4

Color information

#7B42F4 (or 0x7B42F4) is unknown color: approx Blue Violet. HEX triplet: 7B, 42 and F4. RGB value is (123,66,244). Sum of RGB (Red+Green+Blue) = 123+66+244=433 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.41% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 244 (95.70% from 255 or 56.35% from 433); Max value from RGB is 244 - color contains mainly: blue. Hex color #7B42F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B42F4 is #84BD0B. Grayscale: #666666. Windows color (decimal): -8699148 or 16007803. OLE color: 16007803.

HSL color Cylindrical-coordinate representation of color #7B42F4: hue angle of 259.21º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B42F4 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12366244-
CMYK0.500.7300.04
HSL259.21º89%60.78%-
HSV(B)259.21º72.95%95.69%-
XYZ26.4514.6487.02-
YUV103.34207.38142.03-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.41%
GREEN value IS 66 (26.17% from 255) = 15.24%
BLUE value IS 244 (95.70% from 255) = 56.35%
R=28.41%
G=15.24%
B=56.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal123662440.500.7300.04259.218960.78
Hex7B42F4324904103593d
Octal173102364621110440313175
Binary1111011100001011110100110010100100101001000000111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B42F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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