#7A41E8

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

Shades of Blue Violet #7A41E8

Tints of Blue Violet #7A41E8

Color information

#7A41E8 (or 0x7A41E8) is unknown color: approx Blue Violet. HEX triplet: 7A, 41 and E8. RGB value is (122,65,232). Sum of RGB (Red+Green+Blue) = 122+65+232=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 232 (91.02% from 255 or 55.37% from 419); Max value from RGB is 232 - color contains mainly: blue. Hex color #7A41E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A41E8 is #85BE17. Grayscale: #646464. Windows color (decimal): -8764952 or 15221114. OLE color: 15221114.

HSL color Cylindrical-coordinate representation of color #7A41E8: hue angle of 260.48º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A41E8 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB12265232-
CMYK0.470.7200.09
HSL260.48º78.4%58.24%-
HSV(B)260.48º71.98%90.98%-
XYZ24.4813.7477.71-
YUV101.08201.88142.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.12%
GREEN value IS 65 (25.78% from 255) = 15.51%
BLUE value IS 232 (91.02% from 255) = 55.37%
R=29.12%
G=15.51%
B=55.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal122652320.470.7200.09260.4878.458.24
Hex7A41E82F48091044e3a
Octal1721013505711001140411672
Binary11110101000001111010001011111001000010011000001001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A41E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,65,232); }

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

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

 a { background-color: rgb(122,65,232); }

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

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

 span { border-color: rgb(122,65,232); }

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