#7928E0

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

Shades of Blue Violet #7928E0

Tints of Blue Violet #7928E0

Color information

#7928E0 (or 0x7928E0) is unknown color: approx Blue Violet. HEX triplet: 79, 28 and E0. RGB value is (121,40,224). Sum of RGB (Red+Green+Blue) = 121+40+224=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 224 (87.89% from 255 or 58.18% from 385); Max value from RGB is 224 - color contains mainly: blue. Hex color #7928E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7928E0 is #86D71F. Grayscale: #545454. Windows color (decimal): -8836896 or 14690425. OLE color: 14690425.

HSL color Cylindrical-coordinate representation of color #7928E0: hue angle of 266.41º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7928E0 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12140224-
CMYK0.460.8200.12
HSL266.41º74.8%51.76%-
HSV(B)266.41º82.14%87.84%-
XYZ22.110.9671.47-
YUV85.2206.34153.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.43%
GREEN value IS 40 (16.02% from 255) = 10.39%
BLUE value IS 224 (87.89% from 255) = 58.18%
R=31.43%
G=10.39%
B=58.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal121402240.460.8200.12266.4174.851.76
Hex7928E02E520C10a4b34
Octal171503405612201441211364
Binary1111001101000111000001011101010010011001000010101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7928E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7928E0; }

 p { color: rgb(121,40,224); }

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

<style>
 a { background-color: #7928E0; }

 a { background-color: rgb(121,40,224); }

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

<style>
 span { border-color: #7928E0; }

 span { border-color: rgb(121,40,224); }

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