#7B3F9E

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

Shades of Studio #7B3F9E

Tints of Studio #7B3F9E

Color information

#7B3F9E (or 0x7B3F9E) is unknown color: approx Studio. HEX triplet: 7B, 3F and 9E. RGB value is (123,63,158). Sum of RGB (Red+Green+Blue) = 123+63+158=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 158 (62.11% from 255 or 45.93% from 344); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B3F9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3F9E is #84C061. Grayscale: #5B5B5B. Windows color (decimal): -8700002 or 10370939. OLE color: 10370939.

HSL color Cylindrical-coordinate representation of color #7B3F9E: hue angle of 277.89º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B3F9E is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12363158-
CMYK0.220.6000.38
HSL277.89º42.99%43.33%-
HSV(B)277.89º60.13%61.96%-
XYZ16.1210.2333.47-
YUV91.77165.38150.28-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.76%
GREEN value IS 63 (25% from 255) = 18.31%
BLUE value IS 158 (62.11% from 255) = 45.93%
R=35.76%
G=18.31%
B=45.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123631580.220.6000.38277.8942.9943.33
Hex7B3F9E163C0261162b2b
Octal1737723626740464265353
Binary111101111111110011110101101111000100110100010110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B3F9E; }

 p { color: rgb(123,63,158); }

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

<style>
 a { background-color: #7B3F9E; }

 a { background-color: rgb(123,63,158); }

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

<style>
 span { border-color: #7B3F9E; }

 span { border-color: rgb(123,63,158); }

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