#7841F6

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

Shades of Blue Violet #7841F6

Tints of Blue Violet #7841F6

Color information

#7841F6 (or 0x7841F6) is unknown color: approx Blue Violet. HEX triplet: 78, 41 and F6. RGB value is (120,65,246). Sum of RGB (Red+Green+Blue) = 120+65+246=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 246 (96.48% from 255 or 57.08% from 431); Max value from RGB is 246 - color contains mainly: blue. Hex color #7841F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7841F6 is #87BE09. Grayscale: #656565. Windows color (decimal): -8896010 or 16138616. OLE color: 16138616.

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

Color convert

RGB12065246-
CMYK0.510.7400.04
HSL258.23º90.95%60.98%-
HSV(B)258.23º73.58%96.47%-
XYZ26.2714.4388.59-
YUV102.08209.22140.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.84%
GREEN value IS 65 (25.78% from 255) = 15.08%
BLUE value IS 246 (96.48% from 255) = 57.08%
R=27.84%
G=15.08%
B=57.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal120652460.510.7400.04258.2390.9560.98
Hex7841F6334A041025b3d
Octal170101366631120440213375
Binary1111000100000111110110110011100101001001000000101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7841F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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