#7A1DF0

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

Shades of Blue Violet #7A1DF0

Tints of Blue Violet #7A1DF0

Color information

#7A1DF0 (or 0x7A1DF0) is unknown color: approx Blue Violet. HEX triplet: 7A, 1D and F0. RGB value is (122,29,240). Sum of RGB (Red+Green+Blue) = 122+29+240=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 240 (94.14% from 255 or 61.38% from 391); Max value from RGB is 240 - color contains mainly: blue. Hex color #7A1DF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1DF0 is #85E20F. Grayscale: #505050. Windows color (decimal): -8774160 or 15736186. OLE color: 15736186.

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

Color convert

RGB12229240-
CMYK0.490.8800.06
HSL266.45º87.55%52.75%-
HSV(B)266.45º87.92%94.12%-
XYZ24.1911.3183.35-
YUV80.86217.81157.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.20%
GREEN value IS 29 (11.72% from 255) = 7.42%
BLUE value IS 240 (94.14% from 255) = 61.38%
R=31.20%
G=7.42%
B=61.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal122292400.490.8800.06266.4587.5552.75
Hex7A1DF031580610a5835
Octal17235360611300641213065
Binary11110101110111110000110001101100001101000010101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,29,240); }

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

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

 a { background-color: rgb(122,29,240); }

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

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

 span { border-color: rgb(122,29,240); }

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