#7939DF

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

Shades of Blue Violet #7939DF

Tints of Blue Violet #7939DF

Color information

#7939DF (or 0x7939DF) is unknown color: approx Blue Violet. HEX triplet: 79, 39 and DF. RGB value is (121,57,223). Sum of RGB (Red+Green+Blue) = 121+57+223=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #7939DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7939DF is #86C620. Grayscale: #5E5E5E. Windows color (decimal): -8832545 or 14629241. OLE color: 14629241.

HSL color Cylindrical-coordinate representation of color #7939DF: hue angle of 263.13º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7939DF is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12157223-
CMYK0.460.7400.13
HSL263.13º72.17%54.9%-
HSV(B)263.13º74.44%87.45%-
XYZ22.6712.3271-
YUV95.06200.2146.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.17%
GREEN value IS 57 (22.66% from 255) = 14.21%
BLUE value IS 223 (87.5% from 255) = 55.61%
R=30.17%
G=14.21%
B=55.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal121572230.460.7400.13263.1372.1754.9
Hex7939DF2E4A0D1074837
Octal171713375611201540711067
Binary1111001111001110111111011101001010011011000001111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7939DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7939DF; }

 p { color: rgb(121,57,223); }

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

<style>
 a { background-color: #7939DF; }

 a { background-color: rgb(121,57,223); }

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

<style>
 span { border-color: #7939DF; }

 span { border-color: rgb(121,57,223); }

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