#7940B5

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

Shades of Studio #7940B5

Tints of Studio #7940B5

Color information

#7940B5 (or 0x7940B5) is unknown color: approx Studio. HEX triplet: 79, 40 and B5. RGB value is (121,64,181). Sum of RGB (Red+Green+Blue) = 121+64+181=366 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.06% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 181 - color contains mainly: blue. Hex color #7940B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7940B5 is #86BF4A. Grayscale: #5D5D5D. Windows color (decimal): -8830795 or 11878521. OLE color: 11878521.

HSL color Cylindrical-coordinate representation of color #7940B5: hue angle of 269.23º 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 #7940B5 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12164181-
CMYK0.330.6500.29
HSL269.23º47.76%48.04%-
HSV(B)269.23º64.64%70.98%-
XYZ18.0611.0744.9-
YUV94.38176.88146.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.06%
GREEN value IS 64 (25.39% from 255) = 17.49%
BLUE value IS 181 (71.09% from 255) = 49.45%
R=33.06%
G=17.49%
B=49.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121641810.330.6500.29269.2347.7648.04
Hex7940B5214101D10d3030
Octal171100265411010354156060
Binary11110011000000101101011000011000001011101100001101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7940B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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