#7a3de6

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

Shades of Blue Violet #7A3DE6

Tints of Blue Violet #7A3DE6

Color information

#7A3DE6 (or 0x7A3DE6) is unknown color: approx Blue Violet. HEX triplet: 7A, 3D and E6. RGB value is (122,61,230). Sum of RGB (Red+Green+Blue) = 122+61+230=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 230 (90.23% from 255 or 55.69% from 413); Max value from RGB is 230 - color contains mainly: blue. Hex color #7A3DE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A3DE6 is #85C219. Grayscale: #616161. Windows color (decimal): -8765978 or 15089018. OLE color: 15089018.

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

Color convert

RGB12261230-
CMYK0.470.7300.10
HSL261.66º77.17%57.06%-
HSV(B)261.66º73.48%90.2%-
XYZ23.9813.1976.14-
YUV98.5202.21144.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.54%
GREEN value IS 61 (24.22% from 255) = 14.77%
BLUE value IS 230 (90.23% from 255) = 55.69%
R=29.54%
G=14.77%
B=55.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal122612300.470.7300.10261.6677.1757.06
Hex7A3DE62F490A1064d39
Octal172753465711101240611571
Binary1111010111101111001101011111001001010101000001101001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a3de6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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