#7A3FD7

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

Shades of Blue Violet #7A3FD7

Tints of Blue Violet #7A3FD7

Color information

#7A3FD7 (or 0x7A3FD7) is unknown color: approx Blue Violet. HEX triplet: 7A, 3F and D7. RGB value is (122,63,215). Sum of RGB (Red+Green+Blue) = 122+63+215=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 215 (84.38% from 255 or 53.75% from 400); Max value from RGB is 215 - color contains mainly: blue. Hex color #7A3FD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3FD7 is #85C028. Grayscale: #616161. Windows color (decimal): -8765481 or 14106490. OLE color: 14106490.

HSL color Cylindrical-coordinate representation of color #7A3FD7: hue angle of 263.29º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7A3FD7 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12263215-
CMYK0.430.7100.16
HSL263.29º65.52%54.51%-
HSV(B)263.29º70.7%84.31%-
XYZ22.0712.665.56-
YUV97.97194.05145.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.5%
GREEN value IS 63 (25% from 255) = 15.75%
BLUE value IS 215 (84.38% from 255) = 53.75%
R=30.5%
G=15.75%
B=53.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal122632150.430.7100.16263.2965.5254.51
Hex7A3FD72B470101074237
Octal172773275310702040710267
Binary11110101111111101011110101110001110100001000001111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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