#7841F5

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

Shades of Blue Violet #7841F5

Tints of Blue Violet #7841F5

Color information

#7841F5 (or 0x7841F5) is unknown color: approx Blue Violet. HEX triplet: 78, 41 and F5. RGB value is (120,65,245). Sum of RGB (Red+Green+Blue) = 120+65+245=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 245 (96.09% from 255 or 56.98% from 430); Max value from RGB is 245 - color contains mainly: blue. Hex color #7841F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7841F5 is #87BE0A. Grayscale: #656565. Windows color (decimal): -8896011 or 16073080. OLE color: 16073080.

HSL color Cylindrical-coordinate representation of color #7841F5: hue angle of 258.33º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7841F5 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12065245-
CMYK0.510.7300.04
HSL258.33º90%60.78%-
HSV(B)258.33º73.47%96.08%-
XYZ26.1214.3787.78-
YUV101.96208.72140.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.91%
GREEN value IS 65 (25.78% from 255) = 15.12%
BLUE value IS 245 (96.09% from 255) = 56.98%
R=27.91%
G=15.12%
B=56.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal120652450.510.7300.04258.339060.78
Hex7841F53349041025a3d
Octal170101365631110440213275
Binary1111000100000111110101110011100100101001000000101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7841F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7841F5; }

 p { color: rgb(120,65,245); }

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

<style>
 a { background-color: #7841F5; }

 a { background-color: rgb(120,65,245); }

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

<style>
 span { border-color: #7841F5; }

 span { border-color: rgb(120,65,245); }

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