#7A3AE7

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

Shades of Blue Violet #7A3AE7

Tints of Blue Violet #7A3AE7

Color information

#7A3AE7 (or 0x7A3AE7) is unknown color: approx Blue Violet. HEX triplet: 7A, 3A and E7. RGB value is (122,58,231). Sum of RGB (Red+Green+Blue) = 122+58+231=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 231 (90.62% from 255 or 56.20% from 411); Max value from RGB is 231 - color contains mainly: blue. Hex color #7A3AE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A3AE7 is #85C518. Grayscale: #606060. Windows color (decimal): -8766745 or 15153786. OLE color: 15153786.

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

Color convert

RGB12258231-
CMYK0.470.7500.09
HSL262.2º78.28%56.67%-
HSV(B)262.2º74.89%90.59%-
XYZ23.9612.9376.83-
YUV96.86203.7145.93-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.68%
GREEN value IS 58 (23.05% from 255) = 14.11%
BLUE value IS 231 (90.62% from 255) = 56.20%
R=29.68%
G=14.11%
B=56.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal122582310.470.7500.09262.278.2856.67
Hex7A3AE72F4B091064e39
Octal172723475711301140611671
Binary1111010111010111001111011111001011010011000001101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,58,231); }

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

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

 a { background-color: rgb(122,58,231); }

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

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

 span { border-color: rgb(122,58,231); }

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