#7A1AE6

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

Shades of Blue Violet #7A1AE6

Tints of Blue Violet #7A1AE6

Color information

#7A1AE6 (or 0x7A1AE6) is unknown color: approx Blue Violet. HEX triplet: 7A, 1A and E6. RGB value is (122,26,230). Sum of RGB (Red+Green+Blue) = 122+26+230=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 230 (90.23% from 255 or 60.85% from 378); Max value from RGB is 230 - color contains mainly: blue. Hex color #7A1AE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1AE6 is #85E519. Grayscale: #4D4D4D. Windows color (decimal): -8774938 or 15080058. OLE color: 15080058.

HSL color Cylindrical-coordinate representation of color #7A1AE6: hue angle of 268.24º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A1AE6 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB12226230-
CMYK0.470.8900.10
HSL268.24º80.31%50.2%-
HSV(B)268.24º88.7%90.2%-
XYZ22.6810.5975.71-
YUV77.96213.8159.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.28%
GREEN value IS 26 (10.55% from 255) = 6.88%
BLUE value IS 230 (90.23% from 255) = 60.85%
R=32.28%
G=6.88%
B=60.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal122262300.470.8900.10268.2480.3150.2
Hex7A1AE62F590A10c5032
Octal172323465713101241412062
Binary111101011010111001101011111011001010101000011001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,26,230); }

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

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

 a { background-color: rgb(122,26,230); }

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

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

 span { border-color: rgb(122,26,230); }

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