#7A41F7

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

Shades of Blue Violet #7A41F7

Tints of Blue Violet #7A41F7

Color information

#7A41F7 (or 0x7A41F7) is unknown color: approx Blue Violet. HEX triplet: 7A, 41 and F7. RGB value is (122,65,247). Sum of RGB (Red+Green+Blue) = 122+65+247=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 247 (96.88% from 255 or 56.91% from 434); Max value from RGB is 247 - color contains mainly: blue. Hex color #7A41F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A41F7 is #85BE08. Grayscale: #666666. Windows color (decimal): -8764937 or 16204154. OLE color: 16204154.

HSL color Cylindrical-coordinate representation of color #7A41F7: hue angle of 258.79º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A41F7 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB12265247-
CMYK0.510.7400.03
HSL258.79º91.92%61.18%-
HSV(B)258.79º73.68%96.86%-
XYZ26.714.6389.41-
YUV102.79209.38141.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.11%
GREEN value IS 65 (25.78% from 255) = 14.98%
BLUE value IS 247 (96.88% from 255) = 56.91%
R=28.11%
G=14.98%
B=56.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal122652470.510.7400.03258.7991.9261.18
Hex7A41F7334A031035c3d
Octal172101367631120340313475
Binary111101010000011111011111001110010100111000000111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A41F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,65,247); }

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

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

 a { background-color: rgb(122,65,247); }

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

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

 span { border-color: rgb(122,65,247); }

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