#7938e2

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

Shades of Blue Violet #7938E2

Tints of Blue Violet #7938E2

Color information

#7938E2 (or 0x7938E2) is unknown color: approx Blue Violet. HEX triplet: 79, 38 and E2. RGB value is (121,56,226). Sum of RGB (Red+Green+Blue) = 121+56+226=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 226 (88.67% from 255 or 56.08% from 403); Max value from RGB is 226 - color contains mainly: blue. Hex color #7938E2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7938E2 is #86C71D. Grayscale: #5E5E5E. Windows color (decimal): -8832798 or 14825593. OLE color: 14825593.

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

Color convert

RGB12156226-
CMYK0.460.7500.11
HSL262.94º74.56%55.29%-
HSV(B)262.94º75.22%88.63%-
XYZ23.0312.3873.13-
YUV94.82202.03146.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.02%
GREEN value IS 56 (22.27% from 255) = 13.90%
BLUE value IS 226 (88.67% from 255) = 56.08%
R=30.02%
G=13.90%
B=56.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal121562260.460.7500.11262.9474.5655.29
Hex7938E22E4B0B1074b37
Octal171703425611301340711367
Binary1111001111000111000101011101001011010111000001111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7938e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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