#7a1ef1

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

Shades of Blue Violet #7A1EF1

Tints of Blue Violet #7A1EF1

Color information

#7A1EF1 (or 0x7A1EF1) is unknown color: approx Blue Violet. HEX triplet: 7A, 1E and F1. RGB value is (122,30,241). Sum of RGB (Red+Green+Blue) = 122+30+241=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 241 (94.53% from 255 or 61.32% from 393); Max value from RGB is 241 - color contains mainly: blue. Hex color #7A1EF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1EF1 is #85E10E. Grayscale: #505050. Windows color (decimal): -8773903 or 15801978. OLE color: 15801978.

HSL color Cylindrical-coordinate representation of color #7A1EF1: hue angle of 266.16º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A1EF1 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12230241-
CMYK0.490.8800.05
HSL266.16º88.28%53.14%-
HSV(B)266.16º87.55%94.51%-
XYZ24.3711.4284.14-
YUV81.56217.98156.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.04%
GREEN value IS 30 (12.11% from 255) = 7.63%
BLUE value IS 241 (94.53% from 255) = 61.32%
R=31.04%
G=7.63%
B=61.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal122302410.490.8800.05266.1688.2853.14
Hex7A1EF131580510a5835
Octal17236361611300541213065
Binary11110101111011110001110001101100001011000010101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a1ef1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,30,241); }

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

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

 a { background-color: rgb(122,30,241); }

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

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

 span { border-color: rgb(122,30,241); }

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