#7939DA

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

Shades of Blue Violet #7939DA

Tints of Blue Violet #7939DA

Color information

#7939DA (or 0x7939DA) is unknown color: approx Blue Violet. HEX triplet: 79, 39 and DA. RGB value is (121,57,218). Sum of RGB (Red+Green+Blue) = 121+57+218=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 57 (22.66% from 255 or 14.39% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #7939DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7939DA is #86C625. Grayscale: #5D5D5D. Windows color (decimal): -8832550 or 14301561. OLE color: 14301561.

HSL color Cylindrical-coordinate representation of color #7939DA: hue angle of 263.85º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7939DA is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12157218-
CMYK0.440.7400.15
HSL263.85º68.51%53.92%-
HSV(B)263.85º73.85%85.49%-
XYZ2212.0567.5-
YUV94.49197.7146.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.56%
GREEN value IS 57 (22.66% from 255) = 14.39%
BLUE value IS 218 (85.55% from 255) = 55.05%
R=30.56%
G=14.39%
B=55.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal121572180.440.7400.15263.8568.5153.92
Hex7939DA2C4A0F1084536
Octal171713325411201741010566
Binary1111001111001110110101011001001010011111000010001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7939DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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