#7A3FE1

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

Shades of Blue Violet #7A3FE1

Tints of Blue Violet #7A3FE1

Color information

#7A3FE1 (or 0x7A3FE1) is unknown color: approx Blue Violet. HEX triplet: 7A, 3F and E1. RGB value is (122,63,225). Sum of RGB (Red+Green+Blue) = 122+63+225=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 225 (88.28% from 255 or 54.88% from 410); Max value from RGB is 225 - color contains mainly: blue. Hex color #7A3FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3FE1 is #85C01E. Grayscale: #626262. Windows color (decimal): -8765471 or 14761850. OLE color: 14761850.

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

Color convert

RGB12263225-
CMYK0.460.7200.12
HSL261.85º72.97%56.47%-
HSV(B)261.85º72%88.24%-
XYZ23.3913.1372.54-
YUV99.11199.05144.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.76%
GREEN value IS 63 (25% from 255) = 15.37%
BLUE value IS 225 (88.28% from 255) = 54.88%
R=29.76%
G=15.37%
B=54.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal122632250.460.7200.12261.8572.9756.47
Hex7A3FE12E480C1064938
Octal172773415611001440611170
Binary1111010111111111000011011101001000011001000001101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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