#7929e2

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

Shades of Blue Violet #7929E2

Tints of Blue Violet #7929E2

Color information

#7929E2 (or 0x7929E2) is unknown color: approx Blue Violet. HEX triplet: 79, 29 and E2. RGB value is (121,41,226). Sum of RGB (Red+Green+Blue) = 121+41+226=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 226 (88.67% from 255 or 58.25% from 388); Max value from RGB is 226 - color contains mainly: blue. Hex color #7929E2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7929E2 is #86D61D. Grayscale: #555555. Windows color (decimal): -8836638 or 14821753. OLE color: 14821753.

HSL color Cylindrical-coordinate representation of color #7929E2: hue angle of 265.95º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7929E2 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB12141226-
CMYK0.460.8200.11
HSL265.95º76.13%52.35%-
HSV(B)265.95º81.86%88.63%-
XYZ22.4111.1472.92-
YUV86.01207152.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.19%
GREEN value IS 41 (16.41% from 255) = 10.57%
BLUE value IS 226 (88.67% from 255) = 58.25%
R=31.19%
G=10.57%
B=58.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal121412260.460.8200.11265.9576.1352.35
Hex7929E22E520B10a4c34
Octal171513425612201341211464
Binary1111001101001111000101011101010010010111000010101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7929e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7929e2; }

 p { color: rgb(121,41,226); }

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

<style>
 a { background-color: #7929e2; }

 a { background-color: rgb(121,41,226); }

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

<style>
 span { border-color: #7929e2; }

 span { border-color: rgb(121,41,226); }

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