#7A3CF5

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

Shades of Blue Violet #7A3CF5

Tints of Blue Violet #7A3CF5

Color information

#7A3CF5 (or 0x7A3CF5) is unknown color: approx Blue Violet. HEX triplet: 7A, 3C and F5. RGB value is (122,60,245). Sum of RGB (Red+Green+Blue) = 122+60+245=427 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.57% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 245 (96.09% from 255 or 57.38% from 427); Max value from RGB is 245 - color contains mainly: blue. Hex color #7A3CF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A3CF5 is #85C30A. Grayscale: #626262. Windows color (decimal): -8766219 or 16071802. OLE color: 16071802.

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

Color convert

RGB12260245-
CMYK0.500.7600.04
HSL260.11º90.24%59.8%-
HSV(B)260.11º75.51%96.08%-
XYZ26.1213.9687.7-
YUV99.63210.04143.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.57%
GREEN value IS 60 (23.83% from 255) = 14.05%
BLUE value IS 245 (96.09% from 255) = 57.38%
R=28.57%
G=14.05%
B=57.38%

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
Decimal122602450.500.7600.04260.1190.2459.8
Hex7A3CF5324C041045a3c
Octal17274365621140440413274
Binary111101011110011110101110010100110001001000001001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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