#7940B6

Color #7940B6 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7940B6

Tints of Studio #7940B6

Color information

#7940B6 (or 0x7940B6) is unknown color: approx Studio. HEX triplet: 79, 40 and B6. RGB value is (121,64,182). Sum of RGB (Red+Green+Blue) = 121+64+182=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 182 (71.48% from 255 or 49.59% from 367); Max value from RGB is 182 - color contains mainly: blue. Hex color #7940B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7940B6 is #86BF49. Grayscale: #5E5E5E. Windows color (decimal): -8830794 or 11944057. OLE color: 11944057.

HSL color Cylindrical-coordinate representation of color #7940B6: hue angle of 268.98º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7940B6 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12164182-
CMYK0.340.6500.29
HSL268.98º47.97%48.24%-
HSV(B)268.98º64.84%71.37%-
XYZ18.1611.1145.44-
YUV94.5177.38146.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.97%
GREEN value IS 64 (25.39% from 255) = 17.44%
BLUE value IS 182 (71.48% from 255) = 49.59%
R=32.97%
G=17.44%
B=49.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121641820.340.6500.29268.9847.9748.24
Hex7940B6224101D10d3030
Octal171100266421010354156060
Binary11110011000000101101101000101000001011101100001101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7940B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7940B6; }

 p { color: rgb(121,64,182); }

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

<style>
 a { background-color: #7940B6; }

 a { background-color: rgb(121,64,182); }

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

<style>
 span { border-color: #7940B6; }

 span { border-color: rgb(121,64,182); }

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