#7A3AF5

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

Shades of Blue Violet #7A3AF5

Tints of Blue Violet #7A3AF5

Color information

#7A3AF5 (or 0x7A3AF5) is unknown color: approx Blue Violet. HEX triplet: 7A, 3A and F5. RGB value is (122,58,245). Sum of RGB (Red+Green+Blue) = 122+58+245=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 245 (96.09% from 255 or 57.65% from 425); Max value from RGB is 245 - color contains mainly: blue. Hex color #7A3AF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A3AF5 is #85C50A. Grayscale: #616161. Windows color (decimal): -8766731 or 16071290. OLE color: 16071290.

HSL color Cylindrical-coordinate representation of color #7A3AF5: hue angle of 260.53º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A3AF5 is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12258245-
CMYK0.500.7600.04
HSL260.53º90.34%59.41%-
HSV(B)260.53º76.33%96.08%-
XYZ26.0213.7687.67-
YUV98.45210.7144.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.71%
GREEN value IS 58 (23.05% from 255) = 13.65%
BLUE value IS 245 (96.09% from 255) = 57.65%
R=28.71%
G=13.65%
B=57.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal122582450.500.7600.04260.5390.3459.41
Hex7A3AF5324C041055a3b
Octal17272365621140440513273
Binary111101011101011110101110010100110001001000001011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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