#7A3DE1

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

Shades of Blue Violet #7A3DE1

Tints of Blue Violet #7A3DE1

Color information

#7A3DE1 (or 0x7A3DE1) is unknown color: approx Blue Violet. HEX triplet: 7A, 3D and E1. RGB value is (122,61,225). Sum of RGB (Red+Green+Blue) = 122+61+225=408 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.90% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 225 (88.28% from 255 or 55.15% from 408); Max value from RGB is 225 - color contains mainly: blue. Hex color #7A3DE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3DE1 is #85C21E. Grayscale: #616161. Windows color (decimal): -8765983 or 14761338. OLE color: 14761338.

HSL color Cylindrical-coordinate representation of color #7A3DE1: hue angle of 262.32º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A3DE1 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12261225-
CMYK0.460.7300.12
HSL262.32º73.21%56.08%-
HSV(B)262.32º72.89%88.24%-
XYZ23.2912.9172.5-
YUV97.94199.71145.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.90%
GREEN value IS 61 (24.22% from 255) = 14.95%
BLUE value IS 225 (88.28% from 255) = 55.15%
R=29.90%
G=14.95%
B=55.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal122612250.460.7300.12262.3273.2156.08
Hex7A3DE12E490C1064938
Octal172753415611101440611170
Binary1111010111101111000011011101001001011001000001101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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