#7B41F6

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

Shades of Blue Violet #7B41F6

Tints of Blue Violet #7B41F6

Color information

#7B41F6 (or 0x7B41F6) is unknown color: approx Blue Violet. HEX triplet: 7B, 41 and F6. RGB value is (123,65,246). Sum of RGB (Red+Green+Blue) = 123+65+246=434 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.34% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 246 (96.48% from 255 or 56.68% from 434); Max value from RGB is 246 - color contains mainly: blue. Hex color #7B41F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B41F6 is #84BE09. Grayscale: #666666. Windows color (decimal): -8699402 or 16138619. OLE color: 16138619.

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

Color convert

RGB12365246-
CMYK0.500.7400.04
HSL259.23º90.95%60.98%-
HSV(B)259.23º73.58%96.47%-
XYZ26.6914.6588.61-
YUV102.98208.72142.28-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.34%
GREEN value IS 65 (25.78% from 255) = 14.98%
BLUE value IS 246 (96.48% from 255) = 56.68%
R=28.34%
G=14.98%
B=56.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal123652460.500.7400.04259.2390.9560.98
Hex7B41F6324A041035b3d
Octal173101366621120440313375
Binary1111011100000111110110110010100101001001000000111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B41F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,65,246); }

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

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

 a { background-color: rgb(123,65,246); }

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

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

 span { border-color: rgb(123,65,246); }

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